@nettyapps/ntyux 21.0.6 → 21.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/styles/public-nettyapps-ux.scss +18 -16
package/package.json
CHANGED
|
@@ -95,6 +95,8 @@ mat-sidenav-content {
|
|
|
95
95
|
margin: 0;
|
|
96
96
|
padding: 20px;
|
|
97
97
|
white-space: nowrap;
|
|
98
|
+
width: 800px;
|
|
99
|
+
height: 500px;
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
.nettybase-form {
|
|
@@ -156,24 +158,24 @@ mat-sidenav-content {
|
|
|
156
158
|
mat-toolbar {
|
|
157
159
|
justify-content: space-between;
|
|
158
160
|
|
|
159
|
-
@include mat.toolbar-overrides(
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
);
|
|
161
|
+
// @include mat.toolbar-overrides(
|
|
162
|
+
// (
|
|
163
|
+
// container-background-color: var(--mat-sys-inverse-primary),
|
|
164
|
+
// container-text-color: var(--mat-sys-on-primary),
|
|
165
|
+
// )
|
|
166
|
+
// );
|
|
165
167
|
|
|
166
|
-
@include mat.icon-button-overrides(
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
);
|
|
168
|
+
// @include mat.icon-button-overrides(
|
|
169
|
+
// (
|
|
170
|
+
// icon-color: var(--mat-sys-on-primary),
|
|
171
|
+
// )
|
|
172
|
+
// );
|
|
171
173
|
|
|
172
|
-
@include mat.icon-overrides(
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
);
|
|
174
|
+
// @include mat.icon-overrides(
|
|
175
|
+
// (
|
|
176
|
+
// color: var(--mat-sys-on-primary),
|
|
177
|
+
// )
|
|
178
|
+
// );
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
/** Responsive Design **/
|