@flywheel-io/vision 1.0.0 → 1.0.2
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/components/dialog/dialog.component.d.ts +1 -1
- package/components/text-input/text-input.component.d.ts +3 -2
- package/esm2020/components/card/card-content/card-content.component.mjs +2 -2
- package/esm2020/components/dialog/dialog.component.mjs +7 -7
- package/esm2020/components/menu/menu-container/menu-container.component.mjs +1 -1
- package/esm2020/components/select-menu/select-menu.component.mjs +1 -1
- package/esm2020/components/stepper/step.component.mjs +2 -2
- package/esm2020/components/text-input/text-input.component.mjs +10 -6
- package/fesm2015/flywheel-io-vision.mjs +21 -17
- package/fesm2015/flywheel-io-vision.mjs.map +1 -1
- package/fesm2020/flywheel-io-vision.mjs +21 -17
- package/fesm2020/flywheel-io-vision.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/material/theme.scss +1 -1
- package/styles.css +128 -128
package/styles.css
CHANGED
|
@@ -86,7 +86,7 @@ Color Palettes for use with vision's theming system
|
|
|
86
86
|
color: #1b68fa;
|
|
87
87
|
}
|
|
88
88
|
.vision-light-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
89
|
-
color: #
|
|
89
|
+
color: #59b96b;
|
|
90
90
|
}
|
|
91
91
|
.vision-light-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
92
92
|
color: #ef4444;
|
|
@@ -114,7 +114,7 @@ Color Palettes for use with vision's theming system
|
|
|
114
114
|
.vision-light-theme .mat-pseudo-checkbox-indeterminate,
|
|
115
115
|
.vision-light-theme .mat-accent .mat-pseudo-checkbox-checked,
|
|
116
116
|
.vision-light-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
|
|
117
|
-
background: #
|
|
117
|
+
background: #59b96b;
|
|
118
118
|
}
|
|
119
119
|
.vision-light-theme .mat-warn .mat-pseudo-checkbox-checked,
|
|
120
120
|
.vision-light-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
|
|
@@ -375,7 +375,7 @@ Color Palettes for use with vision's theming system
|
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
.vision-light-theme .mat-badge-accent .mat-badge-content {
|
|
378
|
-
background: #
|
|
378
|
+
background: #59b96b;
|
|
379
379
|
color: white;
|
|
380
380
|
}
|
|
381
381
|
.vision-light-theme .mat-badge-warn .mat-badge-content {
|
|
@@ -399,7 +399,7 @@ Color Palettes for use with vision's theming system
|
|
|
399
399
|
color: #1b68fa;
|
|
400
400
|
}
|
|
401
401
|
.vision-light-theme .mat-button.mat-accent, .vision-light-theme .mat-icon-button.mat-accent, .vision-light-theme .mat-stroked-button.mat-accent {
|
|
402
|
-
color: #
|
|
402
|
+
color: #59b96b;
|
|
403
403
|
}
|
|
404
404
|
.vision-light-theme .mat-button.mat-warn, .vision-light-theme .mat-icon-button.mat-warn, .vision-light-theme .mat-stroked-button.mat-warn {
|
|
405
405
|
color: #ef4444;
|
|
@@ -411,7 +411,7 @@ Color Palettes for use with vision's theming system
|
|
|
411
411
|
background-color: #1b68fa;
|
|
412
412
|
}
|
|
413
413
|
.vision-light-theme .mat-button.mat-accent .mat-button-focus-overlay, .vision-light-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .vision-light-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
|
|
414
|
-
background-color: #
|
|
414
|
+
background-color: #59b96b;
|
|
415
415
|
}
|
|
416
416
|
.vision-light-theme .mat-button.mat-warn .mat-button-focus-overlay, .vision-light-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .vision-light-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
|
|
417
417
|
background-color: #ef4444;
|
|
@@ -449,7 +449,7 @@ Color Palettes for use with vision's theming system
|
|
|
449
449
|
background-color: #1b68fa;
|
|
450
450
|
}
|
|
451
451
|
.vision-light-theme .mat-flat-button.mat-accent, .vision-light-theme .mat-raised-button.mat-accent, .vision-light-theme .mat-fab.mat-accent, .vision-light-theme .mat-mini-fab.mat-accent {
|
|
452
|
-
background-color: #
|
|
452
|
+
background-color: #59b96b;
|
|
453
453
|
}
|
|
454
454
|
.vision-light-theme .mat-flat-button.mat-warn, .vision-light-theme .mat-raised-button.mat-warn, .vision-light-theme .mat-fab.mat-warn, .vision-light-theme .mat-mini-fab.mat-warn {
|
|
455
455
|
background-color: #ef4444;
|
|
@@ -570,7 +570,7 @@ Color Palettes for use with vision's theming system
|
|
|
570
570
|
background-color: #1b68fa;
|
|
571
571
|
}
|
|
572
572
|
.vision-light-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .vision-light-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
573
|
-
background-color: #
|
|
573
|
+
background-color: #59b96b;
|
|
574
574
|
}
|
|
575
575
|
.vision-light-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .vision-light-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
|
|
576
576
|
background-color: #ef4444;
|
|
@@ -593,7 +593,7 @@ Color Palettes for use with vision's theming system
|
|
|
593
593
|
}
|
|
594
594
|
.vision-light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
|
|
595
595
|
.vision-light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
|
|
596
|
-
background: #
|
|
596
|
+
background: #59b96b;
|
|
597
597
|
}
|
|
598
598
|
.vision-light-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
|
|
599
599
|
.vision-light-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
|
|
@@ -642,7 +642,7 @@ Color Palettes for use with vision's theming system
|
|
|
642
642
|
background-color: rgba(255, 255, 255, 0.1);
|
|
643
643
|
}
|
|
644
644
|
.vision-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
|
|
645
|
-
background-color: #
|
|
645
|
+
background-color: #59b96b;
|
|
646
646
|
color: white;
|
|
647
647
|
}
|
|
648
648
|
.vision-light-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
|
|
@@ -754,7 +754,7 @@ Color Palettes for use with vision's theming system
|
|
|
754
754
|
color: rgba(0, 0, 0, 0.87);
|
|
755
755
|
}
|
|
756
756
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
|
|
757
|
-
background: rgba(
|
|
757
|
+
background: rgba(89, 185, 107, 0.2);
|
|
758
758
|
}
|
|
759
759
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
|
|
760
760
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
|
|
@@ -762,11 +762,11 @@ Color Palettes for use with vision's theming system
|
|
|
762
762
|
}
|
|
763
763
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
|
|
764
764
|
.vision-light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
|
|
765
|
-
background: linear-gradient(to right, rgba(
|
|
765
|
+
background: linear-gradient(to right, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
766
766
|
}
|
|
767
767
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
|
|
768
768
|
.vision-light-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
|
|
769
|
-
background: linear-gradient(to left, rgba(
|
|
769
|
+
background: linear-gradient(to left, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
770
770
|
}
|
|
771
771
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
|
|
772
772
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
|
|
@@ -777,22 +777,22 @@ Color Palettes for use with vision's theming system
|
|
|
777
777
|
background: #46a35e;
|
|
778
778
|
}
|
|
779
779
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
|
|
780
|
-
background-color: #
|
|
780
|
+
background-color: #59b96b;
|
|
781
781
|
color: white;
|
|
782
782
|
}
|
|
783
783
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
|
|
784
|
-
background-color: rgba(
|
|
784
|
+
background-color: rgba(89, 185, 107, 0.4);
|
|
785
785
|
}
|
|
786
786
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
|
|
787
787
|
box-shadow: inset 0 0 0 1px white;
|
|
788
788
|
}
|
|
789
789
|
.vision-light-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
790
790
|
.vision-light-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
791
|
-
background-color: rgba(
|
|
791
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
792
792
|
}
|
|
793
793
|
@media (hover: hover) {
|
|
794
794
|
.vision-light-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
795
|
-
background-color: rgba(
|
|
795
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
796
796
|
}
|
|
797
797
|
}
|
|
798
798
|
.vision-light-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
|
|
@@ -844,7 +844,7 @@ Color Palettes for use with vision's theming system
|
|
|
844
844
|
color: #1b68fa;
|
|
845
845
|
}
|
|
846
846
|
.vision-light-theme .mat-datepicker-toggle-active.mat-accent {
|
|
847
|
-
color: #
|
|
847
|
+
color: #59b96b;
|
|
848
848
|
}
|
|
849
849
|
.vision-light-theme .mat-datepicker-toggle-active.mat-warn {
|
|
850
850
|
color: #ef4444;
|
|
@@ -905,13 +905,13 @@ Color Palettes for use with vision's theming system
|
|
|
905
905
|
color: #1b68fa;
|
|
906
906
|
}
|
|
907
907
|
.vision-light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
|
|
908
|
-
color: #
|
|
908
|
+
color: #59b96b;
|
|
909
909
|
}
|
|
910
910
|
.vision-light-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
|
|
911
911
|
color: #ef4444;
|
|
912
912
|
}
|
|
913
913
|
.vision-light-theme .mat-focused .mat-form-field-required-marker {
|
|
914
|
-
color: #
|
|
914
|
+
color: #59b96b;
|
|
915
915
|
}
|
|
916
916
|
.vision-light-theme .mat-form-field-ripple {
|
|
917
917
|
background-color: rgba(0, 0, 0, 0.87);
|
|
@@ -920,7 +920,7 @@ Color Palettes for use with vision's theming system
|
|
|
920
920
|
background-color: #1b68fa;
|
|
921
921
|
}
|
|
922
922
|
.vision-light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
|
|
923
|
-
background-color: #
|
|
923
|
+
background-color: #59b96b;
|
|
924
924
|
}
|
|
925
925
|
.vision-light-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
|
|
926
926
|
background-color: #ef4444;
|
|
@@ -929,7 +929,7 @@ Color Palettes for use with vision's theming system
|
|
|
929
929
|
color: #1b68fa;
|
|
930
930
|
}
|
|
931
931
|
.vision-light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
|
|
932
|
-
color: #
|
|
932
|
+
color: #59b96b;
|
|
933
933
|
}
|
|
934
934
|
.vision-light-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
|
|
935
935
|
color: #ef4444;
|
|
@@ -995,7 +995,7 @@ Color Palettes for use with vision's theming system
|
|
|
995
995
|
color: #1b68fa;
|
|
996
996
|
}
|
|
997
997
|
.vision-light-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
|
|
998
|
-
color: #
|
|
998
|
+
color: #59b96b;
|
|
999
999
|
}
|
|
1000
1000
|
.vision-light-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
|
|
1001
1001
|
color: #ef4444;
|
|
@@ -1013,7 +1013,7 @@ Color Palettes for use with vision's theming system
|
|
|
1013
1013
|
color: #1b68fa;
|
|
1014
1014
|
}
|
|
1015
1015
|
.vision-light-theme .mat-icon.mat-accent {
|
|
1016
|
-
color: #
|
|
1016
|
+
color: #59b96b;
|
|
1017
1017
|
}
|
|
1018
1018
|
.vision-light-theme .mat-icon.mat-warn {
|
|
1019
1019
|
color: #ef4444;
|
|
@@ -1041,7 +1041,7 @@ Color Palettes for use with vision's theming system
|
|
|
1041
1041
|
color: rgba(0, 0, 0, 0.42);
|
|
1042
1042
|
}
|
|
1043
1043
|
.vision-light-theme .mat-form-field.mat-accent .mat-input-element {
|
|
1044
|
-
caret-color: #
|
|
1044
|
+
caret-color: #59b96b;
|
|
1045
1045
|
}
|
|
1046
1046
|
.vision-light-theme .mat-form-field.mat-warn .mat-input-element,
|
|
1047
1047
|
.vision-light-theme .mat-form-field-invalid .mat-input-element {
|
|
@@ -1130,13 +1130,13 @@ Color Palettes for use with vision's theming system
|
|
|
1130
1130
|
background-color: #1b68fa;
|
|
1131
1131
|
}
|
|
1132
1132
|
.vision-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
|
|
1133
|
-
fill: #
|
|
1133
|
+
fill: #d2ead6;
|
|
1134
1134
|
}
|
|
1135
1135
|
.vision-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
|
|
1136
|
-
background-color: #
|
|
1136
|
+
background-color: #d2ead6;
|
|
1137
1137
|
}
|
|
1138
1138
|
.vision-light-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
|
|
1139
|
-
background-color: #
|
|
1139
|
+
background-color: #59b96b;
|
|
1140
1140
|
}
|
|
1141
1141
|
.vision-light-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
|
|
1142
1142
|
fill: #f7cdcd;
|
|
@@ -1151,7 +1151,7 @@ Color Palettes for use with vision's theming system
|
|
|
1151
1151
|
stroke: #1b68fa;
|
|
1152
1152
|
}
|
|
1153
1153
|
.vision-light-theme .mat-progress-spinner.mat-accent circle, .vision-light-theme .mat-spinner.mat-accent circle {
|
|
1154
|
-
stroke: #
|
|
1154
|
+
stroke: #59b96b;
|
|
1155
1155
|
}
|
|
1156
1156
|
.vision-light-theme .mat-progress-spinner.mat-warn circle, .vision-light-theme .mat-spinner.mat-warn circle {
|
|
1157
1157
|
stroke: #ef4444;
|
|
@@ -1167,11 +1167,11 @@ Color Palettes for use with vision's theming system
|
|
|
1167
1167
|
background-color: #1b68fa;
|
|
1168
1168
|
}
|
|
1169
1169
|
.vision-light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
|
1170
|
-
border-color: #
|
|
1170
|
+
border-color: #59b96b;
|
|
1171
1171
|
}
|
|
1172
1172
|
.vision-light-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
|
|
1173
1173
|
.vision-light-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vision-light-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .vision-light-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
|
|
1174
|
-
background-color: #
|
|
1174
|
+
background-color: #59b96b;
|
|
1175
1175
|
}
|
|
1176
1176
|
.vision-light-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
|
|
1177
1177
|
border-color: #ef4444;
|
|
@@ -1219,7 +1219,7 @@ Color Palettes for use with vision's theming system
|
|
|
1219
1219
|
color: #1b68fa;
|
|
1220
1220
|
}
|
|
1221
1221
|
.vision-light-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
|
|
1222
|
-
color: #
|
|
1222
|
+
color: #59b96b;
|
|
1223
1223
|
}
|
|
1224
1224
|
.vision-light-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
|
|
1225
1225
|
color: #ef4444;
|
|
@@ -1263,13 +1263,13 @@ Color Palettes for use with vision's theming system
|
|
|
1263
1263
|
background-color: rgba(0, 0, 0, 0.6);
|
|
1264
1264
|
}
|
|
1265
1265
|
.vision-light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
|
|
1266
|
-
background-color: #
|
|
1266
|
+
background-color: #59b96b;
|
|
1267
1267
|
}
|
|
1268
1268
|
.vision-light-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
1269
|
-
background-color: rgba(
|
|
1269
|
+
background-color: rgba(89, 185, 107, 0.54);
|
|
1270
1270
|
}
|
|
1271
1271
|
.vision-light-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
|
|
1272
|
-
background-color: #
|
|
1272
|
+
background-color: #59b96b;
|
|
1273
1273
|
}
|
|
1274
1274
|
.vision-light-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
|
|
1275
1275
|
background-color: #1b68fa;
|
|
@@ -1316,13 +1316,13 @@ Color Palettes for use with vision's theming system
|
|
|
1316
1316
|
.vision-light-theme .mat-slider.mat-accent .mat-slider-track-fill,
|
|
1317
1317
|
.vision-light-theme .mat-slider.mat-accent .mat-slider-thumb,
|
|
1318
1318
|
.vision-light-theme .mat-slider.mat-accent .mat-slider-thumb-label {
|
|
1319
|
-
background-color: #
|
|
1319
|
+
background-color: #59b96b;
|
|
1320
1320
|
}
|
|
1321
1321
|
.vision-light-theme .mat-slider.mat-accent .mat-slider-thumb-label-text {
|
|
1322
1322
|
color: white;
|
|
1323
1323
|
}
|
|
1324
1324
|
.vision-light-theme .mat-slider.mat-accent .mat-slider-focus-ring {
|
|
1325
|
-
background-color: rgba(
|
|
1325
|
+
background-color: rgba(89, 185, 107, 0.2);
|
|
1326
1326
|
}
|
|
1327
1327
|
.vision-light-theme .mat-slider.mat-warn .mat-slider-track-fill,
|
|
1328
1328
|
.vision-light-theme .mat-slider.mat-warn .mat-slider-thumb,
|
|
@@ -1409,7 +1409,7 @@ Color Palettes for use with vision's theming system
|
|
|
1409
1409
|
.vision-light-theme .mat-step-header.mat-accent .mat-step-icon-selected,
|
|
1410
1410
|
.vision-light-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
|
|
1411
1411
|
.vision-light-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
|
|
1412
|
-
background-color: #
|
|
1412
|
+
background-color: #59b96b;
|
|
1413
1413
|
color: white;
|
|
1414
1414
|
}
|
|
1415
1415
|
.vision-light-theme .mat-step-header.mat-warn .mat-step-icon {
|
|
@@ -1489,10 +1489,10 @@ Color Palettes for use with vision's theming system
|
|
|
1489
1489
|
.vision-light-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vision-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vision-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
1490
1490
|
.vision-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
1491
1491
|
.vision-light-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
1492
|
-
background-color: rgba(
|
|
1492
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
1493
1493
|
}
|
|
1494
1494
|
.vision-light-theme .mat-tab-group.mat-accent .mat-ink-bar, .vision-light-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
|
|
1495
|
-
background-color: #
|
|
1495
|
+
background-color: #59b96b;
|
|
1496
1496
|
}
|
|
1497
1497
|
.vision-light-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vision-light-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .vision-light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vision-light-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
|
|
1498
1498
|
background-color: white;
|
|
@@ -1554,10 +1554,10 @@ Color Palettes for use with vision's theming system
|
|
|
1554
1554
|
.vision-light-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vision-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vision-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
1555
1555
|
.vision-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
1556
1556
|
.vision-light-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
1557
|
-
background-color: rgba(
|
|
1557
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
1558
1558
|
}
|
|
1559
1559
|
.vision-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .vision-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .vision-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .vision-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .vision-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .vision-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
|
|
1560
|
-
background-color: #
|
|
1560
|
+
background-color: #59b96b;
|
|
1561
1561
|
}
|
|
1562
1562
|
.vision-light-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .vision-light-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .vision-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .vision-light-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
|
|
1563
1563
|
color: white;
|
|
@@ -1636,7 +1636,7 @@ Color Palettes for use with vision's theming system
|
|
|
1636
1636
|
color: white;
|
|
1637
1637
|
}
|
|
1638
1638
|
.vision-light-theme .mat-toolbar.mat-accent {
|
|
1639
|
-
background: #
|
|
1639
|
+
background: #59b96b;
|
|
1640
1640
|
color: white;
|
|
1641
1641
|
}
|
|
1642
1642
|
.vision-light-theme .mat-toolbar.mat-warn {
|
|
@@ -1674,7 +1674,7 @@ Color Palettes for use with vision's theming system
|
|
|
1674
1674
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
1675
1675
|
}
|
|
1676
1676
|
.vision-light-theme .mat-simple-snackbar-action {
|
|
1677
|
-
color: #
|
|
1677
|
+
color: #59b96b;
|
|
1678
1678
|
}
|
|
1679
1679
|
.vision-light-theme .mat-checkbox-frame {
|
|
1680
1680
|
border-color: rgba(0, 0, 0, 0.54);
|
|
@@ -1986,7 +1986,7 @@ Color Palettes for use with vision's theming system
|
|
|
1986
1986
|
color: #1b68fa;
|
|
1987
1987
|
}
|
|
1988
1988
|
.vision-dark-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
1989
|
-
color: #
|
|
1989
|
+
color: #59b96b;
|
|
1990
1990
|
}
|
|
1991
1991
|
.vision-dark-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
1992
1992
|
color: #ef4444;
|
|
@@ -2014,7 +2014,7 @@ Color Palettes for use with vision's theming system
|
|
|
2014
2014
|
.vision-dark-theme .mat-pseudo-checkbox-indeterminate,
|
|
2015
2015
|
.vision-dark-theme .mat-accent .mat-pseudo-checkbox-checked,
|
|
2016
2016
|
.vision-dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
|
|
2017
|
-
background: #
|
|
2017
|
+
background: #59b96b;
|
|
2018
2018
|
}
|
|
2019
2019
|
.vision-dark-theme .mat-warn .mat-pseudo-checkbox-checked,
|
|
2020
2020
|
.vision-dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
|
|
@@ -2275,7 +2275,7 @@ Color Palettes for use with vision's theming system
|
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
2277
|
.vision-dark-theme .mat-badge-accent .mat-badge-content {
|
|
2278
|
-
background: #
|
|
2278
|
+
background: #59b96b;
|
|
2279
2279
|
color: white;
|
|
2280
2280
|
}
|
|
2281
2281
|
.vision-dark-theme .mat-badge-warn .mat-badge-content {
|
|
@@ -2299,7 +2299,7 @@ Color Palettes for use with vision's theming system
|
|
|
2299
2299
|
color: #1b68fa;
|
|
2300
2300
|
}
|
|
2301
2301
|
.vision-dark-theme .mat-button.mat-accent, .vision-dark-theme .mat-icon-button.mat-accent, .vision-dark-theme .mat-stroked-button.mat-accent {
|
|
2302
|
-
color: #
|
|
2302
|
+
color: #59b96b;
|
|
2303
2303
|
}
|
|
2304
2304
|
.vision-dark-theme .mat-button.mat-warn, .vision-dark-theme .mat-icon-button.mat-warn, .vision-dark-theme .mat-stroked-button.mat-warn {
|
|
2305
2305
|
color: #ef4444;
|
|
@@ -2311,7 +2311,7 @@ Color Palettes for use with vision's theming system
|
|
|
2311
2311
|
background-color: #1b68fa;
|
|
2312
2312
|
}
|
|
2313
2313
|
.vision-dark-theme .mat-button.mat-accent .mat-button-focus-overlay, .vision-dark-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .vision-dark-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
|
|
2314
|
-
background-color: #
|
|
2314
|
+
background-color: #59b96b;
|
|
2315
2315
|
}
|
|
2316
2316
|
.vision-dark-theme .mat-button.mat-warn .mat-button-focus-overlay, .vision-dark-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .vision-dark-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
|
|
2317
2317
|
background-color: #ef4444;
|
|
@@ -2349,7 +2349,7 @@ Color Palettes for use with vision's theming system
|
|
|
2349
2349
|
background-color: #1b68fa;
|
|
2350
2350
|
}
|
|
2351
2351
|
.vision-dark-theme .mat-flat-button.mat-accent, .vision-dark-theme .mat-raised-button.mat-accent, .vision-dark-theme .mat-fab.mat-accent, .vision-dark-theme .mat-mini-fab.mat-accent {
|
|
2352
|
-
background-color: #
|
|
2352
|
+
background-color: #59b96b;
|
|
2353
2353
|
}
|
|
2354
2354
|
.vision-dark-theme .mat-flat-button.mat-warn, .vision-dark-theme .mat-raised-button.mat-warn, .vision-dark-theme .mat-fab.mat-warn, .vision-dark-theme .mat-mini-fab.mat-warn {
|
|
2355
2355
|
background-color: #ef4444;
|
|
@@ -2470,7 +2470,7 @@ Color Palettes for use with vision's theming system
|
|
|
2470
2470
|
background-color: #1b68fa;
|
|
2471
2471
|
}
|
|
2472
2472
|
.vision-dark-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .vision-dark-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
2473
|
-
background-color: #
|
|
2473
|
+
background-color: #59b96b;
|
|
2474
2474
|
}
|
|
2475
2475
|
.vision-dark-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .vision-dark-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
|
|
2476
2476
|
background-color: #ef4444;
|
|
@@ -2493,7 +2493,7 @@ Color Palettes for use with vision's theming system
|
|
|
2493
2493
|
}
|
|
2494
2494
|
.vision-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
|
|
2495
2495
|
.vision-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
|
|
2496
|
-
background: #
|
|
2496
|
+
background: #59b96b;
|
|
2497
2497
|
}
|
|
2498
2498
|
.vision-dark-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
|
|
2499
2499
|
.vision-dark-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
|
|
@@ -2542,7 +2542,7 @@ Color Palettes for use with vision's theming system
|
|
|
2542
2542
|
background-color: rgba(255, 255, 255, 0.1);
|
|
2543
2543
|
}
|
|
2544
2544
|
.vision-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
|
|
2545
|
-
background-color: #
|
|
2545
|
+
background-color: #59b96b;
|
|
2546
2546
|
color: white;
|
|
2547
2547
|
}
|
|
2548
2548
|
.vision-dark-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
|
|
@@ -2654,7 +2654,7 @@ Color Palettes for use with vision's theming system
|
|
|
2654
2654
|
color: white;
|
|
2655
2655
|
}
|
|
2656
2656
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
|
|
2657
|
-
background: rgba(
|
|
2657
|
+
background: rgba(89, 185, 107, 0.2);
|
|
2658
2658
|
}
|
|
2659
2659
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
|
|
2660
2660
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
|
|
@@ -2662,11 +2662,11 @@ Color Palettes for use with vision's theming system
|
|
|
2662
2662
|
}
|
|
2663
2663
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
|
|
2664
2664
|
.vision-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
|
|
2665
|
-
background: linear-gradient(to right, rgba(
|
|
2665
|
+
background: linear-gradient(to right, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
2666
2666
|
}
|
|
2667
2667
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
|
|
2668
2668
|
.vision-dark-theme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
|
|
2669
|
-
background: linear-gradient(to left, rgba(
|
|
2669
|
+
background: linear-gradient(to left, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
2670
2670
|
}
|
|
2671
2671
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
|
|
2672
2672
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
|
|
@@ -2677,22 +2677,22 @@ Color Palettes for use with vision's theming system
|
|
|
2677
2677
|
background: #46a35e;
|
|
2678
2678
|
}
|
|
2679
2679
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
|
|
2680
|
-
background-color: #
|
|
2680
|
+
background-color: #59b96b;
|
|
2681
2681
|
color: white;
|
|
2682
2682
|
}
|
|
2683
2683
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
|
|
2684
|
-
background-color: rgba(
|
|
2684
|
+
background-color: rgba(89, 185, 107, 0.4);
|
|
2685
2685
|
}
|
|
2686
2686
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
|
|
2687
2687
|
box-shadow: inset 0 0 0 1px white;
|
|
2688
2688
|
}
|
|
2689
2689
|
.vision-dark-theme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
2690
2690
|
.vision-dark-theme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
2691
|
-
background-color: rgba(
|
|
2691
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
2692
2692
|
}
|
|
2693
2693
|
@media (hover: hover) {
|
|
2694
2694
|
.vision-dark-theme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
2695
|
-
background-color: rgba(
|
|
2695
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
2696
2696
|
}
|
|
2697
2697
|
}
|
|
2698
2698
|
.vision-dark-theme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
|
|
@@ -2744,7 +2744,7 @@ Color Palettes for use with vision's theming system
|
|
|
2744
2744
|
color: #1b68fa;
|
|
2745
2745
|
}
|
|
2746
2746
|
.vision-dark-theme .mat-datepicker-toggle-active.mat-accent {
|
|
2747
|
-
color: #
|
|
2747
|
+
color: #59b96b;
|
|
2748
2748
|
}
|
|
2749
2749
|
.vision-dark-theme .mat-datepicker-toggle-active.mat-warn {
|
|
2750
2750
|
color: #ef4444;
|
|
@@ -2805,13 +2805,13 @@ Color Palettes for use with vision's theming system
|
|
|
2805
2805
|
color: #1b68fa;
|
|
2806
2806
|
}
|
|
2807
2807
|
.vision-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
|
|
2808
|
-
color: #
|
|
2808
|
+
color: #59b96b;
|
|
2809
2809
|
}
|
|
2810
2810
|
.vision-dark-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
|
|
2811
2811
|
color: #ef4444;
|
|
2812
2812
|
}
|
|
2813
2813
|
.vision-dark-theme .mat-focused .mat-form-field-required-marker {
|
|
2814
|
-
color: #
|
|
2814
|
+
color: #59b96b;
|
|
2815
2815
|
}
|
|
2816
2816
|
.vision-dark-theme .mat-form-field-ripple {
|
|
2817
2817
|
background-color: white;
|
|
@@ -2820,7 +2820,7 @@ Color Palettes for use with vision's theming system
|
|
|
2820
2820
|
background-color: #1b68fa;
|
|
2821
2821
|
}
|
|
2822
2822
|
.vision-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
|
|
2823
|
-
background-color: #
|
|
2823
|
+
background-color: #59b96b;
|
|
2824
2824
|
}
|
|
2825
2825
|
.vision-dark-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
|
|
2826
2826
|
background-color: #ef4444;
|
|
@@ -2829,7 +2829,7 @@ Color Palettes for use with vision's theming system
|
|
|
2829
2829
|
color: #1b68fa;
|
|
2830
2830
|
}
|
|
2831
2831
|
.vision-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
|
|
2832
|
-
color: #
|
|
2832
|
+
color: #59b96b;
|
|
2833
2833
|
}
|
|
2834
2834
|
.vision-dark-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
|
|
2835
2835
|
color: #ef4444;
|
|
@@ -2895,7 +2895,7 @@ Color Palettes for use with vision's theming system
|
|
|
2895
2895
|
color: #1b68fa;
|
|
2896
2896
|
}
|
|
2897
2897
|
.vision-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
|
|
2898
|
-
color: #
|
|
2898
|
+
color: #59b96b;
|
|
2899
2899
|
}
|
|
2900
2900
|
.vision-dark-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
|
|
2901
2901
|
color: #ef4444;
|
|
@@ -2913,7 +2913,7 @@ Color Palettes for use with vision's theming system
|
|
|
2913
2913
|
color: #1b68fa;
|
|
2914
2914
|
}
|
|
2915
2915
|
.vision-dark-theme .mat-icon.mat-accent {
|
|
2916
|
-
color: #
|
|
2916
|
+
color: #59b96b;
|
|
2917
2917
|
}
|
|
2918
2918
|
.vision-dark-theme .mat-icon.mat-warn {
|
|
2919
2919
|
color: #ef4444;
|
|
@@ -2947,7 +2947,7 @@ Color Palettes for use with vision's theming system
|
|
|
2947
2947
|
color: rgba(0, 0, 0, 0.38);
|
|
2948
2948
|
}
|
|
2949
2949
|
.vision-dark-theme .mat-form-field.mat-accent .mat-input-element {
|
|
2950
|
-
caret-color: #
|
|
2950
|
+
caret-color: #59b96b;
|
|
2951
2951
|
}
|
|
2952
2952
|
.vision-dark-theme .mat-form-field.mat-warn .mat-input-element,
|
|
2953
2953
|
.vision-dark-theme .mat-form-field-invalid .mat-input-element {
|
|
@@ -3036,13 +3036,13 @@ Color Palettes for use with vision's theming system
|
|
|
3036
3036
|
background-color: #1b68fa;
|
|
3037
3037
|
}
|
|
3038
3038
|
.vision-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
|
|
3039
|
-
fill: #
|
|
3039
|
+
fill: #3a523f;
|
|
3040
3040
|
}
|
|
3041
3041
|
.vision-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
|
|
3042
|
-
background-color: #
|
|
3042
|
+
background-color: #3a523f;
|
|
3043
3043
|
}
|
|
3044
3044
|
.vision-dark-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
|
|
3045
|
-
background-color: #
|
|
3045
|
+
background-color: #59b96b;
|
|
3046
3046
|
}
|
|
3047
3047
|
.vision-dark-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
|
|
3048
3048
|
fill: #603535;
|
|
@@ -3057,7 +3057,7 @@ Color Palettes for use with vision's theming system
|
|
|
3057
3057
|
stroke: #1b68fa;
|
|
3058
3058
|
}
|
|
3059
3059
|
.vision-dark-theme .mat-progress-spinner.mat-accent circle, .vision-dark-theme .mat-spinner.mat-accent circle {
|
|
3060
|
-
stroke: #
|
|
3060
|
+
stroke: #59b96b;
|
|
3061
3061
|
}
|
|
3062
3062
|
.vision-dark-theme .mat-progress-spinner.mat-warn circle, .vision-dark-theme .mat-spinner.mat-warn circle {
|
|
3063
3063
|
stroke: #ef4444;
|
|
@@ -3073,11 +3073,11 @@ Color Palettes for use with vision's theming system
|
|
|
3073
3073
|
background-color: #1b68fa;
|
|
3074
3074
|
}
|
|
3075
3075
|
.vision-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
|
3076
|
-
border-color: #
|
|
3076
|
+
border-color: #59b96b;
|
|
3077
3077
|
}
|
|
3078
3078
|
.vision-dark-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
|
|
3079
3079
|
.vision-dark-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vision-dark-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .vision-dark-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
|
|
3080
|
-
background-color: #
|
|
3080
|
+
background-color: #59b96b;
|
|
3081
3081
|
}
|
|
3082
3082
|
.vision-dark-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
|
|
3083
3083
|
border-color: #ef4444;
|
|
@@ -3125,7 +3125,7 @@ Color Palettes for use with vision's theming system
|
|
|
3125
3125
|
color: #1b68fa;
|
|
3126
3126
|
}
|
|
3127
3127
|
.vision-dark-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
|
|
3128
|
-
color: #
|
|
3128
|
+
color: #59b96b;
|
|
3129
3129
|
}
|
|
3130
3130
|
.vision-dark-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
|
|
3131
3131
|
color: #ef4444;
|
|
@@ -3169,13 +3169,13 @@ Color Palettes for use with vision's theming system
|
|
|
3169
3169
|
background-color: rgba(189, 189, 189, 0.6);
|
|
3170
3170
|
}
|
|
3171
3171
|
.vision-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
|
|
3172
|
-
background-color: #
|
|
3172
|
+
background-color: #59b96b;
|
|
3173
3173
|
}
|
|
3174
3174
|
.vision-dark-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
3175
|
-
background-color: rgba(
|
|
3175
|
+
background-color: rgba(89, 185, 107, 0.54);
|
|
3176
3176
|
}
|
|
3177
3177
|
.vision-dark-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
|
|
3178
|
-
background-color: #
|
|
3178
|
+
background-color: #59b96b;
|
|
3179
3179
|
}
|
|
3180
3180
|
.vision-dark-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
|
|
3181
3181
|
background-color: #1b68fa;
|
|
@@ -3222,13 +3222,13 @@ Color Palettes for use with vision's theming system
|
|
|
3222
3222
|
.vision-dark-theme .mat-slider.mat-accent .mat-slider-track-fill,
|
|
3223
3223
|
.vision-dark-theme .mat-slider.mat-accent .mat-slider-thumb,
|
|
3224
3224
|
.vision-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label {
|
|
3225
|
-
background-color: #
|
|
3225
|
+
background-color: #59b96b;
|
|
3226
3226
|
}
|
|
3227
3227
|
.vision-dark-theme .mat-slider.mat-accent .mat-slider-thumb-label-text {
|
|
3228
3228
|
color: white;
|
|
3229
3229
|
}
|
|
3230
3230
|
.vision-dark-theme .mat-slider.mat-accent .mat-slider-focus-ring {
|
|
3231
|
-
background-color: rgba(
|
|
3231
|
+
background-color: rgba(89, 185, 107, 0.2);
|
|
3232
3232
|
}
|
|
3233
3233
|
.vision-dark-theme .mat-slider.mat-warn .mat-slider-track-fill,
|
|
3234
3234
|
.vision-dark-theme .mat-slider.mat-warn .mat-slider-thumb,
|
|
@@ -3315,7 +3315,7 @@ Color Palettes for use with vision's theming system
|
|
|
3315
3315
|
.vision-dark-theme .mat-step-header.mat-accent .mat-step-icon-selected,
|
|
3316
3316
|
.vision-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-done,
|
|
3317
3317
|
.vision-dark-theme .mat-step-header.mat-accent .mat-step-icon-state-edit {
|
|
3318
|
-
background-color: #
|
|
3318
|
+
background-color: #59b96b;
|
|
3319
3319
|
color: white;
|
|
3320
3320
|
}
|
|
3321
3321
|
.vision-dark-theme .mat-step-header.mat-warn .mat-step-icon {
|
|
@@ -3395,10 +3395,10 @@ Color Palettes for use with vision's theming system
|
|
|
3395
3395
|
.vision-dark-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vision-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vision-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
3396
3396
|
.vision-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
3397
3397
|
.vision-dark-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
3398
|
-
background-color: rgba(
|
|
3398
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
3399
3399
|
}
|
|
3400
3400
|
.vision-dark-theme .mat-tab-group.mat-accent .mat-ink-bar, .vision-dark-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
|
|
3401
|
-
background-color: #
|
|
3401
|
+
background-color: #59b96b;
|
|
3402
3402
|
}
|
|
3403
3403
|
.vision-dark-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vision-dark-theme .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .vision-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vision-dark-theme .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
|
|
3404
3404
|
background-color: white;
|
|
@@ -3460,10 +3460,10 @@ Color Palettes for use with vision's theming system
|
|
|
3460
3460
|
.vision-dark-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vision-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vision-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
3461
3461
|
.vision-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
3462
3462
|
.vision-dark-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
3463
|
-
background-color: rgba(
|
|
3463
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
3464
3464
|
}
|
|
3465
3465
|
.vision-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header, .vision-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container, .vision-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .vision-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .vision-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .vision-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
|
|
3466
|
-
background-color: #
|
|
3466
|
+
background-color: #59b96b;
|
|
3467
3467
|
}
|
|
3468
3468
|
.vision-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .vision-dark-theme .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .vision-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .vision-dark-theme .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
|
|
3469
3469
|
color: white;
|
|
@@ -3542,7 +3542,7 @@ Color Palettes for use with vision's theming system
|
|
|
3542
3542
|
color: white;
|
|
3543
3543
|
}
|
|
3544
3544
|
.vision-dark-theme .mat-toolbar.mat-accent {
|
|
3545
|
-
background: #
|
|
3545
|
+
background: #59b96b;
|
|
3546
3546
|
color: white;
|
|
3547
3547
|
}
|
|
3548
3548
|
.vision-dark-theme .mat-toolbar.mat-warn {
|
|
@@ -5888,7 +5888,7 @@ p {
|
|
|
5888
5888
|
}
|
|
5889
5889
|
|
|
5890
5890
|
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
5891
|
-
color: #
|
|
5891
|
+
color: #59b96b;
|
|
5892
5892
|
}
|
|
5893
5893
|
|
|
5894
5894
|
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
|
|
@@ -5933,7 +5933,7 @@ p {
|
|
|
5933
5933
|
.mat-pseudo-checkbox-indeterminate,
|
|
5934
5934
|
.mat-accent .mat-pseudo-checkbox-checked,
|
|
5935
5935
|
.mat-accent .mat-pseudo-checkbox-indeterminate {
|
|
5936
|
-
background: #
|
|
5936
|
+
background: #59b96b;
|
|
5937
5937
|
}
|
|
5938
5938
|
|
|
5939
5939
|
.mat-warn .mat-pseudo-checkbox-checked,
|
|
@@ -6233,7 +6233,7 @@ p {
|
|
|
6233
6233
|
}
|
|
6234
6234
|
|
|
6235
6235
|
.mat-badge-accent .mat-badge-content {
|
|
6236
|
-
background: #
|
|
6236
|
+
background: #59b96b;
|
|
6237
6237
|
color: white;
|
|
6238
6238
|
}
|
|
6239
6239
|
|
|
@@ -6280,7 +6280,7 @@ p {
|
|
|
6280
6280
|
color: #1b68fa;
|
|
6281
6281
|
}
|
|
6282
6282
|
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
|
|
6283
|
-
color: #
|
|
6283
|
+
color: #59b96b;
|
|
6284
6284
|
}
|
|
6285
6285
|
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
|
|
6286
6286
|
color: #ef4444;
|
|
@@ -6292,7 +6292,7 @@ p {
|
|
|
6292
6292
|
background-color: #1b68fa;
|
|
6293
6293
|
}
|
|
6294
6294
|
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
|
|
6295
|
-
background-color: #
|
|
6295
|
+
background-color: #59b96b;
|
|
6296
6296
|
}
|
|
6297
6297
|
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
|
|
6298
6298
|
background-color: #ef4444;
|
|
@@ -6333,7 +6333,7 @@ p {
|
|
|
6333
6333
|
background-color: #1b68fa;
|
|
6334
6334
|
}
|
|
6335
6335
|
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
|
|
6336
|
-
background-color: #
|
|
6336
|
+
background-color: #59b96b;
|
|
6337
6337
|
}
|
|
6338
6338
|
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
|
|
6339
6339
|
background-color: #ef4444;
|
|
@@ -6507,7 +6507,7 @@ p {
|
|
|
6507
6507
|
background-color: #1b68fa;
|
|
6508
6508
|
}
|
|
6509
6509
|
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
6510
|
-
background-color: #
|
|
6510
|
+
background-color: #59b96b;
|
|
6511
6511
|
}
|
|
6512
6512
|
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
|
|
6513
6513
|
background-color: #ef4444;
|
|
@@ -6533,7 +6533,7 @@ p {
|
|
|
6533
6533
|
}
|
|
6534
6534
|
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
|
|
6535
6535
|
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
|
|
6536
|
-
background: #
|
|
6536
|
+
background: #59b96b;
|
|
6537
6537
|
}
|
|
6538
6538
|
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
|
|
6539
6539
|
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
|
|
@@ -6592,7 +6592,7 @@ p {
|
|
|
6592
6592
|
background-color: rgba(255, 255, 255, 0.1);
|
|
6593
6593
|
}
|
|
6594
6594
|
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
|
|
6595
|
-
background-color: #
|
|
6595
|
+
background-color: #59b96b;
|
|
6596
6596
|
color: white;
|
|
6597
6597
|
}
|
|
6598
6598
|
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
|
|
@@ -6752,7 +6752,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6752
6752
|
color: rgba(0, 0, 0, 0.87);
|
|
6753
6753
|
}
|
|
6754
6754
|
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
|
|
6755
|
-
background: rgba(
|
|
6755
|
+
background: rgba(89, 185, 107, 0.2);
|
|
6756
6756
|
}
|
|
6757
6757
|
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
|
|
6758
6758
|
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
|
|
@@ -6760,11 +6760,11 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6760
6760
|
}
|
|
6761
6761
|
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
|
|
6762
6762
|
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
|
|
6763
|
-
background: linear-gradient(to right, rgba(
|
|
6763
|
+
background: linear-gradient(to right, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
6764
6764
|
}
|
|
6765
6765
|
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
|
|
6766
6766
|
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
|
|
6767
|
-
background: linear-gradient(to left, rgba(
|
|
6767
|
+
background: linear-gradient(to left, rgba(89, 185, 107, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
|
|
6768
6768
|
}
|
|
6769
6769
|
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
|
|
6770
6770
|
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
|
|
@@ -6775,22 +6775,22 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6775
6775
|
background: #46a35e;
|
|
6776
6776
|
}
|
|
6777
6777
|
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
|
|
6778
|
-
background-color: #
|
|
6778
|
+
background-color: #59b96b;
|
|
6779
6779
|
color: white;
|
|
6780
6780
|
}
|
|
6781
6781
|
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
|
|
6782
|
-
background-color: rgba(
|
|
6782
|
+
background-color: rgba(89, 185, 107, 0.4);
|
|
6783
6783
|
}
|
|
6784
6784
|
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
|
|
6785
6785
|
box-shadow: inset 0 0 0 1px white;
|
|
6786
6786
|
}
|
|
6787
6787
|
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
|
|
6788
6788
|
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
6789
|
-
background-color: rgba(
|
|
6789
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
6790
6790
|
}
|
|
6791
6791
|
@media (hover: hover) {
|
|
6792
6792
|
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
|
|
6793
|
-
background-color: rgba(
|
|
6793
|
+
background-color: rgba(89, 185, 107, 0.3);
|
|
6794
6794
|
}
|
|
6795
6795
|
}
|
|
6796
6796
|
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
|
|
@@ -6844,7 +6844,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6844
6844
|
color: #1b68fa;
|
|
6845
6845
|
}
|
|
6846
6846
|
.mat-datepicker-toggle-active.mat-accent {
|
|
6847
|
-
color: #
|
|
6847
|
+
color: #59b96b;
|
|
6848
6848
|
}
|
|
6849
6849
|
.mat-datepicker-toggle-active.mat-warn {
|
|
6850
6850
|
color: #ef4444;
|
|
@@ -6960,14 +6960,14 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6960
6960
|
color: #1b68fa;
|
|
6961
6961
|
}
|
|
6962
6962
|
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
|
|
6963
|
-
color: #
|
|
6963
|
+
color: #59b96b;
|
|
6964
6964
|
}
|
|
6965
6965
|
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
|
|
6966
6966
|
color: #ef4444;
|
|
6967
6967
|
}
|
|
6968
6968
|
|
|
6969
6969
|
.mat-focused .mat-form-field-required-marker {
|
|
6970
|
-
color: #
|
|
6970
|
+
color: #59b96b;
|
|
6971
6971
|
}
|
|
6972
6972
|
|
|
6973
6973
|
.mat-form-field-ripple {
|
|
@@ -6978,7 +6978,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6978
6978
|
background-color: #1b68fa;
|
|
6979
6979
|
}
|
|
6980
6980
|
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
|
|
6981
|
-
background-color: #
|
|
6981
|
+
background-color: #59b96b;
|
|
6982
6982
|
}
|
|
6983
6983
|
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
|
|
6984
6984
|
background-color: #ef4444;
|
|
@@ -6988,7 +6988,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
6988
6988
|
color: #1b68fa;
|
|
6989
6989
|
}
|
|
6990
6990
|
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
|
|
6991
|
-
color: #
|
|
6991
|
+
color: #59b96b;
|
|
6992
6992
|
}
|
|
6993
6993
|
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
|
|
6994
6994
|
color: #ef4444;
|
|
@@ -7060,7 +7060,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
7060
7060
|
color: #1b68fa;
|
|
7061
7061
|
}
|
|
7062
7062
|
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
|
|
7063
|
-
color: #
|
|
7063
|
+
color: #59b96b;
|
|
7064
7064
|
}
|
|
7065
7065
|
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
|
|
7066
7066
|
color: #ef4444;
|
|
@@ -7234,7 +7234,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
7234
7234
|
color: #1b68fa;
|
|
7235
7235
|
}
|
|
7236
7236
|
.mat-icon.mat-accent {
|
|
7237
|
-
color: #
|
|
7237
|
+
color: #59b96b;
|
|
7238
7238
|
}
|
|
7239
7239
|
.mat-icon.mat-warn {
|
|
7240
7240
|
color: #ef4444;
|
|
@@ -7266,7 +7266,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
|
|
|
7266
7266
|
}
|
|
7267
7267
|
|
|
7268
7268
|
.mat-form-field.mat-accent .mat-input-element {
|
|
7269
|
-
caret-color: #
|
|
7269
|
+
caret-color: #59b96b;
|
|
7270
7270
|
}
|
|
7271
7271
|
|
|
7272
7272
|
.mat-form-field.mat-warn .mat-input-element,
|
|
@@ -7465,13 +7465,13 @@ input.mat-input-element {
|
|
|
7465
7465
|
}
|
|
7466
7466
|
|
|
7467
7467
|
.mat-progress-bar.mat-accent .mat-progress-bar-background {
|
|
7468
|
-
fill: #
|
|
7468
|
+
fill: #d2ead6;
|
|
7469
7469
|
}
|
|
7470
7470
|
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
|
|
7471
|
-
background-color: #
|
|
7471
|
+
background-color: #d2ead6;
|
|
7472
7472
|
}
|
|
7473
7473
|
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
|
|
7474
|
-
background-color: #
|
|
7474
|
+
background-color: #59b96b;
|
|
7475
7475
|
}
|
|
7476
7476
|
|
|
7477
7477
|
.mat-progress-bar.mat-warn .mat-progress-bar-background {
|
|
@@ -7488,7 +7488,7 @@ input.mat-input-element {
|
|
|
7488
7488
|
stroke: #1b68fa;
|
|
7489
7489
|
}
|
|
7490
7490
|
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
|
|
7491
|
-
stroke: #
|
|
7491
|
+
stroke: #59b96b;
|
|
7492
7492
|
}
|
|
7493
7493
|
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
|
|
7494
7494
|
stroke: #ef4444;
|
|
@@ -7506,11 +7506,11 @@ input.mat-input-element {
|
|
|
7506
7506
|
background-color: #1b68fa;
|
|
7507
7507
|
}
|
|
7508
7508
|
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
|
7509
|
-
border-color: #
|
|
7509
|
+
border-color: #59b96b;
|
|
7510
7510
|
}
|
|
7511
7511
|
.mat-radio-button.mat-accent .mat-radio-inner-circle,
|
|
7512
7512
|
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
|
|
7513
|
-
background-color: #
|
|
7513
|
+
background-color: #59b96b;
|
|
7514
7514
|
}
|
|
7515
7515
|
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
|
|
7516
7516
|
border-color: #ef4444;
|
|
@@ -7568,7 +7568,7 @@ input.mat-input-element {
|
|
|
7568
7568
|
color: #1b68fa;
|
|
7569
7569
|
}
|
|
7570
7570
|
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
|
|
7571
|
-
color: #
|
|
7571
|
+
color: #59b96b;
|
|
7572
7572
|
}
|
|
7573
7573
|
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
|
|
7574
7574
|
color: #ef4444;
|
|
@@ -7626,13 +7626,13 @@ input.mat-input-element {
|
|
|
7626
7626
|
}
|
|
7627
7627
|
|
|
7628
7628
|
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
|
|
7629
|
-
background-color: #
|
|
7629
|
+
background-color: #59b96b;
|
|
7630
7630
|
}
|
|
7631
7631
|
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
7632
|
-
background-color: rgba(
|
|
7632
|
+
background-color: rgba(89, 185, 107, 0.54);
|
|
7633
7633
|
}
|
|
7634
7634
|
.mat-slide-toggle.mat-checked .mat-ripple-element {
|
|
7635
|
-
background-color: #
|
|
7635
|
+
background-color: #59b96b;
|
|
7636
7636
|
}
|
|
7637
7637
|
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
|
|
7638
7638
|
background-color: #1b68fa;
|
|
@@ -7687,13 +7687,13 @@ input.mat-input-element {
|
|
|
7687
7687
|
.mat-slider.mat-accent .mat-slider-track-fill,
|
|
7688
7688
|
.mat-slider.mat-accent .mat-slider-thumb,
|
|
7689
7689
|
.mat-slider.mat-accent .mat-slider-thumb-label {
|
|
7690
|
-
background-color: #
|
|
7690
|
+
background-color: #59b96b;
|
|
7691
7691
|
}
|
|
7692
7692
|
.mat-slider.mat-accent .mat-slider-thumb-label-text {
|
|
7693
7693
|
color: white;
|
|
7694
7694
|
}
|
|
7695
7695
|
.mat-slider.mat-accent .mat-slider-focus-ring {
|
|
7696
|
-
background-color: rgba(
|
|
7696
|
+
background-color: rgba(89, 185, 107, 0.2);
|
|
7697
7697
|
}
|
|
7698
7698
|
.mat-slider.mat-warn .mat-slider-track-fill,
|
|
7699
7699
|
.mat-slider.mat-warn .mat-slider-thumb,
|
|
@@ -7793,7 +7793,7 @@ input.mat-input-element {
|
|
|
7793
7793
|
.mat-step-header.mat-accent .mat-step-icon-selected,
|
|
7794
7794
|
.mat-step-header.mat-accent .mat-step-icon-state-done,
|
|
7795
7795
|
.mat-step-header.mat-accent .mat-step-icon-state-edit {
|
|
7796
|
-
background-color: #
|
|
7796
|
+
background-color: #59b96b;
|
|
7797
7797
|
color: white;
|
|
7798
7798
|
}
|
|
7799
7799
|
.mat-step-header.mat-warn .mat-step-icon {
|
|
@@ -7928,10 +7928,10 @@ input.mat-input-element {
|
|
|
7928
7928
|
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
7929
7929
|
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
7930
7930
|
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
7931
|
-
background-color: rgba(
|
|
7931
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
7932
7932
|
}
|
|
7933
7933
|
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
|
|
7934
|
-
background-color: #
|
|
7934
|
+
background-color: #59b96b;
|
|
7935
7935
|
}
|
|
7936
7936
|
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
|
|
7937
7937
|
background-color: white;
|
|
@@ -7993,10 +7993,10 @@ input.mat-input-element {
|
|
|
7993
7993
|
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
|
|
7994
7994
|
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
|
|
7995
7995
|
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
|
|
7996
|
-
background-color: rgba(
|
|
7996
|
+
background-color: rgba(205, 234, 211, 0.3);
|
|
7997
7997
|
}
|
|
7998
7998
|
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
|
|
7999
|
-
background-color: #
|
|
7999
|
+
background-color: #59b96b;
|
|
8000
8000
|
}
|
|
8001
8001
|
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
|
|
8002
8002
|
color: white;
|
|
@@ -8086,7 +8086,7 @@ input.mat-input-element {
|
|
|
8086
8086
|
color: white;
|
|
8087
8087
|
}
|
|
8088
8088
|
.mat-toolbar.mat-accent {
|
|
8089
|
-
background: #
|
|
8089
|
+
background: #59b96b;
|
|
8090
8090
|
color: white;
|
|
8091
8091
|
}
|
|
8092
8092
|
.mat-toolbar.mat-warn {
|
|
@@ -8184,7 +8184,7 @@ input.mat-input-element {
|
|
|
8184
8184
|
}
|
|
8185
8185
|
|
|
8186
8186
|
.mat-simple-snackbar-action {
|
|
8187
|
-
color: #
|
|
8187
|
+
color: #59b96b;
|
|
8188
8188
|
}
|
|
8189
8189
|
|
|
8190
8190
|
.mat-simple-snackbar {
|