@ngx-stoui/core 12.0.6 → 12.0.7
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/ngx-stoui.css +68 -68
- package/package.json +1 -1
- package/style/grid.scss +16 -0
- package/style/theme/_colors.scss +53 -19
- package/style/theme/_theme-variables.scss +1 -1
package/ngx-stoui.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
|
|
3
3
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons+Outlined");
|
|
4
4
|
body:not(.sto-dark-theme) .sto-action-footer {
|
|
5
|
-
background-color:
|
|
5
|
+
background-color: white;
|
|
6
6
|
border-top: 1px solid gainsboro;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ body.sto-dark-theme .sto-action-footer {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
body:not(.sto-dark-theme) .sto-header {
|
|
15
|
-
background-color:
|
|
15
|
+
background-color: #FFFFFF !important;
|
|
16
16
|
}
|
|
17
17
|
body:not(.sto-dark-theme) .sto-header--test-environment {
|
|
18
18
|
border: 4px solid #ff9200;
|
|
@@ -24,13 +24,13 @@ body:not(.sto-dark-theme) .sto-header button {
|
|
|
24
24
|
color: #007079;
|
|
25
25
|
}
|
|
26
26
|
body:not(.sto-dark-theme) .sto-header button:focus {
|
|
27
|
-
background-color:
|
|
27
|
+
background-color: #f7f7f7;
|
|
28
28
|
}
|
|
29
29
|
body:not(.sto-dark-theme) .sto-header button:hover {
|
|
30
|
-
background-color:
|
|
30
|
+
background-color: #eaeaea;
|
|
31
31
|
}
|
|
32
32
|
body:not(.sto-dark-theme) .sto-header__actions--small {
|
|
33
|
-
background:
|
|
33
|
+
background: #FFFFFF;
|
|
34
34
|
}
|
|
35
35
|
body:not(.sto-dark-theme) .sto-breadcrumb__home {
|
|
36
36
|
color: #007079;
|
|
@@ -61,7 +61,7 @@ body:not(.sto-dark-theme) .sto-breadcrumb .separator {
|
|
|
61
61
|
color: #97cace;
|
|
62
62
|
}
|
|
63
63
|
.sto-dark-theme .sto-header button:focus {
|
|
64
|
-
background-color:
|
|
64
|
+
background-color: #212121;
|
|
65
65
|
}
|
|
66
66
|
.sto-dark-theme .sto-header button:hover {
|
|
67
67
|
background-color: rgba(255, 255, 255, 0.04);
|
|
@@ -208,7 +208,7 @@ body:not(.sto-dark-theme) .sto-mdl-table__actions {
|
|
|
208
208
|
}
|
|
209
209
|
body:not(.sto-dark-theme) .sto-mdl-table__header__row {
|
|
210
210
|
border-bottom: 1px solid gainsboro;
|
|
211
|
-
background-color: #
|
|
211
|
+
background-color: #FFFFFF;
|
|
212
212
|
}
|
|
213
213
|
body:not(.sto-dark-theme) .sto-mdl-table__header__row__cell {
|
|
214
214
|
color: #3d3d3d;
|
|
@@ -217,21 +217,21 @@ body:not(.sto-dark-theme) .sto-mdl-table__header__row__cell__resize-handle span
|
|
|
217
217
|
background: gainsboro;
|
|
218
218
|
}
|
|
219
219
|
body:not(.sto-dark-theme) .sto-mdl-table__header__row__cell:hover {
|
|
220
|
-
background-color:
|
|
220
|
+
background-color: #eaeaea;
|
|
221
221
|
}
|
|
222
222
|
body:not(.sto-dark-theme) .sto-mdl-table__body__row {
|
|
223
223
|
border-bottom: 1px solid gainsboro;
|
|
224
224
|
}
|
|
225
225
|
body:not(.sto-dark-theme) .sto-mdl-table__body__row--selected {
|
|
226
|
-
background-color:
|
|
226
|
+
background-color: #f7f7f7;
|
|
227
227
|
}
|
|
228
228
|
body:not(.sto-dark-theme) .sto-mdl-table__body__row:not(.sto-mdl-table__body__row--selected):hover, body:not(.sto-dark-theme) .sto-mdl-table__body__row:not(.sto-mdl-table__body__row--selected):focus {
|
|
229
|
-
background-color:
|
|
229
|
+
background-color: #eaeaea;
|
|
230
230
|
}
|
|
231
231
|
body:not(.sto-dark-theme) .sto-mdl-table__footer__row {
|
|
232
232
|
border-bottom: 1px solid gainsboro;
|
|
233
233
|
border-top: 1px solid gainsboro;
|
|
234
|
-
background: #
|
|
234
|
+
background: #FFFFFF;
|
|
235
235
|
}
|
|
236
236
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable {
|
|
237
237
|
background-color: transparent;
|
|
@@ -257,19 +257,19 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatabl
|
|
|
257
257
|
border-bottom: 1px solid gainsboro;
|
|
258
258
|
}
|
|
259
259
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):hover {
|
|
260
|
-
background-color:
|
|
260
|
+
background-color: #eaeaea;
|
|
261
261
|
}
|
|
262
262
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):hover .datatable-row-left, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):hover .datatable-row-right, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):hover .datatable-row-center {
|
|
263
|
-
background-color:
|
|
263
|
+
background-color: #eaeaea;
|
|
264
264
|
}
|
|
265
265
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-header .datatable-header-column-group .datatable-header-cell {
|
|
266
266
|
border-left: 1px solid gainsboro;
|
|
267
267
|
}
|
|
268
268
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-left, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-right, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-center {
|
|
269
|
-
background-color:
|
|
269
|
+
background-color: #f7f7f7 !important;
|
|
270
270
|
}
|
|
271
271
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row.active {
|
|
272
|
-
background-color:
|
|
272
|
+
background-color: #f7f7f7;
|
|
273
273
|
}
|
|
274
274
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-left, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-right, body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-center {
|
|
275
275
|
background-color: transparent;
|
|
@@ -283,13 +283,13 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datata
|
|
|
283
283
|
text-decoration: none;
|
|
284
284
|
}
|
|
285
285
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datatable-pager a:hover {
|
|
286
|
-
background:
|
|
286
|
+
background: #eaeaea;
|
|
287
287
|
}
|
|
288
288
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datatable-pager .pager li.pages {
|
|
289
289
|
margin: 0 2px;
|
|
290
290
|
}
|
|
291
291
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datatable-pager .pager li.pages.active {
|
|
292
|
-
background:
|
|
292
|
+
background: #f7f7f7;
|
|
293
293
|
}
|
|
294
294
|
body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datatable-pager .pager li.pages.disabled a {
|
|
295
295
|
color: gainsboro;
|
|
@@ -325,7 +325,7 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datata
|
|
|
325
325
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
326
326
|
}
|
|
327
327
|
.sto-dark-theme .sto-mdl-table__body__row--selected {
|
|
328
|
-
background-color:
|
|
328
|
+
background-color: #212121;
|
|
329
329
|
}
|
|
330
330
|
.sto-dark-theme .sto-mdl-table__body__row:not(.sto-mdl-table__body__row--selected):hover, .sto-dark-theme .sto-mdl-table__body__row:not(.sto-mdl-table__body__row--selected):focus {
|
|
331
331
|
background-color: rgba(255, 255, 255, 0.04);
|
|
@@ -368,10 +368,10 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datata
|
|
|
368
368
|
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
369
369
|
}
|
|
370
370
|
.sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-left, .sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-right, .sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:focus:not(.active) .datatable-row-group.datatable-row-center {
|
|
371
|
-
background-color:
|
|
371
|
+
background-color: #212121 !important;
|
|
372
372
|
}
|
|
373
373
|
.sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row.active {
|
|
374
|
-
background-color:
|
|
374
|
+
background-color: #212121;
|
|
375
375
|
}
|
|
376
376
|
.sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-left, .sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-right, .sto-dark-theme .ngx-datatable.sto-datatable .datatable-body .datatable-body-row:not(.active):not(:hover) .datatable-row-center {
|
|
377
377
|
background-color: transparent;
|
|
@@ -391,7 +391,7 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datata
|
|
|
391
391
|
margin: 0 2px;
|
|
392
392
|
}
|
|
393
393
|
.sto-dark-theme .ngx-datatable.sto-datatable .datatable-footer .datatable-pager .pager li.pages.active {
|
|
394
|
-
background:
|
|
394
|
+
background: #212121;
|
|
395
395
|
}
|
|
396
396
|
.sto-dark-theme .ngx-datatable.sto-datatable .datatable-footer .datatable-pager .pager li.pages.disabled a {
|
|
397
397
|
color: rgba(255, 255, 255, 0.12);
|
|
@@ -467,7 +467,7 @@ body:not(.sto-dark-theme) .ngx-datatable.sto-datatable .datatable-footer .datata
|
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
body:not(.sto-dark-theme) .sto-daterange {
|
|
470
|
-
background-color:
|
|
470
|
+
background-color: white;
|
|
471
471
|
}
|
|
472
472
|
body:not(.sto-dark-theme) .sto-daterange .sto-daterange__error--container {
|
|
473
473
|
background-color: #f44336;
|
|
@@ -479,7 +479,7 @@ body:not(.sto-dark-theme) .sto-daterange-wrapper .sto-form__field.mat-focused .m
|
|
|
479
479
|
color: #565656;
|
|
480
480
|
}
|
|
481
481
|
body:not(.sto-dark-theme) .sto-date.sto-date__popout {
|
|
482
|
-
background:
|
|
482
|
+
background: white;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.sto-dark-theme .sto-daterange {
|
|
@@ -502,15 +502,15 @@ body:not(.sto-dark-theme) .sto-drawer__overlay {
|
|
|
502
502
|
background: #3d3d3d;
|
|
503
503
|
}
|
|
504
504
|
body:not(.sto-dark-theme) .sto-drawer {
|
|
505
|
-
background-color: #
|
|
505
|
+
background-color: #FFFFFF;
|
|
506
506
|
}
|
|
507
507
|
body:not(.sto-dark-theme) .sto-drawer__footer {
|
|
508
508
|
border-top: 1px solid gainsboro;
|
|
509
|
-
background-color:
|
|
509
|
+
background-color: white;
|
|
510
510
|
color: #3d3d3d;
|
|
511
511
|
}
|
|
512
512
|
body:not(.sto-dark-theme) .sto-drawer__content {
|
|
513
|
-
background-color: #
|
|
513
|
+
background-color: #FFFFFF;
|
|
514
514
|
color: #3d3d3d;
|
|
515
515
|
}
|
|
516
516
|
body:not(.sto-dark-theme) .sto-drawer__header__infix a, body:not(.sto-dark-theme) .sto-drawer__header__infix mat-icon {
|
|
@@ -520,12 +520,12 @@ body:not(.sto-dark-theme) .sto-drawer__header__infix a:hover, body:not(.sto-dark
|
|
|
520
520
|
color: #bebebe;
|
|
521
521
|
}
|
|
522
522
|
body:not(.sto-dark-theme) .sto-drawer__header__wrapper {
|
|
523
|
-
background-color:
|
|
523
|
+
background-color: white;
|
|
524
524
|
color: #3d3d3d;
|
|
525
525
|
}
|
|
526
526
|
body:not(.sto-dark-theme) .sto-drawer .sto-slide-panel {
|
|
527
527
|
color: #3d3d3d;
|
|
528
|
-
background-color: #
|
|
528
|
+
background-color: #FFFFFF;
|
|
529
529
|
}
|
|
530
530
|
body:not(.sto-dark-theme) .sto-drawer .sto-slide-panel .mat-list.sto-navigation .mat-list-item {
|
|
531
531
|
color: #3d3d3d;
|
|
@@ -841,17 +841,17 @@ body:not(.sto-dark-theme) sto-preference-manager .filter-title small {
|
|
|
841
841
|
color: #565656;
|
|
842
842
|
}
|
|
843
843
|
body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-manager-list-item:hover:not(.selected) {
|
|
844
|
-
background-color:
|
|
844
|
+
background-color: #eaeaea !important;
|
|
845
845
|
}
|
|
846
846
|
body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-manager-list-item.selected {
|
|
847
|
-
background-color:
|
|
847
|
+
background-color: #f7f7f7 !important;
|
|
848
848
|
}
|
|
849
849
|
body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-manager-list-item .preference-manager-list-item-title small {
|
|
850
850
|
color: #565656;
|
|
851
851
|
}
|
|
852
852
|
body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-manager-list-footer {
|
|
853
853
|
border-top: 1px solid gainsboro;
|
|
854
|
-
background:
|
|
854
|
+
background: #eaeaea;
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
.sto-dark-theme sto-preference-manager .filter-title small {
|
|
@@ -861,7 +861,7 @@ body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-ma
|
|
|
861
861
|
background-color: rgba(255, 255, 255, 0.04) !important;
|
|
862
862
|
}
|
|
863
863
|
.sto-dark-theme .mat-menu-panel.preference-manager-list .preference-manager-list-item.selected {
|
|
864
|
-
background-color:
|
|
864
|
+
background-color: #212121 !important;
|
|
865
865
|
}
|
|
866
866
|
.sto-dark-theme .mat-menu-panel.preference-manager-list .preference-manager-list-item .preference-manager-list-item-title small {
|
|
867
867
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -872,7 +872,7 @@ body:not(.sto-dark-theme) .mat-menu-panel.preference-manager-list .preference-ma
|
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
body:not(.sto-dark-theme) .sto-select-filter {
|
|
875
|
-
background-color: #
|
|
875
|
+
background-color: #FFFFFF;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
.sto-dark-theme .sto-select-filter {
|
|
@@ -1128,13 +1128,13 @@ body:not(.sto-dark-theme) .mat-option {
|
|
|
1128
1128
|
color: #3d3d3d;
|
|
1129
1129
|
}
|
|
1130
1130
|
body:not(.sto-dark-theme) .mat-option:hover:not(.mat-option-disabled), body:not(.sto-dark-theme) .mat-option:focus:not(.mat-option-disabled) {
|
|
1131
|
-
background:
|
|
1131
|
+
background: #eaeaea;
|
|
1132
1132
|
}
|
|
1133
1133
|
body:not(.sto-dark-theme) .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
|
|
1134
|
-
background:
|
|
1134
|
+
background: #eaeaea;
|
|
1135
1135
|
}
|
|
1136
1136
|
body:not(.sto-dark-theme) .mat-option.mat-active {
|
|
1137
|
-
background:
|
|
1137
|
+
background: #eaeaea;
|
|
1138
1138
|
color: #3d3d3d;
|
|
1139
1139
|
}
|
|
1140
1140
|
body:not(.sto-dark-theme) .mat-option.mat-option-disabled {
|
|
@@ -1159,7 +1159,7 @@ body:not(.sto-dark-theme) .mat-pseudo-checkbox {
|
|
|
1159
1159
|
color: #565656;
|
|
1160
1160
|
}
|
|
1161
1161
|
body:not(.sto-dark-theme) .mat-pseudo-checkbox::after {
|
|
1162
|
-
color:
|
|
1162
|
+
color: white;
|
|
1163
1163
|
}
|
|
1164
1164
|
body:not(.sto-dark-theme) .mat-pseudo-checkbox-disabled {
|
|
1165
1165
|
color: #b0b0b0;
|
|
@@ -1183,7 +1183,7 @@ body:not(.sto-dark-theme) .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox
|
|
|
1183
1183
|
background: #b0b0b0;
|
|
1184
1184
|
}
|
|
1185
1185
|
body:not(.sto-dark-theme) .mat-app-background, body:not(.sto-dark-theme).mat-app-background {
|
|
1186
|
-
background-color:
|
|
1186
|
+
background-color: white;
|
|
1187
1187
|
color: #3d3d3d;
|
|
1188
1188
|
}
|
|
1189
1189
|
body:not(.sto-dark-theme) .mat-elevation-z0 {
|
|
@@ -1510,7 +1510,7 @@ body:not(.sto-dark-theme) .mat-flat-button.mat-warn, body:not(.sto-dark-theme) .
|
|
|
1510
1510
|
background-color: #f44336;
|
|
1511
1511
|
}
|
|
1512
1512
|
body:not(.sto-dark-theme) .mat-flat-button.mat-primary.mat-button-disabled, body:not(.sto-dark-theme) .mat-flat-button.mat-accent.mat-button-disabled, body:not(.sto-dark-theme) .mat-flat-button.mat-warn.mat-button-disabled, body:not(.sto-dark-theme) .mat-flat-button.mat-button-disabled.mat-button-disabled, body:not(.sto-dark-theme) .mat-raised-button.mat-primary.mat-button-disabled, body:not(.sto-dark-theme) .mat-raised-button.mat-accent.mat-button-disabled, body:not(.sto-dark-theme) .mat-raised-button.mat-warn.mat-button-disabled, body:not(.sto-dark-theme) .mat-raised-button.mat-button-disabled.mat-button-disabled, body:not(.sto-dark-theme) .mat-fab.mat-primary.mat-button-disabled, body:not(.sto-dark-theme) .mat-fab.mat-accent.mat-button-disabled, body:not(.sto-dark-theme) .mat-fab.mat-warn.mat-button-disabled, body:not(.sto-dark-theme) .mat-fab.mat-button-disabled.mat-button-disabled, body:not(.sto-dark-theme) .mat-mini-fab.mat-primary.mat-button-disabled, body:not(.sto-dark-theme) .mat-mini-fab.mat-accent.mat-button-disabled, body:not(.sto-dark-theme) .mat-mini-fab.mat-warn.mat-button-disabled, body:not(.sto-dark-theme) .mat-mini-fab.mat-button-disabled.mat-button-disabled {
|
|
1513
|
-
background-color:
|
|
1513
|
+
background-color: #eaeaea;
|
|
1514
1514
|
}
|
|
1515
1515
|
body:not(.sto-dark-theme) .mat-flat-button.mat-primary .mat-ripple-element, body:not(.sto-dark-theme) .mat-raised-button.mat-primary .mat-ripple-element, body:not(.sto-dark-theme) .mat-fab.mat-primary .mat-ripple-element, body:not(.sto-dark-theme) .mat-mini-fab.mat-primary .mat-ripple-element {
|
|
1516
1516
|
background-color: rgba(255, 255, 255, 0.1);
|
|
@@ -1554,14 +1554,14 @@ body:not(.sto-dark-theme) .mat-button-toggle {
|
|
|
1554
1554
|
color: #bebebe;
|
|
1555
1555
|
}
|
|
1556
1556
|
body:not(.sto-dark-theme) .mat-button-toggle .mat-button-toggle-focus-overlay {
|
|
1557
|
-
background-color:
|
|
1557
|
+
background-color: #007079;
|
|
1558
1558
|
}
|
|
1559
1559
|
body:not(.sto-dark-theme) .mat-button-toggle-appearance-standard {
|
|
1560
1560
|
color: #3d3d3d;
|
|
1561
1561
|
background: white;
|
|
1562
1562
|
}
|
|
1563
1563
|
body:not(.sto-dark-theme) .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
|
|
1564
|
-
background-color:
|
|
1564
|
+
background-color: #007079;
|
|
1565
1565
|
}
|
|
1566
1566
|
body:not(.sto-dark-theme) .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
|
|
1567
1567
|
border-left: solid 1px gainsboro;
|
|
@@ -1576,7 +1576,7 @@ body:not(.sto-dark-theme) .mat-button-toggle-group-appearance-standard.mat-butto
|
|
|
1576
1576
|
border-top: solid 1px gainsboro;
|
|
1577
1577
|
}
|
|
1578
1578
|
body:not(.sto-dark-theme) .mat-button-toggle-checked {
|
|
1579
|
-
background-color: #
|
|
1579
|
+
background-color: #f7f7f7;
|
|
1580
1580
|
color: #565656;
|
|
1581
1581
|
}
|
|
1582
1582
|
body:not(.sto-dark-theme) .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
|
|
@@ -1584,13 +1584,13 @@ body:not(.sto-dark-theme) .mat-button-toggle-checked.mat-button-toggle-appearanc
|
|
|
1584
1584
|
}
|
|
1585
1585
|
body:not(.sto-dark-theme) .mat-button-toggle-disabled {
|
|
1586
1586
|
color: #bebebe;
|
|
1587
|
-
background-color: #
|
|
1587
|
+
background-color: #eaeaea;
|
|
1588
1588
|
}
|
|
1589
1589
|
body:not(.sto-dark-theme) .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
|
|
1590
1590
|
background: white;
|
|
1591
1591
|
}
|
|
1592
1592
|
body:not(.sto-dark-theme) .mat-button-toggle-disabled.mat-button-toggle-checked {
|
|
1593
|
-
background-color: #
|
|
1593
|
+
background-color: #eaeaea;
|
|
1594
1594
|
}
|
|
1595
1595
|
body:not(.sto-dark-theme) .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
|
|
1596
1596
|
body:not(.sto-dark-theme) .mat-button-toggle-group-appearance-standard {
|
|
@@ -1617,13 +1617,13 @@ body:not(.sto-dark-theme) .mat-checkbox-frame {
|
|
|
1617
1617
|
border-color: #565656;
|
|
1618
1618
|
}
|
|
1619
1619
|
body:not(.sto-dark-theme) .mat-checkbox-checkmark {
|
|
1620
|
-
fill:
|
|
1620
|
+
fill: white;
|
|
1621
1621
|
}
|
|
1622
1622
|
body:not(.sto-dark-theme) .mat-checkbox-checkmark-path {
|
|
1623
|
-
stroke:
|
|
1623
|
+
stroke: white !important;
|
|
1624
1624
|
}
|
|
1625
1625
|
body:not(.sto-dark-theme) .mat-checkbox-mixedmark {
|
|
1626
|
-
background-color:
|
|
1626
|
+
background-color: white;
|
|
1627
1627
|
}
|
|
1628
1628
|
body:not(.sto-dark-theme) .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body:not(.sto-dark-theme) .mat-checkbox-checked.mat-primary .mat-checkbox-background {
|
|
1629
1629
|
background-color: #007079;
|
|
@@ -1659,7 +1659,7 @@ body:not(.sto-dark-theme) .mat-checkbox:active:not(.mat-checkbox-disabled).mat-w
|
|
|
1659
1659
|
background: #f44336;
|
|
1660
1660
|
}
|
|
1661
1661
|
body:not(.sto-dark-theme) .mat-chip.mat-standard-chip {
|
|
1662
|
-
background-color: #
|
|
1662
|
+
background-color: #f7f7f7;
|
|
1663
1663
|
color: #3d3d3d;
|
|
1664
1664
|
}
|
|
1665
1665
|
body:not(.sto-dark-theme) .mat-chip.mat-standard-chip .mat-chip-remove {
|
|
@@ -1923,7 +1923,7 @@ body:not(.sto-dark-theme) .mat-action-row {
|
|
|
1923
1923
|
border-top-color: gainsboro;
|
|
1924
1924
|
}
|
|
1925
1925
|
body:not(.sto-dark-theme) .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body:not(.sto-dark-theme) .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body:not(.sto-dark-theme) .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
|
|
1926
|
-
background:
|
|
1926
|
+
background: #eaeaea;
|
|
1927
1927
|
}
|
|
1928
1928
|
@media (hover: none) {
|
|
1929
1929
|
body:not(.sto-dark-theme) .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
|
|
@@ -2116,17 +2116,17 @@ body:not(.sto-dark-theme) .mat-list-base .mat-subheader {
|
|
|
2116
2116
|
color: #565656;
|
|
2117
2117
|
}
|
|
2118
2118
|
body:not(.sto-dark-theme) .mat-list-item-disabled {
|
|
2119
|
-
background-color: #
|
|
2119
|
+
background-color: #eaeaea;
|
|
2120
2120
|
}
|
|
2121
2121
|
body:not(.sto-dark-theme) .mat-list-option:hover, body:not(.sto-dark-theme) .mat-list-option:focus,
|
|
2122
2122
|
body:not(.sto-dark-theme) .mat-nav-list .mat-list-item:hover,
|
|
2123
2123
|
body:not(.sto-dark-theme) .mat-nav-list .mat-list-item:focus,
|
|
2124
2124
|
body:not(.sto-dark-theme) .mat-action-list .mat-list-item:hover,
|
|
2125
2125
|
body:not(.sto-dark-theme) .mat-action-list .mat-list-item:focus {
|
|
2126
|
-
background:
|
|
2126
|
+
background: #eaeaea;
|
|
2127
2127
|
}
|
|
2128
2128
|
body:not(.sto-dark-theme) .mat-list-single-selected-option, body:not(.sto-dark-theme) .mat-list-single-selected-option:hover, body:not(.sto-dark-theme) .mat-list-single-selected-option:focus {
|
|
2129
|
-
background: rgba(
|
|
2129
|
+
background: rgba(234, 234, 234, 0.12);
|
|
2130
2130
|
}
|
|
2131
2131
|
body:not(.sto-dark-theme) .mat-menu-panel {
|
|
2132
2132
|
background: white;
|
|
@@ -2150,7 +2150,7 @@ body:not(.sto-dark-theme) .mat-menu-item:hover:not([disabled]),
|
|
|
2150
2150
|
body:not(.sto-dark-theme) .mat-menu-item.cdk-program-focused:not([disabled]),
|
|
2151
2151
|
body:not(.sto-dark-theme) .mat-menu-item.cdk-keyboard-focused:not([disabled]),
|
|
2152
2152
|
body:not(.sto-dark-theme) .mat-menu-item-highlighted:not([disabled]) {
|
|
2153
|
-
background:
|
|
2153
|
+
background: #eaeaea;
|
|
2154
2154
|
}
|
|
2155
2155
|
body:not(.sto-dark-theme) .mat-paginator {
|
|
2156
2156
|
background: white;
|
|
@@ -2179,28 +2179,28 @@ body:not(.sto-dark-theme) .mat-icon-button[disabled] .mat-paginator-last {
|
|
|
2179
2179
|
}
|
|
2180
2180
|
|
|
2181
2181
|
body:not(.sto-dark-theme) .mat-progress-bar-background {
|
|
2182
|
-
fill: #
|
|
2182
|
+
fill: #bfdbde;
|
|
2183
2183
|
}
|
|
2184
2184
|
body:not(.sto-dark-theme) .mat-progress-bar-buffer {
|
|
2185
|
-
background-color: #
|
|
2185
|
+
background-color: #bfdbde;
|
|
2186
2186
|
}
|
|
2187
2187
|
body:not(.sto-dark-theme) .mat-progress-bar-fill::after {
|
|
2188
2188
|
background-color: #007079;
|
|
2189
2189
|
}
|
|
2190
2190
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-accent .mat-progress-bar-background {
|
|
2191
|
-
fill: #
|
|
2191
|
+
fill: #f5fafc;
|
|
2192
2192
|
}
|
|
2193
2193
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
|
|
2194
|
-
background-color: #
|
|
2194
|
+
background-color: #f5fafc;
|
|
2195
2195
|
}
|
|
2196
2196
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
|
|
2197
2197
|
background-color: #d5eaf4;
|
|
2198
2198
|
}
|
|
2199
2199
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-warn .mat-progress-bar-background {
|
|
2200
|
-
fill: #
|
|
2200
|
+
fill: #fcd0cd;
|
|
2201
2201
|
}
|
|
2202
2202
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
|
|
2203
|
-
background-color: #
|
|
2203
|
+
background-color: #fcd0cd;
|
|
2204
2204
|
}
|
|
2205
2205
|
body:not(.sto-dark-theme) .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
|
|
2206
2206
|
background-color: #f44336;
|
|
@@ -2271,7 +2271,7 @@ body:not(.sto-dark-theme) .mat-select-panel:not([class*=mat-elevation-z]) {
|
|
|
2271
2271
|
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
2272
2272
|
}
|
|
2273
2273
|
body:not(.sto-dark-theme) .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
|
|
2274
|
-
background: rgba(
|
|
2274
|
+
background: rgba(234, 234, 234, 0.12);
|
|
2275
2275
|
}
|
|
2276
2276
|
body:not(.sto-dark-theme) .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
|
|
2277
2277
|
color: #007079;
|
|
@@ -2289,7 +2289,7 @@ body:not(.sto-dark-theme) .mat-form-field .mat-select.mat-select-disabled .mat-s
|
|
|
2289
2289
|
color: #bebebe;
|
|
2290
2290
|
}
|
|
2291
2291
|
body:not(.sto-dark-theme) .mat-drawer-container {
|
|
2292
|
-
background-color:
|
|
2292
|
+
background-color: white;
|
|
2293
2293
|
color: #3d3d3d;
|
|
2294
2294
|
}
|
|
2295
2295
|
body:not(.sto-dark-theme) .mat-drawer {
|
|
@@ -2437,7 +2437,7 @@ body:not(.sto-dark-theme) .mat-slider-vertical .mat-slider-ticks {
|
|
|
2437
2437
|
background-image: repeating-linear-gradient(to bottom, rgba(61, 61, 61, 0.7), rgba(61, 61, 61, 0.7) 2px, transparent 0, transparent);
|
|
2438
2438
|
}
|
|
2439
2439
|
body:not(.sto-dark-theme) .mat-step-header.cdk-keyboard-focused, body:not(.sto-dark-theme) .mat-step-header.cdk-program-focused, body:not(.sto-dark-theme) .mat-step-header:hover {
|
|
2440
|
-
background-color:
|
|
2440
|
+
background-color: #eaeaea;
|
|
2441
2441
|
}
|
|
2442
2442
|
@media (hover: none) {
|
|
2443
2443
|
body:not(.sto-dark-theme) .mat-step-header:hover {
|
|
@@ -2699,7 +2699,7 @@ body:not(.sto-dark-theme) .mat-tab-nav-bar.mat-background-warn > .mat-tab-header
|
|
|
2699
2699
|
background-color: rgba(255, 255, 255, 0.12);
|
|
2700
2700
|
}
|
|
2701
2701
|
body:not(.sto-dark-theme) .mat-toolbar {
|
|
2702
|
-
background:
|
|
2702
|
+
background: white;
|
|
2703
2703
|
color: #3d3d3d;
|
|
2704
2704
|
}
|
|
2705
2705
|
body:not(.sto-dark-theme) .mat-toolbar.mat-primary {
|
|
@@ -2747,7 +2747,7 @@ body:not(.sto-dark-theme) .mat-toolbar .mat-input-element {
|
|
|
2747
2747
|
}
|
|
2748
2748
|
}
|
|
2749
2749
|
body:not(.sto-dark-theme) .mat-tooltip {
|
|
2750
|
-
background: rgba(
|
|
2750
|
+
background: rgba(0, 0, 0, 0.9);
|
|
2751
2751
|
}
|
|
2752
2752
|
body:not(.sto-dark-theme) .mat-tree {
|
|
2753
2753
|
background: white;
|
|
@@ -6758,10 +6758,6 @@ Below styles overrides Angular Material defaults
|
|
|
6758
6758
|
line-height: 13px;
|
|
6759
6759
|
}
|
|
6760
6760
|
|
|
6761
|
-
.mat-button, .mat-raised-button, .mat-flat-button, .mat-stroked-button {
|
|
6762
|
-
text-transform: uppercase;
|
|
6763
|
-
}
|
|
6764
|
-
|
|
6765
6761
|
.mat-menu-item.active {
|
|
6766
6762
|
color: #3f51b5;
|
|
6767
6763
|
}
|
|
@@ -7166,4 +7162,8 @@ body.sto-dark-theme .sto-form__field--disabled .mat-select.mat-select-disabled .
|
|
|
7166
7162
|
|
|
7167
7163
|
.negative-number .mat-input-element:disabled {
|
|
7168
7164
|
color: #cc1414;
|
|
7165
|
+
}
|
|
7166
|
+
|
|
7167
|
+
.mat-typography .mat-calendar-body-cell-content.mat-focus-indicator {
|
|
7168
|
+
position: absolute !important;
|
|
7169
7169
|
}
|
package/package.json
CHANGED
package/style/grid.scss
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@mixin grid($col-count: 12, $child-selector: 'grid-column', $margin: 0 24px 40px) {
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-column-gap: 16px;
|
|
4
|
+
grid-row-gap: 16px;
|
|
5
|
+
margin: $margin;
|
|
6
|
+
grid-template-columns: repeat($col-count, 1fr);
|
|
7
|
+
.#{$child-selector} {
|
|
8
|
+
display: block;
|
|
9
|
+
grid-column: span 1;
|
|
10
|
+
}
|
|
11
|
+
@for $i from 1 through $col-count {
|
|
12
|
+
.#{$child-selector}-#{$i} {
|
|
13
|
+
grid-column: span $i;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
package/style/theme/_colors.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use '~@angular/material' as mat;
|
|
2
|
+
@use 'sass:map';
|
|
2
3
|
|
|
3
4
|
$sto-warning-map: (
|
|
4
5
|
highlight: #FFE7D6,
|
|
@@ -165,31 +166,64 @@ $eds-light-foreground: (
|
|
|
165
166
|
divider: #DCDCDC,
|
|
166
167
|
);
|
|
167
168
|
|
|
168
|
-
@function
|
|
169
|
+
@function theme-foreground($foreground) {
|
|
169
170
|
@return (
|
|
170
|
-
base: map-get($
|
|
171
|
-
divider: map-get($
|
|
172
|
-
dividers: map-get($
|
|
173
|
-
disabled: map-get($
|
|
174
|
-
disabled-button: map-get($
|
|
175
|
-
disabled-text: map-get($
|
|
176
|
-
hint-text: map-get($
|
|
177
|
-
secondary-text: map-get($
|
|
178
|
-
icon: map-get($
|
|
179
|
-
icons: map-get($
|
|
180
|
-
text: map-get($
|
|
181
|
-
slider-min: map-get($
|
|
182
|
-
slider-off: map-get($
|
|
183
|
-
slider-off-active: map-get($
|
|
171
|
+
base: map-get($foreground, primary),
|
|
172
|
+
divider: map-get($foreground, divider),
|
|
173
|
+
dividers: map-get($foreground, divider),
|
|
174
|
+
disabled: map-get($foreground, disabled),
|
|
175
|
+
disabled-button: map-get($foreground, disabled),
|
|
176
|
+
disabled-text: map-get($foreground, disabled),
|
|
177
|
+
hint-text: map-get($foreground, disabled),
|
|
178
|
+
secondary-text: map-get($foreground, secondary),
|
|
179
|
+
icon: map-get($foreground, secondary),
|
|
180
|
+
icons: map-get($foreground, secondary),
|
|
181
|
+
text: map-get($foreground, primary),
|
|
182
|
+
slider-min: map-get($foreground, primary),
|
|
183
|
+
slider-off: map-get($foreground, disabled),
|
|
184
|
+
slider-off-active: map-get($foreground, disabled),
|
|
184
185
|
);
|
|
185
|
-
}
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
$eds-light-background: (
|
|
189
|
+
default: #FFFFFF,
|
|
190
|
+
semi-transparent: rgba(255, 255, 255, 0.2),
|
|
191
|
+
light: #F7F7F7,
|
|
192
|
+
medium: #DCDCDC,
|
|
193
|
+
info: #D5EAF4,
|
|
194
|
+
warning: #FFE7D6,
|
|
195
|
+
danger: #FFC1C1,
|
|
196
|
+
scrim: rgba(0, 0, 0, 0.4),
|
|
197
|
+
overlay: rgba(0, 0, 0, 0.8),
|
|
198
|
+
disabled: #EAEAEA,
|
|
199
|
+
hover: #EAEAEA,
|
|
200
|
+
focus: #007079
|
|
201
|
+
);
|
|
186
202
|
|
|
187
|
-
|
|
203
|
+
@function theme-background($background) {
|
|
204
|
+
@return (
|
|
205
|
+
app-bar: map-get($background, default),
|
|
206
|
+
background: map-get($background, default),
|
|
207
|
+
hover: map-get($background, hover),
|
|
208
|
+
card: map-get($background, default),
|
|
209
|
+
dialog: map-get($background, default),
|
|
210
|
+
disabled-button: map-get($background, disabled),
|
|
211
|
+
raised-button: map-get($background, default),
|
|
212
|
+
focused-button: map-get($background, focus),
|
|
213
|
+
selected-button: map.get($background, light),
|
|
214
|
+
selected-disabled-button: map-get($background, disabled),
|
|
215
|
+
disabled-button-toggle: map-get($background, disabled),
|
|
216
|
+
unselected-chip: map.get($background, light),
|
|
217
|
+
disabled-list-option: map-get($background, disabled),
|
|
218
|
+
tooltip: map.get($background, overlay),
|
|
219
|
+
)
|
|
220
|
+
};
|
|
188
221
|
|
|
189
|
-
$sto-light-fg:
|
|
222
|
+
$sto-light-fg: theme-foreground($eds-light-foreground);
|
|
190
223
|
|
|
191
224
|
|
|
192
225
|
$sto-indicators: (
|
|
193
226
|
indicators: $sto-indicators-map,
|
|
194
|
-
foreground: $sto-light-fg
|
|
227
|
+
foreground: $sto-light-fg,
|
|
228
|
+
background: theme-background($eds-light-background)
|
|
195
229
|
);
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
$card-bg: map_get($background, card);
|
|
32
32
|
$hover-bg-color: mat.get-color-from-palette($background, 'hover');
|
|
33
33
|
$hover-color: mat.get-color-from-palette($foreground, slider-off-active);
|
|
34
|
-
$selected-color: mat.get-color-from-palette($background,
|
|
34
|
+
$selected-color: mat.get-color-from-palette($background, selected-button);
|
|
35
35
|
$border-color: mat.get-color-from-palette($foreground, divider);
|
|
36
36
|
$app-bar: mat.get-color-from-palette($background, 'app-bar');
|
|
37
37
|
|