@igo2/core 19.0.0-next.9 → 19.0.0
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/environment/environment.interface.d.ts +2 -0
- package/fesm2022/igo2-core-activity.mjs +10 -10
- package/fesm2022/igo2-core-activity.mjs.map +1 -1
- package/fesm2022/igo2-core-analytics.mjs +3 -3
- package/fesm2022/igo2-core-analytics.mjs.map +1 -1
- package/fesm2022/igo2-core-config.mjs +9 -9
- package/fesm2022/igo2-core-config.mjs.map +1 -1
- package/fesm2022/igo2-core-language.mjs +66 -24
- package/fesm2022/igo2-core-language.mjs.map +1 -1
- package/fesm2022/igo2-core-media.mjs +3 -3
- package/fesm2022/igo2-core-media.mjs.map +1 -1
- package/fesm2022/igo2-core-message.mjs +8 -8
- package/fesm2022/igo2-core-message.mjs.map +1 -1
- package/fesm2022/igo2-core-monitoring.mjs +52 -53
- package/fesm2022/igo2-core-monitoring.mjs.map +1 -1
- package/fesm2022/igo2-core-network.mjs +3 -3
- package/fesm2022/igo2-core-network.mjs.map +1 -1
- package/fesm2022/igo2-core-regex.mjs +3 -3
- package/fesm2022/igo2-core-regex.mjs.map +1 -1
- package/fesm2022/igo2-core-request.mjs +14 -14
- package/fesm2022/igo2-core-request.mjs.map +1 -1
- package/fesm2022/igo2-core-route.mjs +45 -29
- package/fesm2022/igo2-core-route.mjs.map +1 -1
- package/fesm2022/igo2-core-storage.mjs +3 -3
- package/fesm2022/igo2-core-storage.mjs.map +1 -1
- package/fesm2022/igo2-core.mjs +4 -4
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/language/shared/language.loader.d.ts +2 -0
- package/language/shared/language.provider.d.ts +8 -2
- package/locale/en.json +1 -1
- package/locale/fr.json +1 -1
- package/message/src/message.theme.scss +21 -0
- package/monitoring/public_api.d.ts +0 -1
- package/monitoring/sentry/sentry.interface.d.ts +3 -1
- package/monitoring/sentry/sentry.provider.d.ts +14 -2
- package/monitoring/sentry/sentry.utils.d.ts +0 -3
- package/monitoring/shared/index.d.ts +1 -0
- package/monitoring/shared/monitoring.d.ts +3 -0
- package/package.json +11 -6
- package/route/route.interface.d.ts +34 -21
- package/route/route.service.d.ts +5 -1
- package/src/core.theme.scss +5 -0
- package/src/packages.import.scss +4 -5
- package/src/theming/all-theme.scss +1 -6
- package/src/theming/prebuilt-themes/blue-theme.scss +5 -27
- package/src/theming/prebuilt-themes/bluedark-theme.scss +10 -61
- package/src/theming/prebuilt-themes/bluedq-theme.scss +10 -61
- package/src/theming/prebuilt-themes/teal-theme.scss +5 -26
- package/src/theming/themes/_blue-theme.scss +139 -0
- package/src/theming/themes/_bluedark-theme.scss +139 -0
- package/src/theming/themes/_bluedq-theme.scss +139 -0
- package/src/theming/themes/_index.scss +5 -0
- package/src/theming/themes/_teal-theme.scss +157 -0
- package/src/theming/themes/_theme.scss +49 -0
- package/src/theming/themes/overrides/_button.scss +79 -0
- package/src/theming/themes/overrides/_index.scss +7 -0
- package/src/theming/themes/overrides/_sidenav.scss +9 -0
- package/style/all-style.css +4 -0
- package/theming/prebuilt-themes/blue-theme.css +1000 -2741
- package/theming/prebuilt-themes/bluedark-theme.css +1000 -2741
- package/theming/prebuilt-themes/bluedq-theme.css +1000 -2741
- package/theming/prebuilt-themes/teal-theme.css +1000 -2741
- package/message/src/message.theming.scss +0 -26
- package/monitoring/monitoring.provider.d.ts +0 -4
- package/src/core-theme.scss +0 -5
- package/src/theming/material-theme-override.scss +0 -39
- package/src/theming/prebuilt-themes/bluegrey-theme.scss +0 -27
- package/src/theming/prebuilt-themes/dark-theme.scss +0 -27
- package/src/theming/prebuilt-themes/deeppurple-theme.scss +0 -27
- package/src/theming/prebuilt-themes/indigo-theme.scss +0 -27
- package/src/theming/prebuilt-themes/orange-theme.scss +0 -27
- package/src/theming/typography.scss +0 -28
- package/theming/prebuilt-themes/bluegrey-theme.css +0 -2964
- package/theming/prebuilt-themes/dark-theme.css +0 -2964
- package/theming/prebuilt-themes/deeppurple-theme.css +0 -2964
- package/theming/prebuilt-themes/indigo-theme.css +0 -2964
- package/theming/prebuilt-themes/orange-theme.css +0 -2964
|
@@ -1,2964 +1,1223 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Most of the code is inspired or from @angular/material
|
|
3
|
+
* https://github.com/angular/components/tree/main/src/material/core/tokens/_token-utils.scss
|
|
4
|
+
*/
|
|
5
|
+
html .blue-theme {
|
|
6
|
+
--sdg-font-size-root-percent: 87.5%;
|
|
7
|
+
--igo-font-family-text: var(--sdg-font-family-text, ("Roboto", sans-serif));
|
|
8
|
+
--sdg-palette-blue-100: #dae6f0;
|
|
9
|
+
--sdg-palette-blue-150: #c6dbee;
|
|
10
|
+
--sdg-palette-blue-200: #adcdeb;
|
|
11
|
+
--sdg-palette-blue-300: #72b2eb;
|
|
12
|
+
--sdg-palette-blue-350: #4a98d9;
|
|
13
|
+
--sdg-palette-blue-400: #3b95e1;
|
|
14
|
+
--sdg-palette-blue-500: #0078cc;
|
|
15
|
+
--sdg-palette-blue-550: #1472bf;
|
|
16
|
+
--sdg-palette-blue-600: #095797;
|
|
17
|
+
--sdg-palette-blue-650: #19406c;
|
|
18
|
+
--sdg-palette-blue-700: #223654;
|
|
19
|
+
--sdg-palette-blue-800: #162b47;
|
|
20
|
+
--sdg-palette-grey-100: #f1f1f2;
|
|
21
|
+
--sdg-palette-grey-150: #d7d8dd;
|
|
22
|
+
--sdg-palette-grey-200: #c5cad2;
|
|
23
|
+
--sdg-palette-grey-300: #a7acbc;
|
|
24
|
+
--sdg-palette-grey-350: #8893a2;
|
|
25
|
+
--sdg-palette-grey-400: #8590a8;
|
|
26
|
+
--sdg-palette-grey-450: #6b778a;
|
|
27
|
+
--sdg-palette-grey-500: #6a7688;
|
|
28
|
+
--sdg-palette-grey-600: #4e5662;
|
|
29
|
+
--sdg-palette-grey-700: #3b424c;
|
|
30
|
+
--sdg-palette-grey-850: #1c2025;
|
|
31
|
+
--sdg-palette-grey-900: #121519;
|
|
32
|
+
--sdg-palette-red-50: #ffdbd6;
|
|
33
|
+
--sdg-palette-red-200: #f3bcb6;
|
|
34
|
+
--sdg-palette-red-300: #e58271;
|
|
35
|
+
--sdg-palette-red-350: #f17b6c;
|
|
36
|
+
--sdg-palette-red-400: #f26049;
|
|
37
|
+
--sdg-palette-red-500: #cb381f;
|
|
38
|
+
--sdg-palette-red-550: #bb3a23;
|
|
39
|
+
--sdg-palette-red-700: #692519;
|
|
40
|
+
--sdg-palette-red-800: #4f180e;
|
|
41
|
+
--sdg-palette-green-100: #d7f0bb;
|
|
42
|
+
--sdg-palette-green-200: #b0d493;
|
|
43
|
+
--sdg-palette-green-400: #6e9c57;
|
|
44
|
+
--sdg-palette-green-500: #4f813d;
|
|
45
|
+
--sdg-palette-green-600: #2c4024;
|
|
46
|
+
--sdg-palette-green-800: #1e2f17;
|
|
47
|
+
--sdg-palette-yellow-100: #f8e69a;
|
|
48
|
+
--sdg-palette-yellow-400: #e0ad03;
|
|
49
|
+
--sdg-palette-yellow-450: #ac7900;
|
|
50
|
+
--sdg-palette-yellow-600: #ad781c;
|
|
51
|
+
--sdg-palette-yellow-650: #6d4512;
|
|
52
|
+
--sdg-palette-yellow-800: #3f240c;
|
|
53
|
+
--sdg-palette-violet-300: #b3a5d4;
|
|
54
|
+
--sdg-palette-violet-500: #6b4fa1;
|
|
55
|
+
--sdg-color-blue-pale: #dae6f0;
|
|
56
|
+
--sdg-color-blue-light: #4a98d9;
|
|
57
|
+
--sdg-color-blue-normal: #1472bf;
|
|
58
|
+
--sdg-color-blue-piv: #095797;
|
|
59
|
+
--sdg-color-blue-medium: #19406c;
|
|
60
|
+
--sdg-color-blue-dark: #223654;
|
|
61
|
+
--sdg-color-grey-pale: #f1f1f2;
|
|
62
|
+
--sdg-color-grey-light: #c5cad2;
|
|
63
|
+
--sdg-color-grey-normal: #8893a2;
|
|
64
|
+
--sdg-color-grey-medium: #6b778a;
|
|
65
|
+
--sdg-color-grey-dark: #4e5662;
|
|
66
|
+
--sdg-color-pink-pale: #ffdbd6;
|
|
67
|
+
--sdg-color-pink-normal: #e58271;
|
|
68
|
+
--sdg-color-red-normal: #cb381f;
|
|
69
|
+
--sdg-color-red-dark: #4f180e;
|
|
70
|
+
--sdg-color-green-pale: #d7f0bb;
|
|
71
|
+
--sdg-color-green-normal: #4f813d;
|
|
72
|
+
--sdg-color-green-dark: #2c4024;
|
|
73
|
+
--sdg-color-yellow-pale: #f8e69a;
|
|
74
|
+
--sdg-color-yellow-normal: #e0ad03;
|
|
75
|
+
--sdg-color-yellow-dark: #ad781c;
|
|
76
|
+
--sdg-color-violet-normal: #6b4fa1;
|
|
77
|
+
--sdg-color-white: #ffffff;
|
|
78
|
+
--sdg-color-black: #000000;
|
|
79
|
+
--sdg-color-accent: #e58271;
|
|
80
|
+
--sdg-color-text: var(--sdg-color-blue-dark);
|
|
81
|
+
--sdg-color-background: var(--sdg-color-white);
|
|
82
|
+
--sdg-font-family-text: Open Sans, sans-serif;
|
|
83
|
+
--sdg-font-family-title: Roboto, sans-serif;
|
|
84
|
+
--sdg-font-size-root-percent: 100%;
|
|
85
|
+
--sdg-font-size-h6: 1rem;
|
|
86
|
+
--sdg-font-size-h5: 1.1875rem;
|
|
87
|
+
--sdg-font-size-h4: 1.3125rem;
|
|
88
|
+
--sdg-font-size-h3: 1.75rem;
|
|
89
|
+
--sdg-font-size-h2: 2.25rem;
|
|
90
|
+
--sdg-font-size-h1: 3rem;
|
|
91
|
+
--sdg-font-size-80: 0.75rem;
|
|
92
|
+
--sdg-font-size-90: 0.875rem;
|
|
93
|
+
--sdg-font-size-100: 1rem;
|
|
94
|
+
--sdg-font-size-120: 1.125rem;
|
|
95
|
+
--sdg-font-size-200: 1.375rem;
|
|
96
|
+
--sdg-font-size-xs: var(--sdg-font-size-80);
|
|
97
|
+
--sdg-font-size-sm: var(--sdg-font-size-90);
|
|
98
|
+
--sdg-font-size-md: var(--sdg-font-size-100);
|
|
99
|
+
--sdg-font-size-lg: var(--sdg-font-size-120);
|
|
100
|
+
--sdg-font-size-xl: var(--sdg-font-size-200);
|
|
101
|
+
--sdg-font-size-content: var(--sdg-font-size-md);
|
|
102
|
+
--sdg-font-weight-regular: 400;
|
|
103
|
+
--sdg-font-weight-medium: 500;
|
|
104
|
+
--sdg-font-weight-semi-bold: 600;
|
|
105
|
+
--sdg-font-weight-bold: 700;
|
|
106
|
+
--sdg-line-height-h6: 1.25rem;
|
|
107
|
+
--sdg-line-height-h5: 1.5rem;
|
|
108
|
+
--sdg-line-height-h4: 1.5rem;
|
|
109
|
+
--sdg-line-height-h3: 2rem;
|
|
110
|
+
--sdg-line-height-h2: 2.5rem;
|
|
111
|
+
--sdg-line-height-h1: 3.5rem;
|
|
112
|
+
--sdg-line-height-90: 1.25rem;
|
|
113
|
+
--sdg-line-height-100: 1.5rem;
|
|
114
|
+
--sdg-line-height-120: 1.75rem;
|
|
115
|
+
--sdg-line-height-200: 2rem;
|
|
116
|
+
--sdg-line-height-sm: var(--sdg-line-height-90);
|
|
117
|
+
--sdg-line-height-md: var(--sdg-line-height-100);
|
|
118
|
+
--sdg-line-height-lg: var(--sdg-line-height-120);
|
|
119
|
+
--sdg-line-height-xl: var(--sdg-line-height-200);
|
|
120
|
+
--sdg-title-margin-h1-mt: var(--sdg-spacer-72);
|
|
121
|
+
--sdg-title-margin-h1-mb: var(--sdg-spacer-32);
|
|
122
|
+
--sdg-title-margin-h2-mt: var(--sdg-spacer-lg);
|
|
123
|
+
--sdg-title-margin-h2-mb: var(--sdg-spacer-sm);
|
|
124
|
+
--sdg-title-margin-h3-mt: var(--sdg-spacer-md);
|
|
125
|
+
--sdg-title-margin-h3-mb: var(--sdg-spacer-sm);
|
|
126
|
+
--sdg-title-margin-h4-mt: var(--sdg-spacer-md);
|
|
127
|
+
--sdg-title-margin-h4-mb: var(--sdg-spacer-xs);
|
|
128
|
+
--sdg-title-margin-h5-mt: var(--sdg-spacer-sm);
|
|
129
|
+
--sdg-title-margin-h5-mb: 0;
|
|
130
|
+
--sdg-title-margin-h6-mt: var(--sdg-spacer-sm);
|
|
131
|
+
--sdg-title-margin-h6-mb: 0;
|
|
132
|
+
--sdg-mobile-font-size-h3: 1.5625rem;
|
|
133
|
+
--sdg-mobile-font-size-h2: 1.75rem;
|
|
134
|
+
--sdg-mobile-font-size-h1: 2.25rem;
|
|
135
|
+
--sdg-mobile-line-height-h2: 2.5rem;
|
|
136
|
+
--sdg-mobile-line-height-h1: 3.5rem;
|
|
137
|
+
--sdg-max-content-width: 825px;
|
|
138
|
+
--sdg-spacer-8: 0.5rem;
|
|
139
|
+
--sdg-spacer-16: 1rem;
|
|
140
|
+
--sdg-spacer-24: 1.5rem;
|
|
141
|
+
--sdg-spacer-32: 2rem;
|
|
142
|
+
--sdg-spacer-48: 3rem;
|
|
143
|
+
--sdg-spacer-72: 4.5rem;
|
|
144
|
+
--sdg-spacer-96: 6rem;
|
|
145
|
+
--sdg-spacer-xs: var(--sdg-spacer-8);
|
|
146
|
+
--sdg-spacer-sm: var(--sdg-spacer-16);
|
|
147
|
+
--sdg-spacer-md: var(--sdg-spacer-24);
|
|
148
|
+
--sdg-spacer-lg: var(--sdg-spacer-48);
|
|
149
|
+
--sdg-spacer-xl: var(--sdg-spacer-96);
|
|
150
|
+
--sdg-grid-min-width-sm: 0;
|
|
151
|
+
--sdg-grid-max-width-sm: 575px;
|
|
152
|
+
--sdg-grid-container-max-width-sm: container-max-width("mobile");
|
|
153
|
+
--sdg-grid-columns-sm: 4;
|
|
154
|
+
--sdg-grid-spacing-sm: 16px;
|
|
155
|
+
--sdg-grid-margins-sm: 8px;
|
|
156
|
+
--sdg-grid-min-width-md: 576px;
|
|
157
|
+
--sdg-grid-max-width-md: 767px;
|
|
158
|
+
--sdg-grid-container-max-width-md: container-max-width("mobile-landscape");
|
|
159
|
+
--sdg-grid-columns-md: 4;
|
|
160
|
+
--sdg-grid-spacing-md: 16px;
|
|
161
|
+
--sdg-grid-margins-md: 8px;
|
|
162
|
+
--sdg-grid-min-width-lg: 768px;
|
|
163
|
+
--sdg-grid-max-width-lg: 991px;
|
|
164
|
+
--sdg-grid-container-max-width-lg: container-max-width("tablet");
|
|
165
|
+
--sdg-grid-columns-lg: 12;
|
|
166
|
+
--sdg-grid-spacing-lg: 24px;
|
|
167
|
+
--sdg-grid-margins-lg: 12px;
|
|
168
|
+
--sdg-grid-min-width-xl: 992px;
|
|
169
|
+
--sdg-grid-max-width-xl: 1199px;
|
|
170
|
+
--sdg-grid-container-max-width-xl: container-max-width("laptop");
|
|
171
|
+
--sdg-grid-columns-xl: 12;
|
|
172
|
+
--sdg-grid-spacing-xl: 24px;
|
|
173
|
+
--sdg-grid-margins-xl: 12px;
|
|
174
|
+
--sdg-grid-min-width-max: 1200px;
|
|
175
|
+
--sdg-grid-max-width-max: 9999px;
|
|
176
|
+
--sdg-grid-container-max-width-max: container-max-width("desktop");
|
|
177
|
+
--sdg-grid-columns-max: 12;
|
|
178
|
+
--sdg-grid-spacing-max: 32px;
|
|
179
|
+
--sdg-grid-margins-max: 16px;
|
|
180
|
+
--sdg-elevation-0: 0px 0px 0px 0px rgba(34, 54, 84, 0.24);
|
|
181
|
+
--sdg-elevation-1: 0px 1px 4px 0px rgba(34, 54, 84, 0.24);
|
|
182
|
+
--sdg-elevation-2: 0px 2px 8px 0px rgba(34, 54, 84, 0.24);
|
|
183
|
+
--sdg-elevation-3: 0px 4px 16px 0px rgba(34, 54, 84, 0.24);
|
|
184
|
+
--sdg-elevation-4: 0px 6px 24px 0px rgba(34, 54, 84, 0.24);
|
|
185
|
+
}
|
|
186
|
+
html .blue-theme .igo-collapsed {
|
|
187
|
+
display: none !important;
|
|
188
|
+
}
|
|
189
|
+
html .blue-theme mat-icon[igocollapse]:hover {
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
}
|
|
192
|
+
html .blue-theme mat-icon[igocollapse].igo-chevron {
|
|
193
|
+
width: auto !important;
|
|
194
|
+
transform: rotateZ(0deg);
|
|
195
|
+
transition: 300ms ease-in-out;
|
|
196
|
+
}
|
|
197
|
+
html .blue-theme mat-icon[igocollapse].igo-chevron.collapsed {
|
|
198
|
+
transform: rotateZ(180deg);
|
|
199
|
+
transition: 300ms ease-in-out;
|
|
200
|
+
}
|
|
201
|
+
html .blue-theme .toastr-message-title {
|
|
202
|
+
font-size: var(--sdg-font-size-h5);
|
|
203
|
+
}
|
|
204
|
+
html .blue-theme {
|
|
205
|
+
--mat-sys-background: light-dark(#ffffff, #101319);
|
|
206
|
+
--mat-sys-error: light-dark(#f44336, #ffb4ab);
|
|
207
|
+
--mat-sys-error-container: light-dark(#ffdad6, #93000a);
|
|
208
|
+
--mat-sys-inverse-on-surface: light-dark(#eff0f9, #2d3037);
|
|
209
|
+
--mat-sys-inverse-primary: light-dark(#4a98d9, #1976d2);
|
|
210
|
+
--mat-sys-inverse-surface: light-dark(#2d3037, #e0e2ea);
|
|
211
|
+
--mat-sys-on-background: light-dark(#181c21, #e0e2ea);
|
|
212
|
+
--mat-sys-on-error: light-dark(#ffffff, #690005);
|
|
213
|
+
--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
|
|
214
|
+
--mat-sys-on-primary: light-dark(#ffffff, #003c72);
|
|
215
|
+
--mat-sys-on-primary-container: light-dark(#1976d2, #72b2eb);
|
|
216
|
+
--mat-sys-on-primary-fixed: light-dark(#001c3a, #001c3a);
|
|
217
|
+
--mat-sys-on-primary-fixed-variant: light-dark(#1976d2, #1976d2);
|
|
218
|
+
--mat-sys-on-secondary: light-dark(#ffffff, #003c72);
|
|
219
|
+
--mat-sys-on-secondary-container: light-dark(#1976d2, #bbdefb);
|
|
220
|
+
--mat-sys-on-secondary-fixed: light-dark(#001c3a, #001c3a);
|
|
221
|
+
--mat-sys-on-secondary-fixed-variant: light-dark(#1976d2, #1976d2);
|
|
222
|
+
--mat-sys-on-surface: light-dark(#181c21, #e0e2ea);
|
|
223
|
+
--mat-sys-on-surface-variant: light-dark(#414752, #dde2f0);
|
|
224
|
+
--mat-sys-on-tertiary: light-dark(#ffffff, #003c72);
|
|
225
|
+
--mat-sys-on-tertiary-container: light-dark(#1976d2, #72b2eb);
|
|
226
|
+
--mat-sys-on-tertiary-fixed: light-dark(#001c3a, #001c3a);
|
|
227
|
+
--mat-sys-on-tertiary-fixed-variant: light-dark(#1976d2, #1976d2);
|
|
228
|
+
--mat-sys-outline: light-dark(#717783, #8b919e);
|
|
229
|
+
--mat-sys-outline-variant: light-dark(#c1c6d4, #414752);
|
|
230
|
+
--mat-sys-primary: light-dark(#1976d2, #4a98d9);
|
|
231
|
+
--mat-sys-primary-container: light-dark(#72b2eb, #1976d2);
|
|
232
|
+
--mat-sys-primary-fixed: light-dark(#72b2eb, #72b2eb);
|
|
233
|
+
--mat-sys-primary-fixed-dim: light-dark(#4a98d9, #4a98d9);
|
|
234
|
+
--mat-sys-scrim: light-dark(#000000, #000000);
|
|
235
|
+
--mat-sys-secondary: light-dark(#1976d2, #90caf9);
|
|
236
|
+
--mat-sys-secondary-container: light-dark(#bbdefb, #1976d2);
|
|
237
|
+
--mat-sys-secondary-fixed: light-dark(#bbdefb, #bbdefb);
|
|
238
|
+
--mat-sys-secondary-fixed-dim: light-dark(#90caf9, #90caf9);
|
|
239
|
+
--mat-sys-shadow: light-dark(#000000, #000000);
|
|
240
|
+
--mat-sys-surface: light-dark(#ffffff, #101319);
|
|
241
|
+
--mat-sys-surface-bright: light-dark(#ffffff, #363940);
|
|
242
|
+
--mat-sys-surface-container: light-dark(#ecedf6, #1c2026);
|
|
243
|
+
--mat-sys-surface-container-high: light-dark(#e6e8f0, #272a30);
|
|
244
|
+
--mat-sys-surface-container-highest: light-dark(#e0e2ea, #32353b);
|
|
245
|
+
--mat-sys-surface-container-low: light-dark(#f2f3fc, #181c21);
|
|
246
|
+
--mat-sys-surface-container-lowest: light-dark(#ffffff, #0b0e14);
|
|
247
|
+
--mat-sys-surface-dim: light-dark(#d8dae2, #101319);
|
|
248
|
+
--mat-sys-surface-tint: light-dark(#1976d2, #4a98d9);
|
|
249
|
+
--mat-sys-surface-variant: light-dark(#dde2f0, #414752);
|
|
250
|
+
--mat-sys-tertiary: light-dark(#1976d2, #4a98d9);
|
|
251
|
+
--mat-sys-tertiary-container: light-dark(#72b2eb, #1976d2);
|
|
252
|
+
--mat-sys-tertiary-fixed: light-dark(#72b2eb, #72b2eb);
|
|
253
|
+
--mat-sys-tertiary-fixed-dim: light-dark(#4a98d9, #4a98d9);
|
|
254
|
+
--mat-sys-neutral-variant20: #2b313b;
|
|
255
|
+
--mat-sys-neutral10: #181c21;
|
|
256
|
+
}
|
|
257
|
+
html .blue-theme {
|
|
258
|
+
--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
259
|
+
}
|
|
260
|
+
html .blue-theme {
|
|
261
|
+
--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
262
|
+
}
|
|
263
|
+
html .blue-theme {
|
|
264
|
+
--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
|
|
265
|
+
}
|
|
266
|
+
html .blue-theme {
|
|
267
|
+
--mat-sys-level3: 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);
|
|
268
|
+
}
|
|
269
|
+
html .blue-theme {
|
|
270
|
+
--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
271
|
+
}
|
|
272
|
+
html .blue-theme {
|
|
273
|
+
--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
274
|
+
}
|
|
275
|
+
html .blue-theme {
|
|
276
|
+
--mat-sys-body-large: 400 1rem / 1.5rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
277
|
+
--mat-sys-body-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
278
|
+
--mat-sys-body-large-line-height: 1.5rem;
|
|
279
|
+
--mat-sys-body-large-size: 1rem;
|
|
280
|
+
--mat-sys-body-large-tracking: 0.031rem;
|
|
281
|
+
--mat-sys-body-large-weight: 400;
|
|
282
|
+
--mat-sys-body-medium: 400 0.875rem / 1.25rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
283
|
+
--mat-sys-body-medium-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
284
|
+
--mat-sys-body-medium-line-height: 1.25rem;
|
|
285
|
+
--mat-sys-body-medium-size: 0.875rem;
|
|
286
|
+
--mat-sys-body-medium-tracking: 0.016rem;
|
|
287
|
+
--mat-sys-body-medium-weight: 400;
|
|
288
|
+
--mat-sys-body-small: 400 0.75rem / 1rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
289
|
+
--mat-sys-body-small-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
290
|
+
--mat-sys-body-small-line-height: 1rem;
|
|
291
|
+
--mat-sys-body-small-size: 0.75rem;
|
|
292
|
+
--mat-sys-body-small-tracking: 0.025rem;
|
|
293
|
+
--mat-sys-body-small-weight: 400;
|
|
294
|
+
--mat-sys-display-large: 400 3.562rem / 4rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
295
|
+
--mat-sys-display-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
296
|
+
--mat-sys-display-large-line-height: 4rem;
|
|
297
|
+
--mat-sys-display-large-size: 3.562rem;
|
|
298
|
+
--mat-sys-display-large-tracking: -0.016rem;
|
|
299
|
+
--mat-sys-display-large-weight: 400;
|
|
300
|
+
--mat-sys-display-medium: 400 2.812rem / 3.25rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
301
|
+
--mat-sys-display-medium-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
302
|
+
--mat-sys-display-medium-line-height: 3.25rem;
|
|
303
|
+
--mat-sys-display-medium-size: 2.812rem;
|
|
304
|
+
--mat-sys-display-medium-tracking: 0;
|
|
305
|
+
--mat-sys-display-medium-weight: 400;
|
|
306
|
+
--mat-sys-display-small: 400 2.25rem / 2.75rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
307
|
+
--mat-sys-display-small-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
308
|
+
--mat-sys-display-small-line-height: 2.75rem;
|
|
309
|
+
--mat-sys-display-small-size: 2.25rem;
|
|
310
|
+
--mat-sys-display-small-tracking: 0;
|
|
311
|
+
--mat-sys-display-small-weight: 400;
|
|
312
|
+
--mat-sys-headline-large: 400 2rem / 2.5rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
313
|
+
--mat-sys-headline-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
314
|
+
--mat-sys-headline-large-line-height: 2.5rem;
|
|
315
|
+
--mat-sys-headline-large-size: 2rem;
|
|
316
|
+
--mat-sys-headline-large-tracking: 0;
|
|
317
|
+
--mat-sys-headline-large-weight: 400;
|
|
318
|
+
--mat-sys-headline-medium: 400 1.75rem / 2.25rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
319
|
+
--mat-sys-headline-medium-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
320
|
+
--mat-sys-headline-medium-line-height: 2.25rem;
|
|
321
|
+
--mat-sys-headline-medium-size: 1.75rem;
|
|
322
|
+
--mat-sys-headline-medium-tracking: 0;
|
|
323
|
+
--mat-sys-headline-medium-weight: 400;
|
|
324
|
+
--mat-sys-headline-small: 400 1.5rem / 2rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
325
|
+
--mat-sys-headline-small-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
326
|
+
--mat-sys-headline-small-line-height: 2rem;
|
|
327
|
+
--mat-sys-headline-small-size: 1.5rem;
|
|
328
|
+
--mat-sys-headline-small-tracking: 0;
|
|
329
|
+
--mat-sys-headline-small-weight: 400;
|
|
330
|
+
--mat-sys-label-large: 500 0.875rem / 1.25rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
331
|
+
--mat-sys-label-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
332
|
+
--mat-sys-label-large-line-height: 1.25rem;
|
|
333
|
+
--mat-sys-label-large-size: 0.875rem;
|
|
334
|
+
--mat-sys-label-large-tracking: 0.006rem;
|
|
335
|
+
--mat-sys-label-large-weight: 500;
|
|
336
|
+
--mat-sys-label-large-weight-prominent: 700;
|
|
337
|
+
--mat-sys-label-medium: 500 0.75rem / 1rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
338
|
+
--mat-sys-label-medium-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
339
|
+
--mat-sys-label-medium-line-height: 1rem;
|
|
340
|
+
--mat-sys-label-medium-size: 0.75rem;
|
|
341
|
+
--mat-sys-label-medium-tracking: 0.031rem;
|
|
342
|
+
--mat-sys-label-medium-weight: 500;
|
|
343
|
+
--mat-sys-label-medium-weight-prominent: 700;
|
|
344
|
+
--mat-sys-label-small: 500 0.688rem / 1rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
345
|
+
--mat-sys-label-small-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
346
|
+
--mat-sys-label-small-line-height: 1rem;
|
|
347
|
+
--mat-sys-label-small-size: 0.688rem;
|
|
348
|
+
--mat-sys-label-small-tracking: 0.031rem;
|
|
349
|
+
--mat-sys-label-small-weight: 500;
|
|
350
|
+
--mat-sys-title-large: 400 1.375rem / 1.75rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
351
|
+
--mat-sys-title-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
352
|
+
--mat-sys-title-large-line-height: 1.75rem;
|
|
353
|
+
--mat-sys-title-large-size: 1.375rem;
|
|
354
|
+
--mat-sys-title-large-tracking: 0;
|
|
355
|
+
--mat-sys-title-large-weight: 400;
|
|
356
|
+
--mat-sys-title-medium: 500 1rem / 1.5rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
357
|
+
--mat-sys-title-medium-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
358
|
+
--mat-sys-title-medium-line-height: 1.5rem;
|
|
359
|
+
--mat-sys-title-medium-size: 1rem;
|
|
360
|
+
--mat-sys-title-medium-tracking: 0.009rem;
|
|
361
|
+
--mat-sys-title-medium-weight: 500;
|
|
362
|
+
--mat-sys-title-small: 500 0.875rem / 1.25rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
363
|
+
--mat-sys-title-small-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
364
|
+
--mat-sys-title-small-line-height: 1.25rem;
|
|
365
|
+
--mat-sys-title-small-size: 0.875rem;
|
|
366
|
+
--mat-sys-title-small-tracking: 0.006rem;
|
|
367
|
+
--mat-sys-title-small-weight: 500;
|
|
368
|
+
}
|
|
369
|
+
html .blue-theme {
|
|
370
|
+
--mat-sys-corner-extra-large: 28px;
|
|
371
|
+
--mat-sys-corner-extra-large-top: 28px 28px 0 0;
|
|
372
|
+
--mat-sys-corner-extra-small: 4px;
|
|
373
|
+
--mat-sys-corner-extra-small-top: 4px 4px 0 0;
|
|
374
|
+
--mat-sys-corner-full: 9999px;
|
|
375
|
+
--mat-sys-corner-large: 16px;
|
|
376
|
+
--mat-sys-corner-large-end: 0 16px 16px 0;
|
|
377
|
+
--mat-sys-corner-large-start: 16px 0 0 16px;
|
|
378
|
+
--mat-sys-corner-large-top: 16px 16px 0 0;
|
|
379
|
+
--mat-sys-corner-medium: 12px;
|
|
380
|
+
--mat-sys-corner-none: 0;
|
|
381
|
+
--mat-sys-corner-small: 8px;
|
|
382
|
+
}
|
|
383
|
+
html .blue-theme {
|
|
384
|
+
--mat-sys-dragged-state-layer-opacity: 0.16;
|
|
385
|
+
--mat-sys-focus-state-layer-opacity: 0.12;
|
|
386
|
+
--mat-sys-hover-state-layer-opacity: 0.08;
|
|
387
|
+
--mat-sys-pressed-state-layer-opacity: 0.12;
|
|
388
|
+
}
|
|
389
|
+
html .blue-theme .mat-primary {
|
|
390
|
+
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
391
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
392
|
+
--mat-stepper-header-edit-state-icon-background-color: #1976d2;
|
|
393
|
+
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
394
|
+
}
|
|
395
|
+
html .blue-theme .mat-primary.mat-icon {
|
|
396
|
+
--mat-icon-color: #1976d2;
|
|
397
|
+
}
|
|
398
|
+
html .blue-theme .mat-primary.mat-mdc-checkbox {
|
|
399
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
400
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
401
|
+
}
|
|
402
|
+
html .blue-theme .mat-primary.mat-mdc-slide-toggle {
|
|
403
|
+
--mat-switch-track-outline-color: #717783;
|
|
404
|
+
--mat-switch-disabled-unselected-track-outline-color: #181c21;
|
|
405
|
+
--mat-switch-label-text-color: #181c21;
|
|
406
|
+
}
|
|
407
|
+
html .blue-theme .mat-primary.mat-mdc-button-base {
|
|
408
|
+
--mdc-icon-button-icon-color: #1976d2;
|
|
409
|
+
}
|
|
410
|
+
html .blue-theme .mat-primary.mat-mdc-button-base {
|
|
411
|
+
--mat-icon-button-state-layer-color: #1976d2;
|
|
412
|
+
--mat-icon-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
5
413
|
}
|
|
6
|
-
|
|
7
|
-
.
|
|
8
|
-
|
|
414
|
+
html .blue-theme .mat-primary .mdc-list-item__start,
|
|
415
|
+
html .blue-theme .mat-primary .mdc-list-item__end {
|
|
416
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
417
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
9
418
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
|
|
20
|
-
box-shadow: var(--mat-app-elevation-shadow-level-3, none);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
|
|
24
|
-
box-shadow: var(--mat-app-elevation-shadow-level-4, none);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
|
|
28
|
-
box-shadow: var(--mat-app-elevation-shadow-level-5, none);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
|
|
32
|
-
box-shadow: var(--mat-app-elevation-shadow-level-6, none);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
|
|
36
|
-
box-shadow: var(--mat-app-elevation-shadow-level-7, none);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
|
|
40
|
-
box-shadow: var(--mat-app-elevation-shadow-level-8, none);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
|
|
44
|
-
box-shadow: var(--mat-app-elevation-shadow-level-9, none);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
|
|
48
|
-
box-shadow: var(--mat-app-elevation-shadow-level-10, none);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
|
|
52
|
-
box-shadow: var(--mat-app-elevation-shadow-level-11, none);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
|
|
56
|
-
box-shadow: var(--mat-app-elevation-shadow-level-12, none);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
|
|
60
|
-
box-shadow: var(--mat-app-elevation-shadow-level-13, none);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
|
|
64
|
-
box-shadow: var(--mat-app-elevation-shadow-level-14, none);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
|
|
68
|
-
box-shadow: var(--mat-app-elevation-shadow-level-15, none);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
|
|
72
|
-
box-shadow: var(--mat-app-elevation-shadow-level-16, none);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
|
|
76
|
-
box-shadow: var(--mat-app-elevation-shadow-level-17, none);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
|
|
80
|
-
box-shadow: var(--mat-app-elevation-shadow-level-18, none);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
|
|
84
|
-
box-shadow: var(--mat-app-elevation-shadow-level-19, none);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
|
|
88
|
-
box-shadow: var(--mat-app-elevation-shadow-level-20, none);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
|
|
92
|
-
box-shadow: var(--mat-app-elevation-shadow-level-21, none);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
|
|
96
|
-
box-shadow: var(--mat-app-elevation-shadow-level-22, none);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
|
|
100
|
-
box-shadow: var(--mat-app-elevation-shadow-level-23, none);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
|
|
104
|
-
box-shadow: var(--mat-app-elevation-shadow-level-24, none);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
html {
|
|
108
|
-
--mat-sys-on-surface: initial;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.mat-app-background {
|
|
112
|
-
background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
|
|
113
|
-
color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.mat-h1,
|
|
117
|
-
.mat-headline-5,
|
|
118
|
-
.mat-typography .mat-h1,
|
|
119
|
-
.mat-typography .mat-headline-5,
|
|
120
|
-
.mat-typography h1 {
|
|
121
|
-
font: 400 24px / 32px Roboto, sans-serif;
|
|
122
|
-
letter-spacing: normal;
|
|
123
|
-
margin: 0 0 16px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mat-h2,
|
|
127
|
-
.mat-headline-6,
|
|
128
|
-
.mat-typography .mat-h2,
|
|
129
|
-
.mat-typography .mat-headline-6,
|
|
130
|
-
.mat-typography h2 {
|
|
131
|
-
font: 400 20px / 30px Roboto, sans-serif;
|
|
132
|
-
letter-spacing: normal;
|
|
133
|
-
margin: 0 0 16px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.mat-h3,
|
|
137
|
-
.mat-subtitle-1,
|
|
138
|
-
.mat-typography .mat-h3,
|
|
139
|
-
.mat-typography .mat-subtitle-1,
|
|
140
|
-
.mat-typography h3 {
|
|
141
|
-
font: 500 16px / 26px Roboto, sans-serif;
|
|
142
|
-
letter-spacing: normal;
|
|
143
|
-
margin: 0 0 16px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.mat-h4,
|
|
147
|
-
.mat-body-1,
|
|
148
|
-
.mat-typography .mat-h4,
|
|
149
|
-
.mat-typography .mat-body-1,
|
|
150
|
-
.mat-typography h4 {
|
|
151
|
-
font: 400 14px / 22px Roboto, sans-serif;
|
|
152
|
-
letter-spacing: normal;
|
|
153
|
-
margin: 0 0 16px;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.mat-h5,
|
|
157
|
-
.mat-typography .mat-h5,
|
|
158
|
-
.mat-typography h5 {
|
|
159
|
-
font: 400 calc(12px * 0.83) / 18px Roboto, sans-serif;
|
|
160
|
-
margin: 0 0 12px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.mat-h6,
|
|
164
|
-
.mat-typography .mat-h6,
|
|
165
|
-
.mat-typography h6 {
|
|
166
|
-
font: 400 calc(12px * 0.67) / 18px Roboto, sans-serif;
|
|
167
|
-
margin: 0 0 12px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.mat-body-strong,
|
|
171
|
-
.mat-subtitle-2,
|
|
172
|
-
.mat-typography .mat-body-strong,
|
|
173
|
-
.mat-typography .mat-subtitle-2 {
|
|
174
|
-
font: 500 12px / 22px Roboto, sans-serif;
|
|
175
|
-
letter-spacing: normal;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.mat-body,
|
|
179
|
-
.mat-body-2,
|
|
180
|
-
.mat-typography .mat-body,
|
|
181
|
-
.mat-typography .mat-body-2,
|
|
182
|
-
.mat-typography {
|
|
183
|
-
font: 400 12px / 18px Roboto, sans-serif;
|
|
184
|
-
letter-spacing: normal;
|
|
185
|
-
}
|
|
186
|
-
.mat-body p,
|
|
187
|
-
.mat-body-2 p,
|
|
188
|
-
.mat-typography .mat-body p,
|
|
189
|
-
.mat-typography .mat-body-2 p,
|
|
190
|
-
.mat-typography p {
|
|
191
|
-
margin: 0 0 12px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.mat-small,
|
|
195
|
-
.mat-caption,
|
|
196
|
-
.mat-typography .mat-small,
|
|
197
|
-
.mat-typography .mat-caption {
|
|
198
|
-
font: 400 12px / 18px Roboto, sans-serif;
|
|
199
|
-
letter-spacing: normal;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.mat-headline-1,
|
|
203
|
-
.mat-typography .mat-headline-1 {
|
|
204
|
-
font: 500 110px / 110px Roboto, sans-serif;
|
|
205
|
-
letter-spacing: normal;
|
|
206
|
-
margin: 0 0 56px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.mat-headline-2,
|
|
210
|
-
.mat-typography .mat-headline-2 {
|
|
211
|
-
font: 500 54px / 54px Roboto, sans-serif;
|
|
212
|
-
letter-spacing: normal;
|
|
213
|
-
margin: 0 0 64px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.mat-headline-3,
|
|
217
|
-
.mat-typography .mat-headline-3 {
|
|
218
|
-
font: 500 43px / 46px Roboto, sans-serif;
|
|
219
|
-
letter-spacing: normal;
|
|
220
|
-
margin: 0 0 64px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.mat-headline-4,
|
|
224
|
-
.mat-typography .mat-headline-4 {
|
|
225
|
-
font: 500 32px / 38px Roboto, sans-serif;
|
|
226
|
-
letter-spacing: normal;
|
|
227
|
-
margin: 0 0 64px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
html {
|
|
231
|
-
--mat-ripple-color: rgba(0, 0, 0, 0.1);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
html {
|
|
419
|
+
html .blue-theme .mat-badge {
|
|
420
|
+
--mat-badge-background-color: #1976d2;
|
|
421
|
+
--mat-badge-text-color: #ffffff;
|
|
422
|
+
--mat-badge-disabled-state-background-color: rgba(25, 118, 210, 0.38);
|
|
423
|
+
--mat-badge-disabled-state-text-color: #ffffff;
|
|
424
|
+
}
|
|
425
|
+
html .blue-theme .mat-accent {
|
|
235
426
|
--mat-option-selected-state-label-text-color: #1976d2;
|
|
236
|
-
--mat-option-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
--
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.mat-accent {
|
|
243
|
-
--mat-option-selected-state-label-text-color: #90caf9;
|
|
244
|
-
--mat-option-label-text-color: rgba(0, 0, 0, 0.87);
|
|
245
|
-
--mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
246
|
-
--mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
247
|
-
--mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.mat-warn {
|
|
251
|
-
--mat-option-selected-state-label-text-color: #f44336;
|
|
252
|
-
--mat-option-label-text-color: rgba(0, 0, 0, 0.87);
|
|
253
|
-
--mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
254
|
-
--mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
255
|
-
--mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
html {
|
|
259
|
-
--mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
html {
|
|
263
|
-
--mat-full-pseudo-checkbox-selected-icon-color: #90caf9;
|
|
264
|
-
--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
|
|
265
|
-
--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
266
|
-
--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
|
|
267
|
-
--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
|
|
268
|
-
--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
|
|
269
|
-
}
|
|
270
|
-
html {
|
|
271
|
-
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #90caf9;
|
|
272
|
-
--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.mat-primary {
|
|
427
|
+
--mat-option-selected-state-layer-color: #72b2eb;
|
|
428
|
+
}
|
|
429
|
+
html .blue-theme .mat-accent {
|
|
430
|
+
--mdc-circular-progress-active-indicator-color: #1976d2;
|
|
431
|
+
}
|
|
432
|
+
html .blue-theme .mat-accent {
|
|
276
433
|
--mat-full-pseudo-checkbox-selected-icon-color: #1976d2;
|
|
277
|
-
--mat-full-pseudo-checkbox-selected-checkmark-color: #
|
|
278
|
-
--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
279
|
-
--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
|
|
280
|
-
--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
|
|
281
|
-
--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
|
|
434
|
+
--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
|
|
282
435
|
}
|
|
283
|
-
.mat-
|
|
436
|
+
html .blue-theme .mat-accent {
|
|
284
437
|
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #1976d2;
|
|
285
|
-
--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.mat-accent {
|
|
289
|
-
--mat-full-pseudo-checkbox-selected-icon-color: #90caf9;
|
|
290
|
-
--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
|
|
291
|
-
--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
292
|
-
--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
|
|
293
|
-
--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
|
|
294
|
-
--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
|
|
295
|
-
}
|
|
296
|
-
.mat-accent {
|
|
297
|
-
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #90caf9;
|
|
298
|
-
--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.mat-warn {
|
|
302
|
-
--mat-full-pseudo-checkbox-selected-icon-color: #f44336;
|
|
303
|
-
--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
|
|
304
|
-
--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
305
|
-
--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
|
|
306
|
-
--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
|
|
307
|
-
--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
|
|
308
438
|
}
|
|
309
|
-
.mat-
|
|
310
|
-
--mat-
|
|
311
|
-
--mat-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
html {
|
|
315
|
-
--mat-app-background-color: #fafafa;
|
|
316
|
-
--mat-app-text-color: rgba(0, 0, 0, 0.87);
|
|
317
|
-
--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
318
|
-
--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
319
|
-
--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
320
|
-
--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
|
|
321
|
-
--mat-app-elevation-shadow-level-4: 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);
|
|
322
|
-
--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
|
|
323
|
-
--mat-app-elevation-shadow-level-6: 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);
|
|
324
|
-
--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
|
|
325
|
-
--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
326
|
-
--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
|
|
327
|
-
--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
|
|
328
|
-
--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
|
|
329
|
-
--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
330
|
-
--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
|
|
331
|
-
--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
|
|
332
|
-
--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
|
|
333
|
-
--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
334
|
-
--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
|
|
335
|
-
--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
|
|
336
|
-
--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
|
|
337
|
-
--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
|
|
338
|
-
--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
|
|
339
|
-
--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
|
|
340
|
-
--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
|
|
341
|
-
--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
html {
|
|
345
|
-
--mat-option-label-text-font: Roboto, sans-serif;
|
|
346
|
-
--mat-option-label-text-line-height: 22px;
|
|
347
|
-
--mat-option-label-text-size: 14px;
|
|
348
|
-
--mat-option-label-text-tracking: normal;
|
|
349
|
-
--mat-option-label-text-weight: 400;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
html {
|
|
353
|
-
--mat-optgroup-label-text-font: Roboto, sans-serif;
|
|
354
|
-
--mat-optgroup-label-text-line-height: 22px;
|
|
355
|
-
--mat-optgroup-label-text-size: 14px;
|
|
356
|
-
--mat-optgroup-label-text-tracking: normal;
|
|
357
|
-
--mat-optgroup-label-text-weight: 400;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
html {
|
|
361
|
-
--mdc-elevated-card-container-shape: 4px;
|
|
362
|
-
}
|
|
363
|
-
html {
|
|
364
|
-
--mdc-outlined-card-container-shape: 4px;
|
|
365
|
-
--mdc-outlined-card-outline-width: 1px;
|
|
366
|
-
}
|
|
367
|
-
html {
|
|
368
|
-
--mdc-elevated-card-container-color: white;
|
|
369
|
-
--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
370
|
-
}
|
|
371
|
-
html {
|
|
372
|
-
--mdc-outlined-card-container-color: white;
|
|
373
|
-
--mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
|
|
374
|
-
--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
375
|
-
}
|
|
376
|
-
html {
|
|
377
|
-
--mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
html {
|
|
381
|
-
--mat-card-title-text-font: Roboto, sans-serif;
|
|
382
|
-
--mat-card-title-text-line-height: 30px;
|
|
383
|
-
--mat-card-title-text-size: 20px;
|
|
384
|
-
--mat-card-title-text-tracking: normal;
|
|
385
|
-
--mat-card-title-text-weight: 400;
|
|
386
|
-
--mat-card-subtitle-text-font: Roboto, sans-serif;
|
|
387
|
-
--mat-card-subtitle-text-line-height: 22px;
|
|
388
|
-
--mat-card-subtitle-text-size: 12px;
|
|
389
|
-
--mat-card-subtitle-text-tracking: normal;
|
|
390
|
-
--mat-card-subtitle-text-weight: 500;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
html {
|
|
394
|
-
--mdc-linear-progress-active-indicator-height: 4px;
|
|
395
|
-
--mdc-linear-progress-track-height: 4px;
|
|
396
|
-
--mdc-linear-progress-track-shape: 0;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.mat-mdc-progress-bar {
|
|
400
|
-
--mdc-linear-progress-active-indicator-color: #1976d2;
|
|
401
|
-
--mdc-linear-progress-track-color: rgba(25, 118, 210, 0.25);
|
|
402
|
-
}
|
|
403
|
-
.mat-mdc-progress-bar.mat-accent {
|
|
404
|
-
--mdc-linear-progress-active-indicator-color: #90caf9;
|
|
405
|
-
--mdc-linear-progress-track-color: rgba(144, 202, 249, 0.25);
|
|
439
|
+
html .blue-theme .mat-accent {
|
|
440
|
+
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
441
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
442
|
+
--mat-stepper-header-edit-state-icon-background-color: #1976d2;
|
|
443
|
+
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
406
444
|
}
|
|
407
|
-
.mat-
|
|
408
|
-
--
|
|
409
|
-
--mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
html {
|
|
413
|
-
--mdc-plain-tooltip-container-shape: 4px;
|
|
414
|
-
--mdc-plain-tooltip-supporting-text-line-height: 16px;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
html {
|
|
418
|
-
--mdc-plain-tooltip-container-color: #616161;
|
|
419
|
-
--mdc-plain-tooltip-supporting-text-color: #fff;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
html {
|
|
423
|
-
--mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
|
|
424
|
-
--mdc-plain-tooltip-supporting-text-size: 12px;
|
|
425
|
-
--mdc-plain-tooltip-supporting-text-weight: 400;
|
|
426
|
-
--mdc-plain-tooltip-supporting-text-tracking: normal;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
html {
|
|
430
|
-
--mdc-filled-text-field-active-indicator-height: 1px;
|
|
431
|
-
--mdc-filled-text-field-focus-active-indicator-height: 2px;
|
|
432
|
-
--mdc-filled-text-field-container-shape: 4px;
|
|
433
|
-
}
|
|
434
|
-
html {
|
|
435
|
-
--mdc-outlined-text-field-outline-width: 1px;
|
|
436
|
-
--mdc-outlined-text-field-focus-outline-width: 2px;
|
|
437
|
-
--mdc-outlined-text-field-container-shape: 4px;
|
|
438
|
-
}
|
|
439
|
-
html {
|
|
440
|
-
--mdc-filled-text-field-caret-color: #1976d2;
|
|
441
|
-
--mdc-filled-text-field-focus-active-indicator-color: #1976d2;
|
|
442
|
-
--mdc-filled-text-field-focus-label-text-color: rgba(25, 118, 210, 0.87);
|
|
443
|
-
--mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
|
|
444
|
-
--mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
|
|
445
|
-
--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
|
|
446
|
-
--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
|
|
447
|
-
--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
448
|
-
--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
|
|
449
|
-
--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
|
|
450
|
-
--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
|
|
451
|
-
--mdc-filled-text-field-error-hover-label-text-color: #f44336;
|
|
452
|
-
--mdc-filled-text-field-error-focus-label-text-color: #f44336;
|
|
453
|
-
--mdc-filled-text-field-error-label-text-color: #f44336;
|
|
454
|
-
--mdc-filled-text-field-error-caret-color: #f44336;
|
|
455
|
-
--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
|
|
456
|
-
--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
|
|
457
|
-
--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
|
|
458
|
-
--mdc-filled-text-field-error-active-indicator-color: #f44336;
|
|
459
|
-
--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
|
|
460
|
-
--mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
|
|
461
|
-
}
|
|
462
|
-
html {
|
|
463
|
-
--mdc-outlined-text-field-caret-color: #1976d2;
|
|
464
|
-
--mdc-outlined-text-field-focus-outline-color: #1976d2;
|
|
465
|
-
--mdc-outlined-text-field-focus-label-text-color: rgba(25, 118, 210, 0.87);
|
|
466
|
-
--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
|
|
467
|
-
--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
|
|
468
|
-
--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
469
|
-
--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
|
|
470
|
-
--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
|
|
471
|
-
--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
|
|
472
|
-
--mdc-outlined-text-field-error-caret-color: #f44336;
|
|
473
|
-
--mdc-outlined-text-field-error-focus-label-text-color: #f44336;
|
|
474
|
-
--mdc-outlined-text-field-error-label-text-color: #f44336;
|
|
475
|
-
--mdc-outlined-text-field-error-hover-label-text-color: #f44336;
|
|
476
|
-
--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
|
|
477
|
-
--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
|
|
478
|
-
--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
|
|
479
|
-
--mdc-outlined-text-field-error-focus-outline-color: #f44336;
|
|
480
|
-
--mdc-outlined-text-field-error-hover-outline-color: #f44336;
|
|
481
|
-
--mdc-outlined-text-field-error-outline-color: #f44336;
|
|
482
|
-
}
|
|
483
|
-
html {
|
|
484
|
-
--mat-form-field-focus-select-arrow-color: rgba(25, 118, 210, 0.87);
|
|
485
|
-
--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
|
|
486
|
-
--mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
|
|
487
|
-
--mat-form-field-error-text-color: #f44336;
|
|
488
|
-
--mat-form-field-select-option-text-color: inherit;
|
|
489
|
-
--mat-form-field-select-disabled-option-text-color: GrayText;
|
|
490
|
-
--mat-form-field-leading-icon-color: unset;
|
|
491
|
-
--mat-form-field-disabled-leading-icon-color: unset;
|
|
492
|
-
--mat-form-field-trailing-icon-color: unset;
|
|
493
|
-
--mat-form-field-disabled-trailing-icon-color: unset;
|
|
494
|
-
--mat-form-field-error-focus-trailing-icon-color: unset;
|
|
495
|
-
--mat-form-field-error-hover-trailing-icon-color: unset;
|
|
496
|
-
--mat-form-field-error-trailing-icon-color: unset;
|
|
497
|
-
--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
|
|
498
|
-
--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
|
|
499
|
-
--mat-form-field-hover-state-layer-opacity: 0.04;
|
|
500
|
-
--mat-form-field-focus-state-layer-opacity: 0.08;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.mat-mdc-form-field.mat-accent {
|
|
504
|
-
--mdc-filled-text-field-caret-color: #90caf9;
|
|
505
|
-
--mdc-filled-text-field-focus-active-indicator-color: #90caf9;
|
|
506
|
-
--mdc-filled-text-field-focus-label-text-color: rgba(144, 202, 249, 0.87);
|
|
507
|
-
}
|
|
508
|
-
.mat-mdc-form-field.mat-accent {
|
|
509
|
-
--mdc-outlined-text-field-caret-color: #90caf9;
|
|
510
|
-
--mdc-outlined-text-field-focus-outline-color: #90caf9;
|
|
511
|
-
--mdc-outlined-text-field-focus-label-text-color: rgba(144, 202, 249, 0.87);
|
|
512
|
-
}
|
|
513
|
-
.mat-mdc-form-field.mat-accent {
|
|
514
|
-
--mat-form-field-focus-select-arrow-color: rgba(144, 202, 249, 0.87);
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.mat-mdc-form-field.mat-warn {
|
|
518
|
-
--mdc-filled-text-field-caret-color: #f44336;
|
|
519
|
-
--mdc-filled-text-field-focus-active-indicator-color: #f44336;
|
|
520
|
-
--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
|
|
445
|
+
html .blue-theme .mat-accent.mat-icon {
|
|
446
|
+
--mat-icon-color: #1976d2;
|
|
521
447
|
}
|
|
522
|
-
.mat-
|
|
523
|
-
--mdc-
|
|
524
|
-
--mdc-
|
|
525
|
-
--mdc-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
--
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
html {
|
|
532
|
-
--mat-form-field-container-height: 56px;
|
|
533
|
-
--mat-form-field-filled-label-display: block;
|
|
534
|
-
--mat-form-field-container-vertical-padding: 16px;
|
|
535
|
-
--mat-form-field-filled-with-label-container-padding-top: 24px;
|
|
536
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 8px;
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
html {
|
|
540
|
-
--mdc-filled-text-field-label-text-font: Roboto, sans-serif;
|
|
541
|
-
--mdc-filled-text-field-label-text-size: 14px;
|
|
542
|
-
--mdc-filled-text-field-label-text-tracking: normal;
|
|
543
|
-
--mdc-filled-text-field-label-text-weight: 400;
|
|
544
|
-
}
|
|
545
|
-
html {
|
|
546
|
-
--mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
|
|
547
|
-
--mdc-outlined-text-field-label-text-size: 14px;
|
|
548
|
-
--mdc-outlined-text-field-label-text-tracking: normal;
|
|
549
|
-
--mdc-outlined-text-field-label-text-weight: 400;
|
|
550
|
-
}
|
|
551
|
-
html {
|
|
552
|
-
--mat-form-field-container-text-font: Roboto, sans-serif;
|
|
553
|
-
--mat-form-field-container-text-line-height: 22px;
|
|
554
|
-
--mat-form-field-container-text-size: 14px;
|
|
555
|
-
--mat-form-field-container-text-tracking: normal;
|
|
556
|
-
--mat-form-field-container-text-weight: 400;
|
|
557
|
-
--mat-form-field-outlined-label-text-populated-size: 14px;
|
|
558
|
-
--mat-form-field-subscript-text-font: Roboto, sans-serif;
|
|
559
|
-
--mat-form-field-subscript-text-line-height: 18px;
|
|
560
|
-
--mat-form-field-subscript-text-size: 12px;
|
|
561
|
-
--mat-form-field-subscript-text-tracking: normal;
|
|
562
|
-
--mat-form-field-subscript-text-weight: 400;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
html {
|
|
566
|
-
--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
html {
|
|
570
|
-
--mat-select-panel-background-color: white;
|
|
571
|
-
--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
|
|
572
|
-
--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
|
|
573
|
-
--mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
|
|
574
|
-
--mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
|
|
575
|
-
--mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
|
|
576
|
-
--mat-select-focused-arrow-color: rgba(25, 118, 210, 0.87);
|
|
577
|
-
--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
|
|
578
|
-
}
|
|
579
|
-
html .mat-mdc-form-field.mat-accent {
|
|
580
|
-
--mat-select-panel-background-color: white;
|
|
581
|
-
--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
|
|
582
|
-
--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
|
|
583
|
-
--mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
|
|
584
|
-
--mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
|
|
585
|
-
--mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
|
|
586
|
-
--mat-select-focused-arrow-color: rgba(144, 202, 249, 0.87);
|
|
587
|
-
--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
|
|
588
|
-
}
|
|
589
|
-
html .mat-mdc-form-field.mat-warn {
|
|
590
|
-
--mat-select-panel-background-color: white;
|
|
591
|
-
--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
|
|
592
|
-
--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
|
|
593
|
-
--mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
|
|
594
|
-
--mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
|
|
595
|
-
--mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
|
|
596
|
-
--mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
|
|
597
|
-
--mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
html {
|
|
601
|
-
--mat-select-arrow-transform: translateY(-8px);
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
html {
|
|
605
|
-
--mat-select-trigger-text-font: Roboto, sans-serif;
|
|
606
|
-
--mat-select-trigger-text-line-height: 22px;
|
|
607
|
-
--mat-select-trigger-text-size: 14px;
|
|
608
|
-
--mat-select-trigger-text-tracking: normal;
|
|
609
|
-
--mat-select-trigger-text-weight: 400;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
html {
|
|
613
|
-
--mat-autocomplete-container-shape: 4px;
|
|
614
|
-
--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
html {
|
|
618
|
-
--mat-autocomplete-background-color: white;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
html {
|
|
622
|
-
--mdc-dialog-container-shape: 4px;
|
|
623
|
-
}
|
|
624
|
-
html {
|
|
625
|
-
--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
626
|
-
--mat-dialog-container-max-width: 80vw;
|
|
627
|
-
--mat-dialog-container-small-max-width: 80vw;
|
|
628
|
-
--mat-dialog-container-min-width: 0;
|
|
629
|
-
--mat-dialog-actions-alignment: start;
|
|
630
|
-
--mat-dialog-actions-padding: 8px;
|
|
631
|
-
--mat-dialog-content-padding: 20px 24px;
|
|
632
|
-
--mat-dialog-with-actions-content-padding: 20px 24px;
|
|
633
|
-
--mat-dialog-headline-padding: 0 24px 9px;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
html {
|
|
637
|
-
--mdc-dialog-container-color: white;
|
|
638
|
-
--mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
|
|
639
|
-
--mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
|
|
640
|
-
}
|
|
641
|
-
html {
|
|
642
|
-
--mdc-dialog-subhead-font: Roboto, sans-serif;
|
|
643
|
-
--mdc-dialog-subhead-line-height: 30px;
|
|
644
|
-
--mdc-dialog-subhead-size: 20px;
|
|
645
|
-
--mdc-dialog-subhead-weight: 400;
|
|
646
|
-
--mdc-dialog-subhead-tracking: normal;
|
|
647
|
-
--mdc-dialog-supporting-text-font: Roboto, sans-serif;
|
|
648
|
-
--mdc-dialog-supporting-text-line-height: 22px;
|
|
649
|
-
--mdc-dialog-supporting-text-size: 14px;
|
|
650
|
-
--mdc-dialog-supporting-text-weight: 400;
|
|
651
|
-
--mdc-dialog-supporting-text-tracking: normal;
|
|
652
|
-
}
|
|
653
|
-
.mat-mdc-standard-chip {
|
|
654
|
-
--mdc-chip-container-shape-radius: 16px;
|
|
655
|
-
--mdc-chip-with-avatar-avatar-shape-radius: 14px;
|
|
656
|
-
--mdc-chip-with-avatar-avatar-size: 28px;
|
|
657
|
-
--mdc-chip-with-icon-icon-size: 18px;
|
|
658
|
-
--mdc-chip-outline-width: 0;
|
|
659
|
-
--mdc-chip-outline-color: transparent;
|
|
660
|
-
--mdc-chip-disabled-outline-color: transparent;
|
|
661
|
-
--mdc-chip-focus-outline-color: transparent;
|
|
662
|
-
--mdc-chip-hover-state-layer-opacity: 0.04;
|
|
663
|
-
--mdc-chip-with-avatar-disabled-avatar-opacity: 1;
|
|
664
|
-
--mdc-chip-flat-selected-outline-width: 0;
|
|
665
|
-
--mdc-chip-selected-hover-state-layer-opacity: 0.04;
|
|
666
|
-
--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
|
|
667
|
-
--mdc-chip-with-icon-disabled-icon-opacity: 1;
|
|
668
|
-
}
|
|
669
|
-
.mat-mdc-standard-chip {
|
|
670
|
-
--mat-chip-disabled-container-opacity: 0.4;
|
|
671
|
-
--mat-chip-trailing-action-opacity: 0.54;
|
|
672
|
-
--mat-chip-trailing-action-focus-opacity: 1;
|
|
673
|
-
--mat-chip-trailing-action-state-layer-color: transparent;
|
|
674
|
-
--mat-chip-selected-trailing-action-state-layer-color: transparent;
|
|
675
|
-
--mat-chip-trailing-action-hover-state-layer-opacity: 0;
|
|
676
|
-
--mat-chip-trailing-action-focus-state-layer-opacity: 0;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.mat-mdc-standard-chip {
|
|
680
|
-
--mdc-chip-disabled-label-text-color: #212121;
|
|
681
|
-
--mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
|
|
682
|
-
--mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
|
|
683
|
-
--mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
|
|
684
|
-
--mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
|
|
685
|
-
--mdc-chip-focus-state-layer-color: black;
|
|
686
|
-
--mdc-chip-hover-state-layer-color: black;
|
|
687
|
-
--mdc-chip-selected-hover-state-layer-color: black;
|
|
688
|
-
--mdc-chip-focus-state-layer-opacity: 0.12;
|
|
689
|
-
--mdc-chip-selected-focus-state-layer-color: black;
|
|
690
|
-
--mdc-chip-selected-focus-state-layer-opacity: 0.12;
|
|
691
|
-
--mdc-chip-label-text-color: #212121;
|
|
692
|
-
--mdc-chip-selected-label-text-color: #212121;
|
|
693
|
-
--mdc-chip-with-icon-icon-color: #212121;
|
|
694
|
-
--mdc-chip-with-icon-disabled-icon-color: #212121;
|
|
695
|
-
--mdc-chip-with-icon-selected-icon-color: #212121;
|
|
696
|
-
--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
|
|
697
|
-
--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
|
|
698
|
-
}
|
|
699
|
-
.mat-mdc-standard-chip {
|
|
700
|
-
--mat-chip-selected-disabled-trailing-icon-color: #212121;
|
|
701
|
-
--mat-chip-selected-trailing-icon-color: #212121;
|
|
702
|
-
}
|
|
703
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
|
|
704
|
-
--mdc-chip-disabled-label-text-color: white;
|
|
705
|
-
--mdc-chip-elevated-container-color: #1976d2;
|
|
706
|
-
--mdc-chip-elevated-selected-container-color: #1976d2;
|
|
707
|
-
--mdc-chip-elevated-disabled-container-color: #1976d2;
|
|
708
|
-
--mdc-chip-flat-disabled-selected-container-color: #1976d2;
|
|
709
|
-
--mdc-chip-focus-state-layer-color: black;
|
|
710
|
-
--mdc-chip-hover-state-layer-color: black;
|
|
711
|
-
--mdc-chip-selected-hover-state-layer-color: black;
|
|
712
|
-
--mdc-chip-focus-state-layer-opacity: 0.12;
|
|
713
|
-
--mdc-chip-selected-focus-state-layer-color: black;
|
|
714
|
-
--mdc-chip-selected-focus-state-layer-opacity: 0.12;
|
|
715
|
-
--mdc-chip-label-text-color: white;
|
|
716
|
-
--mdc-chip-selected-label-text-color: white;
|
|
717
|
-
--mdc-chip-with-icon-icon-color: white;
|
|
718
|
-
--mdc-chip-with-icon-disabled-icon-color: white;
|
|
719
|
-
--mdc-chip-with-icon-selected-icon-color: white;
|
|
720
|
-
--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
|
|
721
|
-
--mdc-chip-with-trailing-icon-trailing-icon-color: white;
|
|
722
|
-
}
|
|
723
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
|
|
724
|
-
--mat-chip-selected-disabled-trailing-icon-color: white;
|
|
725
|
-
--mat-chip-selected-trailing-icon-color: white;
|
|
726
|
-
}
|
|
727
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
|
|
728
|
-
--mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
|
|
729
|
-
--mdc-chip-elevated-container-color: #90caf9;
|
|
730
|
-
--mdc-chip-elevated-selected-container-color: #90caf9;
|
|
731
|
-
--mdc-chip-elevated-disabled-container-color: #90caf9;
|
|
732
|
-
--mdc-chip-flat-disabled-selected-container-color: #90caf9;
|
|
733
|
-
--mdc-chip-focus-state-layer-color: black;
|
|
734
|
-
--mdc-chip-hover-state-layer-color: black;
|
|
735
|
-
--mdc-chip-selected-hover-state-layer-color: black;
|
|
736
|
-
--mdc-chip-focus-state-layer-opacity: 0.12;
|
|
737
|
-
--mdc-chip-selected-focus-state-layer-color: black;
|
|
738
|
-
--mdc-chip-selected-focus-state-layer-opacity: 0.12;
|
|
739
|
-
--mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
|
|
740
|
-
--mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
|
|
741
|
-
--mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
|
|
742
|
-
--mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
|
|
743
|
-
--mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
|
|
744
|
-
--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
|
|
745
|
-
--mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
|
|
746
|
-
}
|
|
747
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
|
|
748
|
-
--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
|
|
749
|
-
--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
|
|
750
|
-
}
|
|
751
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
|
|
752
|
-
--mdc-chip-disabled-label-text-color: white;
|
|
753
|
-
--mdc-chip-elevated-container-color: #f44336;
|
|
754
|
-
--mdc-chip-elevated-selected-container-color: #f44336;
|
|
755
|
-
--mdc-chip-elevated-disabled-container-color: #f44336;
|
|
756
|
-
--mdc-chip-flat-disabled-selected-container-color: #f44336;
|
|
757
|
-
--mdc-chip-focus-state-layer-color: black;
|
|
758
|
-
--mdc-chip-hover-state-layer-color: black;
|
|
759
|
-
--mdc-chip-selected-hover-state-layer-color: black;
|
|
760
|
-
--mdc-chip-focus-state-layer-opacity: 0.12;
|
|
761
|
-
--mdc-chip-selected-focus-state-layer-color: black;
|
|
762
|
-
--mdc-chip-selected-focus-state-layer-opacity: 0.12;
|
|
763
|
-
--mdc-chip-label-text-color: white;
|
|
764
|
-
--mdc-chip-selected-label-text-color: white;
|
|
765
|
-
--mdc-chip-with-icon-icon-color: white;
|
|
766
|
-
--mdc-chip-with-icon-disabled-icon-color: white;
|
|
767
|
-
--mdc-chip-with-icon-selected-icon-color: white;
|
|
768
|
-
--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
|
|
769
|
-
--mdc-chip-with-trailing-icon-trailing-icon-color: white;
|
|
770
|
-
}
|
|
771
|
-
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
|
|
772
|
-
--mat-chip-selected-disabled-trailing-icon-color: white;
|
|
773
|
-
--mat-chip-selected-trailing-icon-color: white;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.mat-mdc-chip.mat-mdc-standard-chip {
|
|
777
|
-
--mdc-chip-container-height: 32px;
|
|
778
|
-
}
|
|
779
|
-
.mat-mdc-standard-chip {
|
|
780
|
-
--mdc-chip-label-text-font: Roboto, sans-serif;
|
|
781
|
-
--mdc-chip-label-text-line-height: 18px;
|
|
782
|
-
--mdc-chip-label-text-size: 12px;
|
|
783
|
-
--mdc-chip-label-text-tracking: normal;
|
|
784
|
-
--mdc-chip-label-text-weight: 400;
|
|
785
|
-
}
|
|
786
|
-
html {
|
|
787
|
-
--mdc-switch-disabled-selected-icon-opacity: 0.38;
|
|
788
|
-
--mdc-switch-disabled-track-opacity: 0.12;
|
|
789
|
-
--mdc-switch-disabled-unselected-icon-opacity: 0.38;
|
|
790
|
-
--mdc-switch-handle-height: 20px;
|
|
791
|
-
--mdc-switch-handle-shape: 10px;
|
|
792
|
-
--mdc-switch-handle-width: 20px;
|
|
793
|
-
--mdc-switch-selected-icon-size: 18px;
|
|
794
|
-
--mdc-switch-track-height: 14px;
|
|
795
|
-
--mdc-switch-track-shape: 7px;
|
|
796
|
-
--mdc-switch-track-width: 36px;
|
|
797
|
-
--mdc-switch-unselected-icon-size: 18px;
|
|
798
|
-
--mdc-switch-selected-focus-state-layer-opacity: 0.12;
|
|
799
|
-
--mdc-switch-selected-hover-state-layer-opacity: 0.04;
|
|
800
|
-
--mdc-switch-selected-pressed-state-layer-opacity: 0.1;
|
|
801
|
-
--mdc-switch-unselected-focus-state-layer-opacity: 0.12;
|
|
802
|
-
--mdc-switch-unselected-hover-state-layer-opacity: 0.04;
|
|
803
|
-
--mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
|
|
804
|
-
}
|
|
805
|
-
html .mat-mdc-slide-toggle {
|
|
806
|
-
--mat-switch-disabled-selected-handle-opacity: 0.38;
|
|
807
|
-
--mat-switch-disabled-unselected-handle-opacity: 0.38;
|
|
808
|
-
--mat-switch-unselected-handle-size: 20px;
|
|
809
|
-
--mat-switch-selected-handle-size: 20px;
|
|
810
|
-
--mat-switch-pressed-handle-size: 20px;
|
|
811
|
-
--mat-switch-with-icon-handle-size: 20px;
|
|
812
|
-
--mat-switch-selected-handle-horizontal-margin: 0;
|
|
813
|
-
--mat-switch-selected-with-icon-handle-horizontal-margin: 0;
|
|
814
|
-
--mat-switch-selected-pressed-handle-horizontal-margin: 0;
|
|
815
|
-
--mat-switch-unselected-handle-horizontal-margin: 0;
|
|
816
|
-
--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
|
|
817
|
-
--mat-switch-unselected-pressed-handle-horizontal-margin: 0;
|
|
818
|
-
--mat-switch-visible-track-opacity: 1;
|
|
819
|
-
--mat-switch-hidden-track-opacity: 1;
|
|
820
|
-
--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
821
|
-
--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
822
|
-
--mat-switch-track-outline-width: 1px;
|
|
823
|
-
--mat-switch-track-outline-color: transparent;
|
|
824
|
-
--mat-switch-selected-track-outline-width: 1px;
|
|
825
|
-
--mat-switch-selected-track-outline-color: transparent;
|
|
826
|
-
--mat-switch-disabled-unselected-track-outline-width: 1px;
|
|
827
|
-
--mat-switch-disabled-unselected-track-outline-color: transparent;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
html {
|
|
831
|
-
--mdc-switch-selected-focus-state-layer-color: #1e88e5;
|
|
832
|
-
--mdc-switch-selected-handle-color: #1e88e5;
|
|
833
|
-
--mdc-switch-selected-hover-state-layer-color: #1e88e5;
|
|
834
|
-
--mdc-switch-selected-pressed-state-layer-color: #1e88e5;
|
|
835
|
-
--mdc-switch-selected-focus-handle-color: #0d47a1;
|
|
836
|
-
--mdc-switch-selected-hover-handle-color: #0d47a1;
|
|
837
|
-
--mdc-switch-selected-pressed-handle-color: #0d47a1;
|
|
838
|
-
--mdc-switch-selected-focus-track-color: #64b5f6;
|
|
839
|
-
--mdc-switch-selected-hover-track-color: #64b5f6;
|
|
840
|
-
--mdc-switch-selected-pressed-track-color: #64b5f6;
|
|
841
|
-
--mdc-switch-selected-track-color: #64b5f6;
|
|
842
|
-
--mdc-switch-disabled-selected-handle-color: #424242;
|
|
843
|
-
--mdc-switch-disabled-selected-icon-color: #fff;
|
|
844
|
-
--mdc-switch-disabled-selected-track-color: #424242;
|
|
845
|
-
--mdc-switch-disabled-unselected-handle-color: #424242;
|
|
846
|
-
--mdc-switch-disabled-unselected-icon-color: #fff;
|
|
847
|
-
--mdc-switch-disabled-unselected-track-color: #424242;
|
|
848
|
-
--mdc-switch-handle-surface-color: #fff;
|
|
849
|
-
--mdc-switch-selected-icon-color: #fff;
|
|
850
|
-
--mdc-switch-unselected-focus-handle-color: #212121;
|
|
851
|
-
--mdc-switch-unselected-focus-state-layer-color: #424242;
|
|
852
|
-
--mdc-switch-unselected-focus-track-color: #e0e0e0;
|
|
853
|
-
--mdc-switch-unselected-handle-color: #616161;
|
|
854
|
-
--mdc-switch-unselected-hover-handle-color: #212121;
|
|
855
|
-
--mdc-switch-unselected-hover-state-layer-color: #424242;
|
|
856
|
-
--mdc-switch-unselected-hover-track-color: #e0e0e0;
|
|
857
|
-
--mdc-switch-unselected-icon-color: #fff;
|
|
858
|
-
--mdc-switch-unselected-pressed-handle-color: #212121;
|
|
859
|
-
--mdc-switch-unselected-pressed-state-layer-color: #424242;
|
|
860
|
-
--mdc-switch-unselected-pressed-track-color: #e0e0e0;
|
|
861
|
-
--mdc-switch-unselected-track-color: #e0e0e0;
|
|
862
|
-
--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
863
|
-
--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
864
|
-
}
|
|
865
|
-
html {
|
|
866
|
-
--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
867
|
-
}
|
|
868
|
-
html .mat-mdc-slide-toggle {
|
|
869
|
-
--mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
|
|
870
|
-
}
|
|
871
|
-
html .mat-mdc-slide-toggle.mat-accent {
|
|
872
|
-
--mdc-switch-selected-focus-state-layer-color: #1e88e5;
|
|
873
|
-
--mdc-switch-selected-handle-color: #1e88e5;
|
|
874
|
-
--mdc-switch-selected-hover-state-layer-color: #1e88e5;
|
|
875
|
-
--mdc-switch-selected-pressed-state-layer-color: #1e88e5;
|
|
876
|
-
--mdc-switch-selected-focus-handle-color: #0d47a1;
|
|
877
|
-
--mdc-switch-selected-hover-handle-color: #0d47a1;
|
|
878
|
-
--mdc-switch-selected-pressed-handle-color: #0d47a1;
|
|
879
|
-
--mdc-switch-selected-focus-track-color: #64b5f6;
|
|
880
|
-
--mdc-switch-selected-hover-track-color: #64b5f6;
|
|
881
|
-
--mdc-switch-selected-pressed-track-color: #64b5f6;
|
|
882
|
-
--mdc-switch-selected-track-color: #64b5f6;
|
|
883
|
-
}
|
|
884
|
-
html .mat-mdc-slide-toggle.mat-warn {
|
|
885
|
-
--mdc-switch-selected-focus-state-layer-color: #e53935;
|
|
886
|
-
--mdc-switch-selected-handle-color: #e53935;
|
|
887
|
-
--mdc-switch-selected-hover-state-layer-color: #e53935;
|
|
888
|
-
--mdc-switch-selected-pressed-state-layer-color: #e53935;
|
|
889
|
-
--mdc-switch-selected-focus-handle-color: #b71c1c;
|
|
890
|
-
--mdc-switch-selected-hover-handle-color: #b71c1c;
|
|
891
|
-
--mdc-switch-selected-pressed-handle-color: #b71c1c;
|
|
892
|
-
--mdc-switch-selected-focus-track-color: #e57373;
|
|
893
|
-
--mdc-switch-selected-hover-track-color: #e57373;
|
|
894
|
-
--mdc-switch-selected-pressed-track-color: #e57373;
|
|
895
|
-
--mdc-switch-selected-track-color: #e57373;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
html {
|
|
899
|
-
--mdc-switch-state-layer-size: 40px;
|
|
900
|
-
}
|
|
901
|
-
html .mat-mdc-slide-toggle {
|
|
902
|
-
--mat-switch-label-text-font: Roboto, sans-serif;
|
|
903
|
-
--mat-switch-label-text-line-height: 18px;
|
|
904
|
-
--mat-switch-label-text-size: 12px;
|
|
905
|
-
--mat-switch-label-text-tracking: normal;
|
|
906
|
-
--mat-switch-label-text-weight: 400;
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
html {
|
|
910
|
-
--mdc-radio-disabled-selected-icon-opacity: 0.38;
|
|
911
|
-
--mdc-radio-disabled-unselected-icon-opacity: 0.38;
|
|
912
|
-
--mdc-radio-state-layer-size: 40px;
|
|
913
|
-
}
|
|
914
|
-
.mat-mdc-radio-button.mat-primary {
|
|
915
|
-
--mdc-radio-disabled-selected-icon-color: black;
|
|
916
|
-
--mdc-radio-disabled-unselected-icon-color: black;
|
|
917
|
-
--mdc-radio-unselected-hover-icon-color: #212121;
|
|
918
|
-
--mdc-radio-unselected-focus-icon-color: #212121;
|
|
919
|
-
--mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
920
|
-
--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
|
|
921
|
-
--mdc-radio-selected-focus-icon-color: #1976d2;
|
|
922
|
-
--mdc-radio-selected-hover-icon-color: #1976d2;
|
|
923
|
-
--mdc-radio-selected-icon-color: #1976d2;
|
|
924
|
-
--mdc-radio-selected-pressed-icon-color: #1976d2;
|
|
448
|
+
html .blue-theme .mat-accent.mat-mdc-checkbox {
|
|
449
|
+
--mdc-checkbox-selected-pressed-icon-color: #1976d2;
|
|
450
|
+
--mdc-checkbox-selected-checkmark-color: #ffffff;
|
|
451
|
+
--mdc-checkbox-selected-focus-icon-color: #1976d2;
|
|
452
|
+
--mdc-checkbox-selected-hover-icon-color: #1976d2;
|
|
453
|
+
--mdc-checkbox-selected-icon-color: #1976d2;
|
|
454
|
+
--mdc-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
455
|
+
--mdc-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
456
|
+
--mdc-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
925
457
|
}
|
|
926
|
-
.mat-
|
|
927
|
-
--mat-
|
|
928
|
-
--mat-
|
|
929
|
-
--mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
|
|
930
|
-
--mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
|
|
931
|
-
}
|
|
932
|
-
.mat-mdc-radio-button.mat-accent {
|
|
933
|
-
--mdc-radio-disabled-selected-icon-color: black;
|
|
934
|
-
--mdc-radio-disabled-unselected-icon-color: black;
|
|
935
|
-
--mdc-radio-unselected-hover-icon-color: #212121;
|
|
936
|
-
--mdc-radio-unselected-focus-icon-color: #212121;
|
|
937
|
-
--mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
938
|
-
--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
|
|
939
|
-
--mdc-radio-selected-focus-icon-color: #90caf9;
|
|
940
|
-
--mdc-radio-selected-hover-icon-color: #90caf9;
|
|
941
|
-
--mdc-radio-selected-icon-color: #90caf9;
|
|
942
|
-
--mdc-radio-selected-pressed-icon-color: #90caf9;
|
|
943
|
-
}
|
|
944
|
-
.mat-mdc-radio-button.mat-accent {
|
|
945
|
-
--mat-radio-ripple-color: black;
|
|
946
|
-
--mat-radio-checked-ripple-color: #90caf9;
|
|
947
|
-
--mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
|
|
948
|
-
--mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
|
|
949
|
-
}
|
|
950
|
-
.mat-mdc-radio-button.mat-warn {
|
|
951
|
-
--mdc-radio-disabled-selected-icon-color: black;
|
|
952
|
-
--mdc-radio-disabled-unselected-icon-color: black;
|
|
953
|
-
--mdc-radio-unselected-hover-icon-color: #212121;
|
|
954
|
-
--mdc-radio-unselected-focus-icon-color: #212121;
|
|
955
|
-
--mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
956
|
-
--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
|
|
957
|
-
--mdc-radio-selected-focus-icon-color: #f44336;
|
|
958
|
-
--mdc-radio-selected-hover-icon-color: #f44336;
|
|
959
|
-
--mdc-radio-selected-icon-color: #f44336;
|
|
960
|
-
--mdc-radio-selected-pressed-icon-color: #f44336;
|
|
458
|
+
html .blue-theme .mat-accent.mat-mdc-checkbox {
|
|
459
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
460
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
961
461
|
}
|
|
962
|
-
.mat-
|
|
963
|
-
--mat-radio-ripple-color: black;
|
|
964
|
-
--mat-radio-checked-ripple-color: #f44336;
|
|
965
|
-
--mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
|
|
966
|
-
--mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
html {
|
|
970
|
-
--mdc-radio-state-layer-size: 40px;
|
|
971
|
-
}
|
|
972
|
-
html {
|
|
973
|
-
--mat-radio-touch-target-display: block;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
html {
|
|
977
|
-
--mat-radio-label-text-font: Roboto, sans-serif;
|
|
978
|
-
--mat-radio-label-text-line-height: 18px;
|
|
979
|
-
--mat-radio-label-text-size: 12px;
|
|
980
|
-
--mat-radio-label-text-tracking: normal;
|
|
981
|
-
--mat-radio-label-text-weight: 400;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
html {
|
|
985
|
-
--mdc-slider-active-track-height: 6px;
|
|
986
|
-
--mdc-slider-active-track-shape: 9999px;
|
|
987
|
-
--mdc-slider-handle-height: 20px;
|
|
988
|
-
--mdc-slider-handle-shape: 50%;
|
|
989
|
-
--mdc-slider-handle-width: 20px;
|
|
990
|
-
--mdc-slider-inactive-track-height: 4px;
|
|
991
|
-
--mdc-slider-inactive-track-shape: 9999px;
|
|
992
|
-
--mdc-slider-with-overlap-handle-outline-width: 1px;
|
|
993
|
-
--mdc-slider-with-tick-marks-active-container-opacity: 0.6;
|
|
994
|
-
--mdc-slider-with-tick-marks-container-shape: 50%;
|
|
995
|
-
--mdc-slider-with-tick-marks-container-size: 2px;
|
|
996
|
-
--mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
|
|
997
|
-
--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
998
|
-
}
|
|
999
|
-
html {
|
|
1000
|
-
--mat-slider-value-indicator-width: auto;
|
|
1001
|
-
--mat-slider-value-indicator-height: 32px;
|
|
1002
|
-
--mat-slider-value-indicator-caret-display: block;
|
|
1003
|
-
--mat-slider-value-indicator-border-radius: 4px;
|
|
1004
|
-
--mat-slider-value-indicator-padding: 0 12px;
|
|
1005
|
-
--mat-slider-value-indicator-text-transform: none;
|
|
1006
|
-
--mat-slider-value-indicator-container-transform: translateX(-50%);
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
html {
|
|
462
|
+
html .blue-theme .mat-accent.mat-mdc-slider {
|
|
1010
463
|
--mdc-slider-handle-color: #1976d2;
|
|
1011
464
|
--mdc-slider-focus-handle-color: #1976d2;
|
|
1012
465
|
--mdc-slider-hover-handle-color: #1976d2;
|
|
1013
466
|
--mdc-slider-active-track-color: #1976d2;
|
|
1014
|
-
--mdc-slider-
|
|
1015
|
-
--mdc-slider-
|
|
1016
|
-
--mdc-slider-
|
|
1017
|
-
--mdc-slider-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
--mdc-slider-label-container-color: #000;
|
|
1021
|
-
--mdc-slider-label-label-text-color: #fff;
|
|
1022
|
-
--mdc-slider-with-overlap-handle-outline-color: #fff;
|
|
1023
|
-
--mdc-slider-with-tick-marks-disabled-container-color: #000;
|
|
1024
|
-
}
|
|
1025
|
-
html {
|
|
467
|
+
--mdc-slider-with-tick-marks-active-container-color: #ffffff;
|
|
468
|
+
--mdc-slider-label-container-color: #1976d2;
|
|
469
|
+
--mdc-slider-label-label-text-color: #ffffff;
|
|
470
|
+
--mdc-slider-with-overlap-handle-outline-color: #ffffff;
|
|
471
|
+
}
|
|
472
|
+
html .blue-theme .mat-accent.mat-mdc-slider {
|
|
1026
473
|
--mat-slider-ripple-color: #1976d2;
|
|
1027
474
|
--mat-slider-hover-state-layer-color: rgba(25, 118, 210, 0.05);
|
|
1028
475
|
--mat-slider-focus-state-layer-color: rgba(25, 118, 210, 0.2);
|
|
1029
|
-
--mat-slider-value-indicator-opacity: 0.6;
|
|
1030
|
-
}
|
|
1031
|
-
html .mat-accent {
|
|
1032
|
-
--mdc-slider-handle-color: #90caf9;
|
|
1033
|
-
--mdc-slider-focus-handle-color: #90caf9;
|
|
1034
|
-
--mdc-slider-hover-handle-color: #90caf9;
|
|
1035
|
-
--mdc-slider-active-track-color: #90caf9;
|
|
1036
|
-
--mdc-slider-inactive-track-color: #90caf9;
|
|
1037
|
-
--mdc-slider-with-tick-marks-inactive-container-color: #90caf9;
|
|
1038
|
-
--mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
|
|
1039
|
-
}
|
|
1040
|
-
html .mat-accent {
|
|
1041
|
-
--mat-slider-ripple-color: #90caf9;
|
|
1042
|
-
--mat-slider-hover-state-layer-color: rgba(144, 202, 249, 0.05);
|
|
1043
|
-
--mat-slider-focus-state-layer-color: rgba(144, 202, 249, 0.2);
|
|
1044
|
-
}
|
|
1045
|
-
html .mat-warn {
|
|
1046
|
-
--mdc-slider-handle-color: #f44336;
|
|
1047
|
-
--mdc-slider-focus-handle-color: #f44336;
|
|
1048
|
-
--mdc-slider-hover-handle-color: #f44336;
|
|
1049
|
-
--mdc-slider-active-track-color: #f44336;
|
|
1050
|
-
--mdc-slider-inactive-track-color: #f44336;
|
|
1051
|
-
--mdc-slider-with-tick-marks-inactive-container-color: #f44336;
|
|
1052
|
-
--mdc-slider-with-tick-marks-active-container-color: white;
|
|
1053
476
|
}
|
|
1054
|
-
html .mat-
|
|
1055
|
-
--
|
|
1056
|
-
|
|
1057
|
-
|
|
477
|
+
html .blue-theme .mat-accent.mat-mdc-tab-group, html .blue-theme .mat-accent.mat-mdc-tab-nav-bar {
|
|
478
|
+
--mdc-tab-indicator-active-indicator-color: #1976d2;
|
|
479
|
+
}
|
|
480
|
+
html .blue-theme .mat-accent.mat-mdc-tab-group, html .blue-theme .mat-accent.mat-mdc-tab-nav-bar {
|
|
481
|
+
--mat-tab-header-active-focus-indicator-color: #1976d2;
|
|
482
|
+
--mat-tab-header-active-hover-indicator-color: #1976d2;
|
|
1058
483
|
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
--mdc-
|
|
1062
|
-
--mdc-
|
|
1063
|
-
--mdc-
|
|
1064
|
-
--mdc-
|
|
1065
|
-
--mdc-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
--
|
|
1070
|
-
--
|
|
1071
|
-
--
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
--mat-
|
|
1075
|
-
--mat-
|
|
1076
|
-
--mat-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
html {
|
|
1082
|
-
--mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1083
|
-
--mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
|
|
1084
|
-
--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
1085
|
-
--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
1086
|
-
--mat-menu-container-color: white;
|
|
1087
|
-
--mat-menu-divider-color: rgba(0, 0, 0, 0.12);
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
html {
|
|
1091
|
-
--mat-menu-item-label-text-font: Roboto, sans-serif;
|
|
1092
|
-
--mat-menu-item-label-text-size: 14px;
|
|
1093
|
-
--mat-menu-item-label-text-tracking: normal;
|
|
1094
|
-
--mat-menu-item-label-text-line-height: 22px;
|
|
1095
|
-
--mat-menu-item-label-text-weight: 400;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
html {
|
|
1099
|
-
--mdc-list-list-item-container-shape: 0;
|
|
1100
|
-
--mdc-list-list-item-leading-avatar-shape: 50%;
|
|
1101
|
-
--mdc-list-list-item-container-color: transparent;
|
|
1102
|
-
--mdc-list-list-item-selected-container-color: transparent;
|
|
1103
|
-
--mdc-list-list-item-leading-avatar-color: transparent;
|
|
1104
|
-
--mdc-list-list-item-leading-icon-size: 24px;
|
|
1105
|
-
--mdc-list-list-item-leading-avatar-size: 40px;
|
|
1106
|
-
--mdc-list-list-item-trailing-icon-size: 24px;
|
|
1107
|
-
--mdc-list-list-item-disabled-state-layer-color: transparent;
|
|
1108
|
-
--mdc-list-list-item-disabled-state-layer-opacity: 0;
|
|
1109
|
-
--mdc-list-list-item-disabled-label-text-opacity: 0.38;
|
|
1110
|
-
--mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
|
|
1111
|
-
--mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
|
|
1112
|
-
}
|
|
1113
|
-
html {
|
|
1114
|
-
--mat-list-active-indicator-color: transparent;
|
|
1115
|
-
--mat-list-active-indicator-shape: 4px;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
html {
|
|
1119
|
-
--mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1120
|
-
--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
|
|
1121
|
-
--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
|
|
1122
|
-
--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
|
|
1123
|
-
--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
|
|
1124
|
-
--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
|
|
1125
|
-
--mdc-list-list-item-disabled-label-text-color: black;
|
|
1126
|
-
--mdc-list-list-item-disabled-leading-icon-color: black;
|
|
1127
|
-
--mdc-list-list-item-disabled-trailing-icon-color: black;
|
|
1128
|
-
--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1129
|
-
--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
|
|
1130
|
-
--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
|
|
1131
|
-
--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1132
|
-
--mdc-list-list-item-hover-state-layer-color: black;
|
|
1133
|
-
--mdc-list-list-item-hover-state-layer-opacity: 0.04;
|
|
1134
|
-
--mdc-list-list-item-focus-state-layer-color: black;
|
|
1135
|
-
--mdc-list-list-item-focus-state-layer-opacity: 0.12;
|
|
1136
|
-
}
|
|
1137
|
-
.mdc-list-item__start,
|
|
1138
|
-
.mdc-list-item__end {
|
|
1139
|
-
--mdc-radio-disabled-selected-icon-color: black;
|
|
1140
|
-
--mdc-radio-disabled-unselected-icon-color: black;
|
|
1141
|
-
--mdc-radio-unselected-hover-icon-color: #212121;
|
|
1142
|
-
--mdc-radio-unselected-focus-icon-color: #212121;
|
|
1143
|
-
--mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1144
|
-
--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
|
|
484
|
+
html .blue-theme .mat-accent.mat-mdc-slide-toggle {
|
|
485
|
+
--mdc-switch-selected-focus-state-layer-color: #1976d2;
|
|
486
|
+
--mdc-switch-selected-handle-color: #ffffff;
|
|
487
|
+
--mdc-switch-selected-hover-state-layer-color: #1976d2;
|
|
488
|
+
--mdc-switch-selected-pressed-state-layer-color: #1976d2;
|
|
489
|
+
--mdc-switch-selected-focus-handle-color: #72b2eb;
|
|
490
|
+
--mdc-switch-selected-hover-handle-color: #72b2eb;
|
|
491
|
+
--mdc-switch-selected-pressed-handle-color: #72b2eb;
|
|
492
|
+
--mdc-switch-selected-focus-track-color: #1976d2;
|
|
493
|
+
--mdc-switch-selected-hover-track-color: #1976d2;
|
|
494
|
+
--mdc-switch-selected-pressed-track-color: #1976d2;
|
|
495
|
+
--mdc-switch-selected-track-color: #1976d2;
|
|
496
|
+
--mdc-switch-selected-icon-color: #1976d2;
|
|
497
|
+
}
|
|
498
|
+
html .blue-theme .mat-accent.mat-mdc-slide-toggle {
|
|
499
|
+
--mat-switch-track-outline-color: #717783;
|
|
500
|
+
--mat-switch-disabled-unselected-track-outline-color: #181c21;
|
|
501
|
+
--mat-switch-label-text-color: #181c21;
|
|
502
|
+
}
|
|
503
|
+
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
504
|
+
--mat-select-focused-arrow-color: #1976d2;
|
|
505
|
+
}
|
|
506
|
+
html .blue-theme .mat-accent.mat-mdc-radio-button {
|
|
1145
507
|
--mdc-radio-selected-focus-icon-color: #1976d2;
|
|
1146
508
|
--mdc-radio-selected-hover-icon-color: #1976d2;
|
|
1147
509
|
--mdc-radio-selected-icon-color: #1976d2;
|
|
1148
510
|
--mdc-radio-selected-pressed-icon-color: #1976d2;
|
|
1149
511
|
}
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
--mdc-
|
|
1155
|
-
--mdc-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
--mdc-
|
|
1159
|
-
--mdc-
|
|
1160
|
-
--mdc-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
.mat-warn .mdc-list-item__end {
|
|
1167
|
-
--mdc-radio-disabled-selected-icon-color: black;
|
|
1168
|
-
--mdc-radio-disabled-unselected-icon-color: black;
|
|
1169
|
-
--mdc-radio-unselected-hover-icon-color: #212121;
|
|
1170
|
-
--mdc-radio-unselected-focus-icon-color: #212121;
|
|
1171
|
-
--mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1172
|
-
--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
|
|
1173
|
-
--mdc-radio-selected-focus-icon-color: #f44336;
|
|
1174
|
-
--mdc-radio-selected-hover-icon-color: #f44336;
|
|
1175
|
-
--mdc-radio-selected-icon-color: #f44336;
|
|
1176
|
-
--mdc-radio-selected-pressed-icon-color: #f44336;
|
|
512
|
+
html .blue-theme .mat-accent.mat-mdc-radio-button {
|
|
513
|
+
--mat-radio-checked-ripple-color: #1976d2;
|
|
514
|
+
}
|
|
515
|
+
html .blue-theme .mat-accent.mat-mdc-progress-bar {
|
|
516
|
+
--mdc-linear-progress-active-indicator-color: #1976d2;
|
|
517
|
+
--mdc-linear-progress-track-color: #72b2eb;
|
|
518
|
+
}
|
|
519
|
+
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
520
|
+
--mdc-filled-text-field-caret-color: #1976d2;
|
|
521
|
+
--mdc-filled-text-field-focus-active-indicator-color: #1976d2;
|
|
522
|
+
--mdc-filled-text-field-focus-label-text-color: #1976d2;
|
|
523
|
+
}
|
|
524
|
+
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
525
|
+
--mdc-outlined-text-field-caret-color: #1976d2;
|
|
526
|
+
--mdc-outlined-text-field-focus-outline-color: #1976d2;
|
|
527
|
+
--mdc-outlined-text-field-focus-label-text-color: #1976d2;
|
|
1177
528
|
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
--
|
|
529
|
+
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
530
|
+
--mat-form-field-focus-select-arrow-color: #1976d2;
|
|
531
|
+
}
|
|
532
|
+
html .blue-theme .mat-accent.mat-datepicker-content {
|
|
533
|
+
--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
|
|
534
|
+
--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
|
|
535
|
+
--mat-datepicker-calendar-date-today-selected-state-outline-color: #1976d2;
|
|
536
|
+
--mat-datepicker-calendar-date-in-range-state-background-color: #72b2eb;
|
|
537
|
+
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #72b2eb;
|
|
538
|
+
--mat-datepicker-calendar-date-today-outline-color: #1976d2;
|
|
539
|
+
--mat-datepicker-calendar-date-preview-state-outline-color: #1976d2;
|
|
540
|
+
}
|
|
541
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
542
|
+
--mdc-text-button-label-text-color: #1976d2;
|
|
543
|
+
}
|
|
544
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
545
|
+
--mdc-protected-button-label-text-color: #1976d2;
|
|
546
|
+
}
|
|
547
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
548
|
+
--mdc-filled-button-container-color: #1976d2;
|
|
549
|
+
--mdc-filled-button-label-text-color: #ffffff;
|
|
550
|
+
}
|
|
551
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
552
|
+
--mdc-outlined-button-label-text-color: #1976d2;
|
|
553
|
+
}
|
|
554
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
555
|
+
--mat-text-button-state-layer-color: #1976d2;
|
|
556
|
+
--mat-text-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
557
|
+
}
|
|
558
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
559
|
+
--mat-protected-button-state-layer-color: #1976d2;
|
|
560
|
+
--mat-protected-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
561
|
+
}
|
|
562
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
563
|
+
--mat-filled-button-state-layer-color: #ffffff;
|
|
564
|
+
--mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
|
|
565
|
+
}
|
|
566
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
567
|
+
--mat-outlined-button-state-layer-color: #1976d2;
|
|
568
|
+
--mat-outlined-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
569
|
+
}
|
|
570
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
571
|
+
--mdc-icon-button-icon-color: #1976d2;
|
|
572
|
+
}
|
|
573
|
+
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
574
|
+
--mat-icon-button-state-layer-color: #1976d2;
|
|
575
|
+
--mat-icon-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
576
|
+
}
|
|
577
|
+
html .blue-theme .mat-accent.mat-mdc-standard-chip {
|
|
578
|
+
--mdc-chip-elevated-selected-container-color: #72b2eb;
|
|
579
|
+
--mdc-chip-selected-hover-state-layer-color: #1976d2;
|
|
580
|
+
--mdc-chip-selected-focus-state-layer-color: #1976d2;
|
|
581
|
+
--mdc-chip-selected-label-text-color: #1976d2;
|
|
582
|
+
--mdc-chip-with-icon-selected-icon-color: #1976d2;
|
|
583
|
+
}
|
|
584
|
+
html .blue-theme .mat-accent.mat-mdc-standard-chip {
|
|
585
|
+
--mat-chip-selected-trailing-action-state-layer-color: #1976d2;
|
|
586
|
+
--mat-chip-selected-trailing-icon-color: #1976d2;
|
|
587
|
+
}
|
|
588
|
+
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
589
|
+
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
590
|
+
--mdc-checkbox-selected-pressed-icon-color: #1976d2;
|
|
591
|
+
--mdc-checkbox-selected-checkmark-color: #ffffff;
|
|
1183
592
|
--mdc-checkbox-selected-focus-icon-color: #1976d2;
|
|
1184
593
|
--mdc-checkbox-selected-hover-icon-color: #1976d2;
|
|
1185
594
|
--mdc-checkbox-selected-icon-color: #1976d2;
|
|
1186
|
-
--mdc-checkbox-selected-pressed-icon-color: #1976d2;
|
|
1187
|
-
--mdc-checkbox-unselected-focus-icon-color: #212121;
|
|
1188
|
-
--mdc-checkbox-unselected-hover-icon-color: #212121;
|
|
1189
|
-
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1190
595
|
--mdc-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
1191
596
|
--mdc-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
1192
|
-
--mdc-checkbox-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
--mdc-
|
|
1202
|
-
--mdc-
|
|
1203
|
-
--mdc-
|
|
1204
|
-
--mdc-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
--
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
--mdc-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
--mdc-
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
--
|
|
1219
|
-
--
|
|
1220
|
-
|
|
597
|
+
--mdc-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
598
|
+
}
|
|
599
|
+
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
600
|
+
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
601
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
602
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
603
|
+
}
|
|
604
|
+
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
605
|
+
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
606
|
+
--mdc-radio-selected-focus-icon-color: #1976d2;
|
|
607
|
+
--mdc-radio-selected-hover-icon-color: #1976d2;
|
|
608
|
+
--mdc-radio-selected-icon-color: #1976d2;
|
|
609
|
+
--mdc-radio-selected-pressed-icon-color: #1976d2;
|
|
610
|
+
}
|
|
611
|
+
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
612
|
+
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
613
|
+
--mat-radio-checked-ripple-color: #1976d2;
|
|
614
|
+
}
|
|
615
|
+
html .blue-theme .mat-accent.mat-mdc-fab, html .blue-theme .mat-accent.mat-mdc-mini-fab {
|
|
616
|
+
--mdc-fab-container-color: #72b2eb;
|
|
617
|
+
}
|
|
618
|
+
html .blue-theme .mat-accent.mat-mdc-fab, html .blue-theme .mat-accent.mat-mdc-mini-fab {
|
|
619
|
+
--mdc-fab-small-container-color: #72b2eb;
|
|
620
|
+
}
|
|
621
|
+
html .blue-theme .mat-accent.mat-mdc-fab, html .blue-theme .mat-accent.mat-mdc-mini-fab {
|
|
622
|
+
--mat-fab-foreground-color: #1976d2;
|
|
623
|
+
--mat-fab-state-layer-color: #1976d2;
|
|
624
|
+
--mat-fab-ripple-color: rgba(25, 118, 210, 0.12);
|
|
625
|
+
}
|
|
626
|
+
html .blue-theme .mat-accent.mat-mdc-fab, html .blue-theme .mat-accent.mat-mdc-mini-fab {
|
|
627
|
+
--mat-fab-small-foreground-color: #1976d2;
|
|
628
|
+
--mat-fab-small-state-layer-color: #1976d2;
|
|
629
|
+
--mat-fab-small-ripple-color: rgba(25, 118, 210, 0.12);
|
|
630
|
+
}
|
|
631
|
+
html .blue-theme .mat-badge-accent {
|
|
632
|
+
--mat-badge-background-color: #1976d2;
|
|
633
|
+
--mat-badge-text-color: #ffffff;
|
|
634
|
+
--mat-badge-disabled-state-background-color: rgba(25, 118, 210, 0.38);
|
|
635
|
+
--mat-badge-disabled-state-text-color: #ffffff;
|
|
636
|
+
}
|
|
637
|
+
html .blue-theme .mat-warn {
|
|
638
|
+
--mat-option-selected-state-label-text-color: #93000a;
|
|
639
|
+
--mat-option-selected-state-layer-color: #ffdad6;
|
|
640
|
+
}
|
|
641
|
+
html .blue-theme .mat-warn {
|
|
642
|
+
--mdc-circular-progress-active-indicator-color: #f44336;
|
|
643
|
+
}
|
|
644
|
+
html .blue-theme .mat-warn {
|
|
645
|
+
--mat-full-pseudo-checkbox-selected-icon-color: #f44336;
|
|
646
|
+
--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
|
|
647
|
+
}
|
|
648
|
+
html .blue-theme .mat-warn {
|
|
649
|
+
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
|
|
650
|
+
}
|
|
651
|
+
html .blue-theme .mat-warn {
|
|
652
|
+
--mat-stepper-header-selected-state-icon-background-color: #f44336;
|
|
653
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
654
|
+
--mat-stepper-header-edit-state-icon-background-color: #f44336;
|
|
655
|
+
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
656
|
+
}
|
|
657
|
+
html .blue-theme .mat-warn.mat-icon {
|
|
658
|
+
--mat-icon-color: #f44336;
|
|
659
|
+
}
|
|
660
|
+
html .blue-theme .mat-warn.mat-mdc-checkbox {
|
|
661
|
+
--mdc-checkbox-selected-pressed-icon-color: #f44336;
|
|
662
|
+
--mdc-checkbox-selected-checkmark-color: #ffffff;
|
|
1221
663
|
--mdc-checkbox-selected-focus-icon-color: #f44336;
|
|
1222
664
|
--mdc-checkbox-selected-hover-icon-color: #f44336;
|
|
1223
665
|
--mdc-checkbox-selected-icon-color: #f44336;
|
|
1224
|
-
--mdc-checkbox-selected-pressed-icon-color: #f44336;
|
|
1225
|
-
--mdc-checkbox-unselected-focus-icon-color: #212121;
|
|
1226
|
-
--mdc-checkbox-unselected-hover-icon-color: #212121;
|
|
1227
|
-
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1228
666
|
--mdc-checkbox-selected-focus-state-layer-color: #f44336;
|
|
1229
667
|
--mdc-checkbox-selected-hover-state-layer-color: #f44336;
|
|
1230
|
-
--mdc-checkbox-
|
|
1231
|
-
--mdc-checkbox-unselected-focus-state-layer-color: black;
|
|
1232
|
-
--mdc-checkbox-unselected-hover-state-layer-color: black;
|
|
1233
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: black;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
|
|
1237
|
-
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
|
|
1238
|
-
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
|
|
1239
|
-
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
|
|
1240
|
-
color: #1976d2;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
|
|
1244
|
-
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
|
|
1245
|
-
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
|
|
1246
|
-
opacity: 1;
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
html {
|
|
1250
|
-
--mdc-list-list-item-one-line-container-height: 48px;
|
|
1251
|
-
--mdc-list-list-item-two-line-container-height: 64px;
|
|
1252
|
-
--mdc-list-list-item-three-line-container-height: 88px;
|
|
1253
|
-
}
|
|
1254
|
-
html {
|
|
1255
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
1256
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
668
|
+
--mdc-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
1257
669
|
}
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
--mdc-radio-state-layer-size: 40px;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
1265
|
-
height: 56px;
|
|
1266
|
-
}
|
|
1267
|
-
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
1268
|
-
height: 72px;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
html {
|
|
1272
|
-
--mdc-list-list-item-label-text-font: Roboto, sans-serif;
|
|
1273
|
-
--mdc-list-list-item-label-text-line-height: 22px;
|
|
1274
|
-
--mdc-list-list-item-label-text-size: 14px;
|
|
1275
|
-
--mdc-list-list-item-label-text-tracking: normal;
|
|
1276
|
-
--mdc-list-list-item-label-text-weight: 400;
|
|
1277
|
-
--mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
|
|
1278
|
-
--mdc-list-list-item-supporting-text-line-height: 18px;
|
|
1279
|
-
--mdc-list-list-item-supporting-text-size: 12px;
|
|
1280
|
-
--mdc-list-list-item-supporting-text-tracking: normal;
|
|
1281
|
-
--mdc-list-list-item-supporting-text-weight: 400;
|
|
1282
|
-
--mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
|
|
1283
|
-
--mdc-list-list-item-trailing-supporting-text-line-height: 18px;
|
|
1284
|
-
--mdc-list-list-item-trailing-supporting-text-size: 12px;
|
|
1285
|
-
--mdc-list-list-item-trailing-supporting-text-tracking: normal;
|
|
1286
|
-
--mdc-list-list-item-trailing-supporting-text-weight: 400;
|
|
1287
|
-
}
|
|
1288
|
-
.mdc-list-group__subheader {
|
|
1289
|
-
font: 500 16px / 26px Roboto, sans-serif;
|
|
1290
|
-
letter-spacing: normal;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
html {
|
|
1294
|
-
--mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
|
|
1295
|
-
--mat-paginator-container-background-color: white;
|
|
1296
|
-
--mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
|
|
1297
|
-
--mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
html {
|
|
1301
|
-
--mat-paginator-container-size: 56px;
|
|
1302
|
-
--mat-paginator-form-field-container-height: 40px;
|
|
1303
|
-
--mat-paginator-form-field-container-vertical-padding: 8px;
|
|
1304
|
-
--mat-paginator-touch-target-display: block;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
html {
|
|
1308
|
-
--mat-paginator-container-text-font: Roboto, sans-serif;
|
|
1309
|
-
--mat-paginator-container-text-line-height: 18px;
|
|
1310
|
-
--mat-paginator-container-text-size: 12px;
|
|
1311
|
-
--mat-paginator-container-text-tracking: normal;
|
|
1312
|
-
--mat-paginator-container-text-weight: 400;
|
|
1313
|
-
--mat-paginator-select-trigger-text-size: 12px;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
html {
|
|
1317
|
-
--mdc-secondary-navigation-tab-container-height: 48px;
|
|
1318
|
-
}
|
|
1319
|
-
html {
|
|
1320
|
-
--mdc-tab-indicator-active-indicator-height: 2px;
|
|
1321
|
-
--mdc-tab-indicator-active-indicator-shape: 0;
|
|
1322
|
-
}
|
|
1323
|
-
html {
|
|
1324
|
-
--mat-tab-header-divider-color: transparent;
|
|
1325
|
-
--mat-tab-header-divider-height: 0;
|
|
1326
|
-
}
|
|
1327
|
-
.mat-mdc-tab-group,
|
|
1328
|
-
.mat-mdc-tab-nav-bar {
|
|
1329
|
-
--mdc-tab-indicator-active-indicator-color: #1976d2;
|
|
670
|
+
html .blue-theme .mat-warn.mat-mdc-checkbox {
|
|
671
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
672
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
1330
673
|
}
|
|
1331
|
-
.mat-mdc-
|
|
1332
|
-
|
|
1333
|
-
--
|
|
1334
|
-
--
|
|
1335
|
-
--
|
|
1336
|
-
--
|
|
1337
|
-
--
|
|
1338
|
-
--
|
|
1339
|
-
--
|
|
1340
|
-
--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1341
|
-
--mat-tab-header-active-focus-label-text-color: #1976d2;
|
|
1342
|
-
--mat-tab-header-active-hover-label-text-color: #1976d2;
|
|
1343
|
-
--mat-tab-header-active-focus-indicator-color: #1976d2;
|
|
1344
|
-
--mat-tab-header-active-hover-indicator-color: #1976d2;
|
|
674
|
+
html .blue-theme .mat-warn.mat-mdc-slider {
|
|
675
|
+
--mdc-slider-handle-color: #f44336;
|
|
676
|
+
--mdc-slider-focus-handle-color: #f44336;
|
|
677
|
+
--mdc-slider-hover-handle-color: #f44336;
|
|
678
|
+
--mdc-slider-active-track-color: #f44336;
|
|
679
|
+
--mdc-slider-with-tick-marks-active-container-color: #ffffff;
|
|
680
|
+
--mdc-slider-label-container-color: #f44336;
|
|
681
|
+
--mdc-slider-label-label-text-color: #ffffff;
|
|
682
|
+
--mdc-slider-with-overlap-handle-outline-color: #ffffff;
|
|
1345
683
|
}
|
|
1346
|
-
.mat-
|
|
1347
|
-
|
|
1348
|
-
--
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
.mat-mdc-tab-
|
|
1352
|
-
--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
|
|
1353
|
-
--mat-tab-header-pagination-icon-color: black;
|
|
1354
|
-
--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1355
|
-
--mat-tab-header-active-label-text-color: #90caf9;
|
|
1356
|
-
--mat-tab-header-active-ripple-color: #90caf9;
|
|
1357
|
-
--mat-tab-header-inactive-ripple-color: #90caf9;
|
|
1358
|
-
--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1359
|
-
--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1360
|
-
--mat-tab-header-active-focus-label-text-color: #90caf9;
|
|
1361
|
-
--mat-tab-header-active-hover-label-text-color: #90caf9;
|
|
1362
|
-
--mat-tab-header-active-focus-indicator-color: #90caf9;
|
|
1363
|
-
--mat-tab-header-active-hover-indicator-color: #90caf9;
|
|
1364
|
-
}
|
|
1365
|
-
.mat-mdc-tab-group.mat-warn,
|
|
1366
|
-
.mat-mdc-tab-nav-bar.mat-warn {
|
|
684
|
+
html .blue-theme .mat-warn.mat-mdc-slider {
|
|
685
|
+
--mat-slider-ripple-color: #f44336;
|
|
686
|
+
--mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
|
|
687
|
+
--mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
|
|
688
|
+
}
|
|
689
|
+
html .blue-theme .mat-warn.mat-mdc-tab-group, html .blue-theme .mat-warn.mat-mdc-tab-nav-bar {
|
|
1367
690
|
--mdc-tab-indicator-active-indicator-color: #f44336;
|
|
1368
691
|
}
|
|
1369
|
-
.mat-mdc-tab-group.mat-warn
|
|
1370
|
-
.mat-mdc-tab-nav-bar.mat-warn {
|
|
1371
|
-
--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
|
|
1372
|
-
--mat-tab-header-pagination-icon-color: black;
|
|
1373
|
-
--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1374
|
-
--mat-tab-header-active-label-text-color: #f44336;
|
|
1375
|
-
--mat-tab-header-active-ripple-color: #f44336;
|
|
1376
|
-
--mat-tab-header-inactive-ripple-color: #f44336;
|
|
1377
|
-
--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1378
|
-
--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
|
|
1379
|
-
--mat-tab-header-active-focus-label-text-color: #f44336;
|
|
1380
|
-
--mat-tab-header-active-hover-label-text-color: #f44336;
|
|
692
|
+
html .blue-theme .mat-warn.mat-mdc-tab-group, html .blue-theme .mat-warn.mat-mdc-tab-nav-bar {
|
|
1381
693
|
--mat-tab-header-active-focus-indicator-color: #f44336;
|
|
1382
694
|
--mat-tab-header-active-hover-indicator-color: #f44336;
|
|
1383
695
|
}
|
|
1384
|
-
.mat-
|
|
1385
|
-
|
|
1386
|
-
--
|
|
1387
|
-
--
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
--
|
|
1392
|
-
--
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
--
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
--
|
|
1402
|
-
}
|
|
1403
|
-
.mat-mdc-
|
|
1404
|
-
--mat-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
--
|
|
1408
|
-
--
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
--mdc-checkbox-disabled-selected-checkmark-color: #fff;
|
|
1412
|
-
--mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
|
|
1413
|
-
--mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
|
|
1414
|
-
--mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
|
|
1415
|
-
--mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
|
|
1416
|
-
--mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
|
|
1417
|
-
--mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
|
|
1418
|
-
}
|
|
1419
|
-
html {
|
|
1420
|
-
--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1421
|
-
--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1422
|
-
--mdc-checkbox-selected-checkmark-color: black;
|
|
1423
|
-
--mdc-checkbox-selected-focus-icon-color: #90caf9;
|
|
1424
|
-
--mdc-checkbox-selected-hover-icon-color: #90caf9;
|
|
1425
|
-
--mdc-checkbox-selected-icon-color: #90caf9;
|
|
1426
|
-
--mdc-checkbox-selected-pressed-icon-color: #90caf9;
|
|
1427
|
-
--mdc-checkbox-unselected-focus-icon-color: #212121;
|
|
1428
|
-
--mdc-checkbox-unselected-hover-icon-color: #212121;
|
|
1429
|
-
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1430
|
-
--mdc-checkbox-selected-focus-state-layer-color: #90caf9;
|
|
1431
|
-
--mdc-checkbox-selected-hover-state-layer-color: #90caf9;
|
|
1432
|
-
--mdc-checkbox-selected-pressed-state-layer-color: #90caf9;
|
|
1433
|
-
--mdc-checkbox-unselected-focus-state-layer-color: black;
|
|
1434
|
-
--mdc-checkbox-unselected-hover-state-layer-color: black;
|
|
1435
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: black;
|
|
1436
|
-
}
|
|
1437
|
-
html {
|
|
1438
|
-
--mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
|
|
1439
|
-
--mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.mat-mdc-checkbox.mat-primary {
|
|
1443
|
-
--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1444
|
-
--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1445
|
-
--mdc-checkbox-selected-checkmark-color: white;
|
|
1446
|
-
--mdc-checkbox-selected-focus-icon-color: #1976d2;
|
|
1447
|
-
--mdc-checkbox-selected-hover-icon-color: #1976d2;
|
|
1448
|
-
--mdc-checkbox-selected-icon-color: #1976d2;
|
|
1449
|
-
--mdc-checkbox-selected-pressed-icon-color: #1976d2;
|
|
1450
|
-
--mdc-checkbox-unselected-focus-icon-color: #212121;
|
|
1451
|
-
--mdc-checkbox-unselected-hover-icon-color: #212121;
|
|
1452
|
-
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1453
|
-
--mdc-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
1454
|
-
--mdc-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
1455
|
-
--mdc-checkbox-selected-pressed-state-layer-color: #1976d2;
|
|
1456
|
-
--mdc-checkbox-unselected-focus-state-layer-color: black;
|
|
1457
|
-
--mdc-checkbox-unselected-hover-state-layer-color: black;
|
|
1458
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: black;
|
|
1459
|
-
}
|
|
1460
|
-
.mat-mdc-checkbox.mat-warn {
|
|
1461
|
-
--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1462
|
-
--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
|
|
1463
|
-
--mdc-checkbox-selected-checkmark-color: white;
|
|
1464
|
-
--mdc-checkbox-selected-focus-icon-color: #f44336;
|
|
1465
|
-
--mdc-checkbox-selected-hover-icon-color: #f44336;
|
|
1466
|
-
--mdc-checkbox-selected-icon-color: #f44336;
|
|
1467
|
-
--mdc-checkbox-selected-pressed-icon-color: #f44336;
|
|
1468
|
-
--mdc-checkbox-unselected-focus-icon-color: #212121;
|
|
1469
|
-
--mdc-checkbox-unselected-hover-icon-color: #212121;
|
|
1470
|
-
--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
|
|
1471
|
-
--mdc-checkbox-selected-focus-state-layer-color: #f44336;
|
|
1472
|
-
--mdc-checkbox-selected-hover-state-layer-color: #f44336;
|
|
1473
|
-
--mdc-checkbox-selected-pressed-state-layer-color: #f44336;
|
|
1474
|
-
--mdc-checkbox-unselected-focus-state-layer-color: black;
|
|
1475
|
-
--mdc-checkbox-unselected-hover-state-layer-color: black;
|
|
1476
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: black;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
html {
|
|
1480
|
-
--mdc-checkbox-state-layer-size: 40px;
|
|
1481
|
-
}
|
|
1482
|
-
html {
|
|
1483
|
-
--mat-checkbox-touch-target-display: block;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
html {
|
|
1487
|
-
--mat-checkbox-label-text-font: Roboto, sans-serif;
|
|
1488
|
-
--mat-checkbox-label-text-line-height: 18px;
|
|
1489
|
-
--mat-checkbox-label-text-size: 12px;
|
|
1490
|
-
--mat-checkbox-label-text-tracking: normal;
|
|
1491
|
-
--mat-checkbox-label-text-weight: 400;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
html {
|
|
1495
|
-
--mdc-text-button-container-shape: 4px;
|
|
1496
|
-
--mdc-text-button-keep-touch-target: false;
|
|
1497
|
-
}
|
|
1498
|
-
html {
|
|
1499
|
-
--mdc-filled-button-container-shape: 4px;
|
|
1500
|
-
--mdc-filled-button-keep-touch-target: false;
|
|
1501
|
-
}
|
|
1502
|
-
html {
|
|
1503
|
-
--mdc-protected-button-container-shape: 4px;
|
|
1504
|
-
--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
1505
|
-
--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
1506
|
-
--mdc-protected-button-focus-container-elevation-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);
|
|
1507
|
-
--mdc-protected-button-hover-container-elevation-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);
|
|
1508
|
-
--mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1509
|
-
}
|
|
1510
|
-
html {
|
|
1511
|
-
--mdc-outlined-button-keep-touch-target: false;
|
|
1512
|
-
--mdc-outlined-button-outline-width: 1px;
|
|
1513
|
-
--mdc-outlined-button-container-shape: 4px;
|
|
1514
|
-
}
|
|
1515
|
-
html {
|
|
1516
|
-
--mat-text-button-horizontal-padding: 8px;
|
|
1517
|
-
--mat-text-button-with-icon-horizontal-padding: 8px;
|
|
1518
|
-
--mat-text-button-icon-spacing: 8px;
|
|
1519
|
-
--mat-text-button-icon-offset: 0;
|
|
1520
|
-
}
|
|
1521
|
-
html {
|
|
1522
|
-
--mat-filled-button-horizontal-padding: 16px;
|
|
1523
|
-
--mat-filled-button-icon-spacing: 8px;
|
|
1524
|
-
--mat-filled-button-icon-offset: -4px;
|
|
1525
|
-
}
|
|
1526
|
-
html {
|
|
1527
|
-
--mat-protected-button-horizontal-padding: 16px;
|
|
1528
|
-
--mat-protected-button-icon-spacing: 8px;
|
|
1529
|
-
--mat-protected-button-icon-offset: -4px;
|
|
1530
|
-
}
|
|
1531
|
-
html {
|
|
1532
|
-
--mat-outlined-button-horizontal-padding: 15px;
|
|
1533
|
-
--mat-outlined-button-icon-spacing: 8px;
|
|
1534
|
-
--mat-outlined-button-icon-offset: -4px;
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
html {
|
|
1538
|
-
--mdc-text-button-label-text-color: black;
|
|
1539
|
-
--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
1540
|
-
}
|
|
1541
|
-
html {
|
|
1542
|
-
--mat-text-button-state-layer-color: black;
|
|
1543
|
-
--mat-text-button-disabled-state-layer-color: black;
|
|
1544
|
-
--mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1545
|
-
--mat-text-button-hover-state-layer-opacity: 0.04;
|
|
1546
|
-
--mat-text-button-focus-state-layer-opacity: 0.12;
|
|
1547
|
-
--mat-text-button-pressed-state-layer-opacity: 0.12;
|
|
1548
|
-
}
|
|
1549
|
-
html {
|
|
1550
|
-
--mdc-filled-button-container-color: white;
|
|
1551
|
-
--mdc-filled-button-label-text-color: black;
|
|
1552
|
-
--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
|
|
1553
|
-
--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
1554
|
-
}
|
|
1555
|
-
html {
|
|
1556
|
-
--mat-filled-button-state-layer-color: black;
|
|
1557
|
-
--mat-filled-button-disabled-state-layer-color: black;
|
|
1558
|
-
--mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1559
|
-
--mat-filled-button-hover-state-layer-opacity: 0.04;
|
|
1560
|
-
--mat-filled-button-focus-state-layer-opacity: 0.12;
|
|
1561
|
-
--mat-filled-button-pressed-state-layer-opacity: 0.12;
|
|
1562
|
-
}
|
|
1563
|
-
html {
|
|
1564
|
-
--mdc-protected-button-container-color: white;
|
|
1565
|
-
--mdc-protected-button-label-text-color: black;
|
|
1566
|
-
--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
|
|
1567
|
-
--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
1568
|
-
}
|
|
1569
|
-
html {
|
|
1570
|
-
--mat-protected-button-state-layer-color: black;
|
|
1571
|
-
--mat-protected-button-disabled-state-layer-color: black;
|
|
1572
|
-
--mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1573
|
-
--mat-protected-button-hover-state-layer-opacity: 0.04;
|
|
1574
|
-
--mat-protected-button-focus-state-layer-opacity: 0.12;
|
|
1575
|
-
--mat-protected-button-pressed-state-layer-opacity: 0.12;
|
|
1576
|
-
}
|
|
1577
|
-
html {
|
|
1578
|
-
--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
|
|
1579
|
-
--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
|
|
1580
|
-
--mdc-outlined-button-label-text-color: black;
|
|
1581
|
-
--mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
|
|
1582
|
-
}
|
|
1583
|
-
html {
|
|
1584
|
-
--mat-outlined-button-state-layer-color: black;
|
|
1585
|
-
--mat-outlined-button-disabled-state-layer-color: black;
|
|
1586
|
-
--mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1587
|
-
--mat-outlined-button-hover-state-layer-opacity: 0.04;
|
|
1588
|
-
--mat-outlined-button-focus-state-layer-opacity: 0.12;
|
|
1589
|
-
--mat-outlined-button-pressed-state-layer-opacity: 0.12;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
.mat-mdc-button.mat-primary {
|
|
1593
|
-
--mdc-text-button-label-text-color: #1976d2;
|
|
1594
|
-
}
|
|
1595
|
-
.mat-mdc-button.mat-primary {
|
|
1596
|
-
--mat-text-button-state-layer-color: #1976d2;
|
|
1597
|
-
--mat-text-button-ripple-color: rgba(25, 118, 210, 0.1);
|
|
696
|
+
html .blue-theme .mat-warn.mat-mdc-slide-toggle {
|
|
697
|
+
--mdc-switch-selected-focus-state-layer-color: #f44336;
|
|
698
|
+
--mdc-switch-selected-handle-color: #ffffff;
|
|
699
|
+
--mdc-switch-selected-hover-state-layer-color: #f44336;
|
|
700
|
+
--mdc-switch-selected-pressed-state-layer-color: #f44336;
|
|
701
|
+
--mdc-switch-selected-focus-handle-color: #ffdad6;
|
|
702
|
+
--mdc-switch-selected-hover-handle-color: #ffdad6;
|
|
703
|
+
--mdc-switch-selected-pressed-handle-color: #ffdad6;
|
|
704
|
+
--mdc-switch-selected-focus-track-color: #f44336;
|
|
705
|
+
--mdc-switch-selected-hover-track-color: #f44336;
|
|
706
|
+
--mdc-switch-selected-pressed-track-color: #f44336;
|
|
707
|
+
--mdc-switch-selected-track-color: #f44336;
|
|
708
|
+
--mdc-switch-selected-icon-color: #93000a;
|
|
709
|
+
}
|
|
710
|
+
html .blue-theme .mat-warn.mat-mdc-slide-toggle {
|
|
711
|
+
--mat-switch-track-outline-color: #717783;
|
|
712
|
+
--mat-switch-disabled-unselected-track-outline-color: #181c21;
|
|
713
|
+
--mat-switch-label-text-color: #181c21;
|
|
714
|
+
}
|
|
715
|
+
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
716
|
+
--mat-select-focused-arrow-color: #f44336;
|
|
717
|
+
}
|
|
718
|
+
html .blue-theme .mat-warn.mat-mdc-radio-button {
|
|
719
|
+
--mdc-radio-selected-focus-icon-color: #f44336;
|
|
720
|
+
--mdc-radio-selected-hover-icon-color: #f44336;
|
|
721
|
+
--mdc-radio-selected-icon-color: #f44336;
|
|
722
|
+
--mdc-radio-selected-pressed-icon-color: #f44336;
|
|
1598
723
|
}
|
|
1599
|
-
.mat-mdc-button
|
|
1600
|
-
--
|
|
724
|
+
html .blue-theme .mat-warn.mat-mdc-radio-button {
|
|
725
|
+
--mat-radio-checked-ripple-color: #f44336;
|
|
1601
726
|
}
|
|
1602
|
-
.mat-
|
|
1603
|
-
--
|
|
1604
|
-
--
|
|
727
|
+
html .blue-theme .mat-warn.mat-mdc-progress-bar {
|
|
728
|
+
--mdc-linear-progress-active-indicator-color: #f44336;
|
|
729
|
+
--mdc-linear-progress-track-color: #ffdad6;
|
|
1605
730
|
}
|
|
1606
|
-
.mat-
|
|
1607
|
-
--mdc-text-
|
|
731
|
+
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
732
|
+
--mdc-filled-text-field-caret-color: #f44336;
|
|
733
|
+
--mdc-filled-text-field-focus-active-indicator-color: #f44336;
|
|
734
|
+
--mdc-filled-text-field-focus-label-text-color: #f44336;
|
|
1608
735
|
}
|
|
1609
|
-
.mat-
|
|
1610
|
-
--
|
|
1611
|
-
--
|
|
736
|
+
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
737
|
+
--mdc-outlined-text-field-caret-color: #f44336;
|
|
738
|
+
--mdc-outlined-text-field-focus-outline-color: #f44336;
|
|
739
|
+
--mdc-outlined-text-field-focus-label-text-color: #f44336;
|
|
1612
740
|
}
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
--mdc-filled-button-container-color: #1976d2;
|
|
1616
|
-
--mdc-filled-button-label-text-color: white;
|
|
741
|
+
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
742
|
+
--mat-form-field-focus-select-arrow-color: #f44336;
|
|
1617
743
|
}
|
|
1618
|
-
.mat-
|
|
1619
|
-
--mat-
|
|
1620
|
-
--mat-
|
|
744
|
+
html .blue-theme .mat-warn.mat-datepicker-content {
|
|
745
|
+
--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
|
|
746
|
+
--mat-datepicker-calendar-date-selected-state-background-color: #f44336;
|
|
747
|
+
--mat-datepicker-calendar-date-today-selected-state-outline-color: #f44336;
|
|
748
|
+
--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;
|
|
749
|
+
--mat-datepicker-calendar-date-today-outline-color: #f44336;
|
|
750
|
+
--mat-datepicker-calendar-date-preview-state-outline-color: #f44336;
|
|
1621
751
|
}
|
|
1622
|
-
.mat-mdc-
|
|
1623
|
-
--mdc-
|
|
1624
|
-
--mdc-filled-button-label-text-color: black;
|
|
752
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
753
|
+
--mdc-text-button-label-text-color: #f44336;
|
|
1625
754
|
}
|
|
1626
|
-
.mat-mdc-
|
|
1627
|
-
--
|
|
1628
|
-
--mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
755
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
756
|
+
--mdc-protected-button-label-text-color: #f44336;
|
|
1629
757
|
}
|
|
1630
|
-
.mat-mdc-
|
|
758
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
1631
759
|
--mdc-filled-button-container-color: #f44336;
|
|
1632
|
-
--mdc-filled-button-label-text-color:
|
|
760
|
+
--mdc-filled-button-label-text-color: #ffffff;
|
|
1633
761
|
}
|
|
1634
|
-
.mat-mdc-
|
|
1635
|
-
--
|
|
1636
|
-
--mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
|
|
762
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
763
|
+
--mdc-outlined-button-label-text-color: #f44336;
|
|
1637
764
|
}
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
--
|
|
1641
|
-
--mdc-protected-button-label-text-color: white;
|
|
765
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
766
|
+
--mat-text-button-state-layer-color: #f44336;
|
|
767
|
+
--mat-text-button-ripple-color: rgba(244, 67, 54, 0.12);
|
|
1642
768
|
}
|
|
1643
|
-
.mat-mdc-
|
|
1644
|
-
--mat-protected-button-state-layer-color:
|
|
1645
|
-
--mat-protected-button-ripple-color: rgba(
|
|
769
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
770
|
+
--mat-protected-button-state-layer-color: #f44336;
|
|
771
|
+
--mat-protected-button-ripple-color: rgba(244, 67, 54, 0.12);
|
|
1646
772
|
}
|
|
1647
|
-
.mat-mdc-
|
|
1648
|
-
--
|
|
1649
|
-
--
|
|
773
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
774
|
+
--mat-filled-button-state-layer-color: #ffffff;
|
|
775
|
+
--mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
|
|
1650
776
|
}
|
|
1651
|
-
.mat-mdc-
|
|
1652
|
-
--mat-
|
|
1653
|
-
--mat-
|
|
777
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
778
|
+
--mat-outlined-button-state-layer-color: #f44336;
|
|
779
|
+
--mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.12);
|
|
1654
780
|
}
|
|
1655
|
-
.mat-mdc-
|
|
1656
|
-
--mdc-
|
|
1657
|
-
--mdc-protected-button-label-text-color: white;
|
|
781
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
782
|
+
--mdc-icon-button-icon-color: #f44336;
|
|
1658
783
|
}
|
|
1659
|
-
.mat-mdc-
|
|
1660
|
-
--mat-
|
|
1661
|
-
--mat-
|
|
784
|
+
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
785
|
+
--mat-icon-button-state-layer-color: #f44336;
|
|
786
|
+
--mat-icon-button-ripple-color: rgba(244, 67, 54, 0.12);
|
|
1662
787
|
}
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
--mdc-
|
|
1666
|
-
--mdc-
|
|
788
|
+
html .blue-theme .mat-warn.mat-mdc-standard-chip {
|
|
789
|
+
--mdc-chip-elevated-selected-container-color: #ffdad6;
|
|
790
|
+
--mdc-chip-selected-hover-state-layer-color: #93000a;
|
|
791
|
+
--mdc-chip-selected-focus-state-layer-color: #93000a;
|
|
792
|
+
--mdc-chip-selected-label-text-color: #93000a;
|
|
793
|
+
--mdc-chip-with-icon-selected-icon-color: #93000a;
|
|
1667
794
|
}
|
|
1668
|
-
.mat-mdc-
|
|
1669
|
-
--mat-
|
|
1670
|
-
--mat-
|
|
795
|
+
html .blue-theme .mat-warn.mat-mdc-standard-chip {
|
|
796
|
+
--mat-chip-selected-trailing-action-state-layer-color: #93000a;
|
|
797
|
+
--mat-chip-selected-trailing-icon-color: #93000a;
|
|
1671
798
|
}
|
|
1672
|
-
.mat-mdc-
|
|
1673
|
-
|
|
1674
|
-
--mdc-
|
|
799
|
+
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
800
|
+
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
801
|
+
--mdc-checkbox-selected-pressed-icon-color: #f44336;
|
|
802
|
+
--mdc-checkbox-selected-checkmark-color: #ffffff;
|
|
803
|
+
--mdc-checkbox-selected-focus-icon-color: #f44336;
|
|
804
|
+
--mdc-checkbox-selected-hover-icon-color: #f44336;
|
|
805
|
+
--mdc-checkbox-selected-icon-color: #f44336;
|
|
806
|
+
--mdc-checkbox-selected-focus-state-layer-color: #f44336;
|
|
807
|
+
--mdc-checkbox-selected-hover-state-layer-color: #f44336;
|
|
808
|
+
--mdc-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
1675
809
|
}
|
|
1676
|
-
.mat-mdc-
|
|
1677
|
-
|
|
1678
|
-
--mat-
|
|
810
|
+
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
811
|
+
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
812
|
+
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
813
|
+
--mat-checkbox-label-text-color: #181c21;
|
|
1679
814
|
}
|
|
1680
|
-
.
|
|
1681
|
-
|
|
1682
|
-
--mdc-
|
|
815
|
+
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
816
|
+
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
817
|
+
--mdc-radio-selected-focus-icon-color: #f44336;
|
|
818
|
+
--mdc-radio-selected-hover-icon-color: #f44336;
|
|
819
|
+
--mdc-radio-selected-icon-color: #f44336;
|
|
820
|
+
--mdc-radio-selected-pressed-icon-color: #f44336;
|
|
1683
821
|
}
|
|
1684
|
-
.
|
|
1685
|
-
|
|
1686
|
-
--mat-
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
html {
|
|
1690
|
-
--mdc-text-button-container-height: 36px;
|
|
1691
|
-
}
|
|
1692
|
-
html {
|
|
1693
|
-
--mdc-filled-button-container-height: 36px;
|
|
1694
|
-
}
|
|
1695
|
-
html {
|
|
1696
|
-
--mdc-protected-button-container-height: 36px;
|
|
1697
|
-
}
|
|
1698
|
-
html {
|
|
1699
|
-
--mdc-outlined-button-container-height: 36px;
|
|
1700
|
-
}
|
|
1701
|
-
html {
|
|
1702
|
-
--mat-text-button-touch-target-display: block;
|
|
1703
|
-
}
|
|
1704
|
-
html {
|
|
1705
|
-
--mat-filled-button-touch-target-display: block;
|
|
1706
|
-
}
|
|
1707
|
-
html {
|
|
1708
|
-
--mat-protected-button-touch-target-display: block;
|
|
1709
|
-
}
|
|
1710
|
-
html {
|
|
1711
|
-
--mat-outlined-button-touch-target-display: block;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
html {
|
|
1715
|
-
--mdc-text-button-label-text-font: Roboto, sans-serif;
|
|
1716
|
-
--mdc-text-button-label-text-size: 13px;
|
|
1717
|
-
--mdc-text-button-label-text-tracking: normal;
|
|
1718
|
-
--mdc-text-button-label-text-weight: 500;
|
|
1719
|
-
--mdc-text-button-label-text-transform: none;
|
|
1720
|
-
}
|
|
1721
|
-
html {
|
|
1722
|
-
--mdc-filled-button-label-text-font: Roboto, sans-serif;
|
|
1723
|
-
--mdc-filled-button-label-text-size: 13px;
|
|
1724
|
-
--mdc-filled-button-label-text-tracking: normal;
|
|
1725
|
-
--mdc-filled-button-label-text-weight: 500;
|
|
1726
|
-
--mdc-filled-button-label-text-transform: none;
|
|
1727
|
-
}
|
|
1728
|
-
html {
|
|
1729
|
-
--mdc-protected-button-label-text-font: Roboto, sans-serif;
|
|
1730
|
-
--mdc-protected-button-label-text-size: 13px;
|
|
1731
|
-
--mdc-protected-button-label-text-tracking: normal;
|
|
1732
|
-
--mdc-protected-button-label-text-weight: 500;
|
|
1733
|
-
--mdc-protected-button-label-text-transform: none;
|
|
1734
|
-
}
|
|
1735
|
-
html {
|
|
1736
|
-
--mdc-outlined-button-label-text-font: Roboto, sans-serif;
|
|
1737
|
-
--mdc-outlined-button-label-text-size: 13px;
|
|
1738
|
-
--mdc-outlined-button-label-text-tracking: normal;
|
|
1739
|
-
--mdc-outlined-button-label-text-weight: 500;
|
|
1740
|
-
--mdc-outlined-button-label-text-transform: none;
|
|
1741
|
-
}
|
|
1742
|
-
html {
|
|
1743
|
-
--mdc-icon-button-icon-size: 24px;
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
html {
|
|
1747
|
-
--mdc-icon-button-icon-color: inherit;
|
|
1748
|
-
--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
|
|
1749
|
-
}
|
|
1750
|
-
html {
|
|
1751
|
-
--mat-icon-button-state-layer-color: black;
|
|
1752
|
-
--mat-icon-button-disabled-state-layer-color: black;
|
|
1753
|
-
--mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1754
|
-
--mat-icon-button-hover-state-layer-opacity: 0.04;
|
|
1755
|
-
--mat-icon-button-focus-state-layer-opacity: 0.12;
|
|
1756
|
-
--mat-icon-button-pressed-state-layer-opacity: 0.12;
|
|
1757
|
-
}
|
|
1758
|
-
html .mat-mdc-icon-button.mat-primary {
|
|
1759
|
-
--mdc-icon-button-icon-color: #1976d2;
|
|
822
|
+
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
823
|
+
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
824
|
+
--mat-radio-checked-ripple-color: #f44336;
|
|
1760
825
|
}
|
|
1761
|
-
html .
|
|
1762
|
-
--
|
|
1763
|
-
--mat-icon-button-ripple-color: rgba(25, 118, 210, 0.1);
|
|
826
|
+
html .blue-theme .mdc-fab {
|
|
827
|
+
--mdc-fab-container-color: var(--mat-sys-on-primary);
|
|
1764
828
|
}
|
|
1765
|
-
html .
|
|
1766
|
-
--
|
|
829
|
+
html .blue-theme .mdc-fab {
|
|
830
|
+
--mat-fab-foreground-color: var(--mat-sys-primary);
|
|
1767
831
|
}
|
|
1768
|
-
html .
|
|
1769
|
-
--
|
|
1770
|
-
--mat-icon-button-ripple-color: rgba(144, 202, 249, 0.1);
|
|
832
|
+
html .blue-theme .mdc-fab {
|
|
833
|
+
--mdc-fab-small-container-color: var(--mat-sys-on-primary);
|
|
1771
834
|
}
|
|
1772
|
-
html .
|
|
1773
|
-
--
|
|
835
|
+
html .blue-theme .mdc-fab {
|
|
836
|
+
--mat-fab-small-foreground-color: var(--mat-sys-primary);
|
|
1774
837
|
}
|
|
1775
|
-
html .
|
|
1776
|
-
--
|
|
1777
|
-
--mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
|
|
838
|
+
html .blue-theme .mdc-button.mat-warn {
|
|
839
|
+
--mdc-filled-button-container-color: var(--mat-sys-error);
|
|
1778
840
|
}
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
--mat-icon-button-touch-target-display: block;
|
|
841
|
+
html .blue-theme .mdc-button.mat-primary {
|
|
842
|
+
--mdc-filled-button-container-color: var(--mat-sys-primary);
|
|
1782
843
|
}
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
--mdc-icon-button-state-layer-size: 48px;
|
|
1786
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
1787
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
1788
|
-
padding: 12px;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
html {
|
|
1792
|
-
--mdc-fab-container-shape: 50%;
|
|
1793
|
-
--mdc-fab-container-elevation-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);
|
|
1794
|
-
--mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1795
|
-
--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1796
|
-
--mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
1797
|
-
}
|
|
1798
|
-
html {
|
|
1799
|
-
--mdc-fab-small-container-shape: 50%;
|
|
1800
|
-
--mdc-fab-small-container-elevation-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);
|
|
1801
|
-
--mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1802
|
-
--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1803
|
-
--mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
1804
|
-
}
|
|
1805
|
-
html {
|
|
1806
|
-
--mdc-extended-fab-container-height: 48px;
|
|
1807
|
-
--mdc-extended-fab-container-shape: 24px;
|
|
1808
|
-
--mdc-extended-fab-container-elevation-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);
|
|
1809
|
-
--mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1810
|
-
--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1811
|
-
--mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
html {
|
|
1815
|
-
--mdc-fab-container-color: white;
|
|
1816
|
-
}
|
|
1817
|
-
html {
|
|
1818
|
-
--mat-fab-foreground-color: black;
|
|
1819
|
-
--mat-fab-state-layer-color: black;
|
|
1820
|
-
--mat-fab-disabled-state-layer-color: black;
|
|
1821
|
-
--mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1822
|
-
--mat-fab-hover-state-layer-opacity: 0.04;
|
|
1823
|
-
--mat-fab-focus-state-layer-opacity: 0.12;
|
|
1824
|
-
--mat-fab-pressed-state-layer-opacity: 0.12;
|
|
1825
|
-
--mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
|
|
1826
|
-
--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
|
|
1827
|
-
}
|
|
1828
|
-
html {
|
|
1829
|
-
--mdc-fab-small-container-color: white;
|
|
1830
|
-
}
|
|
1831
|
-
html {
|
|
1832
|
-
--mat-fab-small-foreground-color: black;
|
|
1833
|
-
--mat-fab-small-state-layer-color: black;
|
|
1834
|
-
--mat-fab-small-disabled-state-layer-color: black;
|
|
1835
|
-
--mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1836
|
-
--mat-fab-small-hover-state-layer-opacity: 0.04;
|
|
1837
|
-
--mat-fab-small-focus-state-layer-opacity: 0.12;
|
|
1838
|
-
--mat-fab-small-pressed-state-layer-opacity: 0.12;
|
|
1839
|
-
--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
|
|
1840
|
-
--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
|
|
1841
|
-
}
|
|
1842
|
-
html .mat-mdc-fab.mat-primary {
|
|
1843
|
-
--mdc-fab-container-color: #1976d2;
|
|
1844
|
-
}
|
|
1845
|
-
html .mat-mdc-fab.mat-primary {
|
|
1846
|
-
--mat-fab-foreground-color: white;
|
|
1847
|
-
--mat-fab-state-layer-color: white;
|
|
1848
|
-
--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
|
|
1849
|
-
}
|
|
1850
|
-
html .mat-mdc-fab.mat-accent {
|
|
1851
|
-
--mdc-fab-container-color: #90caf9;
|
|
1852
|
-
}
|
|
1853
|
-
html .mat-mdc-fab.mat-accent {
|
|
1854
|
-
--mat-fab-foreground-color: black;
|
|
1855
|
-
--mat-fab-state-layer-color: black;
|
|
1856
|
-
--mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1857
|
-
}
|
|
1858
|
-
html .mat-mdc-fab.mat-warn {
|
|
1859
|
-
--mdc-fab-container-color: #f44336;
|
|
1860
|
-
}
|
|
1861
|
-
html .mat-mdc-fab.mat-warn {
|
|
1862
|
-
--mat-fab-foreground-color: white;
|
|
1863
|
-
--mat-fab-state-layer-color: white;
|
|
1864
|
-
--mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
|
|
1865
|
-
}
|
|
1866
|
-
html .mat-mdc-mini-fab.mat-primary {
|
|
1867
|
-
--mdc-fab-small-container-color: #1976d2;
|
|
1868
|
-
}
|
|
1869
|
-
html .mat-mdc-mini-fab.mat-primary {
|
|
1870
|
-
--mat-fab-small-foreground-color: white;
|
|
1871
|
-
--mat-fab-small-state-layer-color: white;
|
|
1872
|
-
--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
|
|
1873
|
-
}
|
|
1874
|
-
html .mat-mdc-mini-fab.mat-accent {
|
|
1875
|
-
--mdc-fab-small-container-color: #90caf9;
|
|
1876
|
-
}
|
|
1877
|
-
html .mat-mdc-mini-fab.mat-accent {
|
|
1878
|
-
--mat-fab-small-foreground-color: black;
|
|
1879
|
-
--mat-fab-small-state-layer-color: black;
|
|
1880
|
-
--mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
|
|
1881
|
-
}
|
|
1882
|
-
html .mat-mdc-mini-fab.mat-warn {
|
|
1883
|
-
--mdc-fab-small-container-color: #f44336;
|
|
1884
|
-
}
|
|
1885
|
-
html .mat-mdc-mini-fab.mat-warn {
|
|
1886
|
-
--mat-fab-small-foreground-color: white;
|
|
1887
|
-
--mat-fab-small-state-layer-color: white;
|
|
1888
|
-
--mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
html {
|
|
1892
|
-
--mat-fab-touch-target-display: block;
|
|
1893
|
-
}
|
|
1894
|
-
html {
|
|
1895
|
-
--mat-fab-small-touch-target-display: block;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
html {
|
|
1899
|
-
--mdc-extended-fab-label-text-font: Roboto, sans-serif;
|
|
1900
|
-
--mdc-extended-fab-label-text-size: 13px;
|
|
1901
|
-
--mdc-extended-fab-label-text-tracking: normal;
|
|
1902
|
-
--mdc-extended-fab-label-text-weight: 500;
|
|
1903
|
-
}
|
|
1904
|
-
html {
|
|
1905
|
-
--mdc-snackbar-container-shape: 4px;
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
html {
|
|
1909
|
-
--mdc-snackbar-container-color: #333333;
|
|
1910
|
-
--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
|
|
1911
|
-
}
|
|
1912
|
-
html {
|
|
1913
|
-
--mat-snack-bar-button-color: #bbdefb;
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
|
-
html {
|
|
1917
|
-
--mdc-snackbar-supporting-text-font: Roboto, sans-serif;
|
|
1918
|
-
--mdc-snackbar-supporting-text-line-height: 18px;
|
|
1919
|
-
--mdc-snackbar-supporting-text-size: 12px;
|
|
1920
|
-
--mdc-snackbar-supporting-text-weight: 400;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
html {
|
|
1924
|
-
--mat-table-row-item-outline-width: 1px;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
html {
|
|
1928
|
-
--mat-table-background-color: white;
|
|
1929
|
-
--mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
|
|
1930
|
-
--mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
|
|
1931
|
-
--mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
html {
|
|
1935
|
-
--mat-table-header-container-height: 56px;
|
|
1936
|
-
--mat-table-footer-container-height: 52px;
|
|
1937
|
-
--mat-table-row-item-container-height: 52px;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
html {
|
|
1941
|
-
--mat-table-header-headline-font: Roboto, sans-serif;
|
|
1942
|
-
--mat-table-header-headline-line-height: 22px;
|
|
1943
|
-
--mat-table-header-headline-size: 12px;
|
|
1944
|
-
--mat-table-header-headline-weight: 500;
|
|
1945
|
-
--mat-table-header-headline-tracking: normal;
|
|
1946
|
-
--mat-table-row-item-label-text-font: Roboto, sans-serif;
|
|
1947
|
-
--mat-table-row-item-label-text-line-height: 18px;
|
|
1948
|
-
--mat-table-row-item-label-text-size: 12px;
|
|
1949
|
-
--mat-table-row-item-label-text-weight: 400;
|
|
1950
|
-
--mat-table-row-item-label-text-tracking: normal;
|
|
1951
|
-
--mat-table-footer-supporting-text-font: Roboto, sans-serif;
|
|
1952
|
-
--mat-table-footer-supporting-text-line-height: 18px;
|
|
1953
|
-
--mat-table-footer-supporting-text-size: 12px;
|
|
1954
|
-
--mat-table-footer-supporting-text-weight: 400;
|
|
1955
|
-
--mat-table-footer-supporting-text-tracking: normal;
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
html {
|
|
1959
|
-
--mdc-circular-progress-active-indicator-width: 4px;
|
|
1960
|
-
--mdc-circular-progress-size: 48px;
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
html {
|
|
1964
|
-
--mdc-circular-progress-active-indicator-color: #1976d2;
|
|
844
|
+
html .blue-theme .mdc-fab.mat-warn {
|
|
845
|
+
--mdc-fab-container-color: var(--mat-sys-error);
|
|
1965
846
|
}
|
|
1966
|
-
html .mat-
|
|
1967
|
-
--
|
|
847
|
+
html .blue-theme .mdc-fab.mat-warn {
|
|
848
|
+
--mat-fab-foreground-color: var(--mat-sys-on-primary);
|
|
1968
849
|
}
|
|
1969
|
-
html .mat-warn {
|
|
1970
|
-
--mdc-
|
|
850
|
+
html .blue-theme .mdc-fab.mat-warn {
|
|
851
|
+
--mdc-fab-small-container-color: var(--mat-sys-error);
|
|
1971
852
|
}
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
--mat-badge-container-shape: 50%;
|
|
1975
|
-
--mat-badge-container-size: unset;
|
|
1976
|
-
--mat-badge-small-size-container-size: unset;
|
|
1977
|
-
--mat-badge-large-size-container-size: unset;
|
|
1978
|
-
--mat-badge-legacy-container-size: 22px;
|
|
1979
|
-
--mat-badge-legacy-small-size-container-size: 16px;
|
|
1980
|
-
--mat-badge-legacy-large-size-container-size: 28px;
|
|
1981
|
-
--mat-badge-container-offset: -11px 0;
|
|
1982
|
-
--mat-badge-small-size-container-offset: -8px 0;
|
|
1983
|
-
--mat-badge-large-size-container-offset: -14px 0;
|
|
1984
|
-
--mat-badge-container-overlap-offset: -11px;
|
|
1985
|
-
--mat-badge-small-size-container-overlap-offset: -8px;
|
|
1986
|
-
--mat-badge-large-size-container-overlap-offset: -14px;
|
|
1987
|
-
--mat-badge-container-padding: 0;
|
|
1988
|
-
--mat-badge-small-size-container-padding: 0;
|
|
1989
|
-
--mat-badge-large-size-container-padding: 0;
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
html {
|
|
1993
|
-
--mat-badge-background-color: #1976d2;
|
|
1994
|
-
--mat-badge-text-color: white;
|
|
1995
|
-
--mat-badge-disabled-state-background-color: #b9b9b9;
|
|
1996
|
-
--mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.mat-badge-accent {
|
|
2000
|
-
--mat-badge-background-color: #90caf9;
|
|
2001
|
-
--mat-badge-text-color: rgba(0, 0, 0, 0.87);
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
.mat-badge-warn {
|
|
2005
|
-
--mat-badge-background-color: #f44336;
|
|
2006
|
-
--mat-badge-text-color: white;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
|
-
html {
|
|
2010
|
-
--mat-badge-text-font: Roboto, sans-serif;
|
|
2011
|
-
--mat-badge-line-height: 22px;
|
|
2012
|
-
--mat-badge-text-size: 12px;
|
|
2013
|
-
--mat-badge-text-weight: 600;
|
|
2014
|
-
--mat-badge-small-size-text-size: 9px;
|
|
2015
|
-
--mat-badge-small-size-line-height: 16px;
|
|
2016
|
-
--mat-badge-large-size-text-size: 24px;
|
|
2017
|
-
--mat-badge-large-size-line-height: 28px;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
html {
|
|
2021
|
-
--mat-bottom-sheet-container-shape: 4px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
html {
|
|
2025
|
-
--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2026
|
-
--mat-bottom-sheet-container-background-color: white;
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
html {
|
|
2030
|
-
--mat-bottom-sheet-container-text-font: Roboto, sans-serif;
|
|
2031
|
-
--mat-bottom-sheet-container-text-line-height: 18px;
|
|
2032
|
-
--mat-bottom-sheet-container-text-size: 12px;
|
|
2033
|
-
--mat-bottom-sheet-container-text-tracking: normal;
|
|
2034
|
-
--mat-bottom-sheet-container-text-weight: 400;
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
html {
|
|
2038
|
-
--mat-legacy-button-toggle-height: 36px;
|
|
2039
|
-
--mat-legacy-button-toggle-shape: 2px;
|
|
2040
|
-
--mat-legacy-button-toggle-focus-state-layer-opacity: 1;
|
|
2041
|
-
}
|
|
2042
|
-
html {
|
|
2043
|
-
--mat-standard-button-toggle-shape: 4px;
|
|
2044
|
-
--mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
|
|
2045
|
-
--mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
html {
|
|
2049
|
-
--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
|
|
2050
|
-
--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
|
|
2051
|
-
--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
|
|
2052
|
-
--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
|
|
2053
|
-
--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
|
|
2054
|
-
--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
|
|
2055
|
-
--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
|
|
2056
|
-
}
|
|
2057
|
-
html {
|
|
2058
|
-
--mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
|
|
2059
|
-
--mat-standard-button-toggle-background-color: white;
|
|
2060
|
-
--mat-standard-button-toggle-state-layer-color: black;
|
|
2061
|
-
--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
|
|
2062
|
-
--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
|
|
2063
|
-
--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
|
|
2064
|
-
--mat-standard-button-toggle-disabled-state-background-color: white;
|
|
2065
|
-
--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
|
|
2066
|
-
--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
|
|
2067
|
-
--mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
html {
|
|
2071
|
-
--mat-standard-button-toggle-height: 48px;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
html {
|
|
2075
|
-
--mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
|
|
2076
|
-
--mat-legacy-button-toggle-label-text-line-height: 22px;
|
|
2077
|
-
--mat-legacy-button-toggle-label-text-size: 14px;
|
|
2078
|
-
--mat-legacy-button-toggle-label-text-tracking: normal;
|
|
2079
|
-
--mat-legacy-button-toggle-label-text-weight: 400;
|
|
2080
|
-
}
|
|
2081
|
-
html {
|
|
2082
|
-
--mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
|
|
2083
|
-
--mat-standard-button-toggle-label-text-line-height: 22px;
|
|
2084
|
-
--mat-standard-button-toggle-label-text-size: 14px;
|
|
2085
|
-
--mat-standard-button-toggle-label-text-tracking: normal;
|
|
2086
|
-
--mat-standard-button-toggle-label-text-weight: 400;
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
html {
|
|
2090
|
-
--mat-datepicker-calendar-container-shape: 4px;
|
|
2091
|
-
--mat-datepicker-calendar-container-touch-shape: 4px;
|
|
2092
|
-
--mat-datepicker-calendar-container-elevation-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);
|
|
2093
|
-
--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
html {
|
|
2097
|
-
--mat-datepicker-calendar-date-selected-state-text-color: white;
|
|
2098
|
-
--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
|
|
2099
|
-
--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 118, 210, 0.4);
|
|
2100
|
-
--mat-datepicker-calendar-date-today-selected-state-outline-color: white;
|
|
2101
|
-
--mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 118, 210, 0.3);
|
|
2102
|
-
--mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 118, 210, 0.3);
|
|
2103
|
-
--mat-datepicker-toggle-active-state-icon-color: #1976d2;
|
|
2104
|
-
--mat-datepicker-calendar-date-in-range-state-background-color: rgba(25, 118, 210, 0.2);
|
|
2105
|
-
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
|
|
2106
|
-
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
|
|
2107
|
-
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
|
|
2108
|
-
--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
|
|
2109
|
-
--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
|
|
2110
|
-
--mat-datepicker-calendar-period-button-text-color: black;
|
|
2111
|
-
--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
|
|
2112
|
-
--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
|
|
2113
|
-
--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
|
|
2114
|
-
--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
|
|
2115
|
-
--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
|
|
2116
|
-
--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
|
|
2117
|
-
--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
|
|
2118
|
-
--mat-datepicker-calendar-date-outline-color: transparent;
|
|
2119
|
-
--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
|
|
2120
|
-
--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
|
|
2121
|
-
--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
|
|
2122
|
-
--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
|
|
2123
|
-
--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
|
|
2124
|
-
--mat-datepicker-calendar-container-background-color: white;
|
|
2125
|
-
--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
.mat-datepicker-content.mat-accent {
|
|
2129
|
-
--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
|
|
2130
|
-
--mat-datepicker-calendar-date-selected-state-background-color: #90caf9;
|
|
2131
|
-
--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(144, 202, 249, 0.4);
|
|
2132
|
-
--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
|
|
2133
|
-
--mat-datepicker-calendar-date-focus-state-background-color: rgba(144, 202, 249, 0.3);
|
|
2134
|
-
--mat-datepicker-calendar-date-hover-state-background-color: rgba(144, 202, 249, 0.3);
|
|
2135
|
-
--mat-datepicker-calendar-date-in-range-state-background-color: rgba(144, 202, 249, 0.2);
|
|
2136
|
-
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
|
|
2137
|
-
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
|
|
2138
|
-
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
|
|
2139
|
-
}
|
|
2140
|
-
.mat-datepicker-content.mat-warn {
|
|
2141
|
-
--mat-datepicker-calendar-date-selected-state-text-color: white;
|
|
2142
|
-
--mat-datepicker-calendar-date-selected-state-background-color: #f44336;
|
|
2143
|
-
--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
|
|
2144
|
-
--mat-datepicker-calendar-date-today-selected-state-outline-color: white;
|
|
2145
|
-
--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
|
|
2146
|
-
--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
|
|
2147
|
-
--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
|
|
2148
|
-
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
|
|
2149
|
-
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
|
|
2150
|
-
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
.mat-datepicker-toggle-active.mat-accent {
|
|
2154
|
-
--mat-datepicker-toggle-active-state-icon-color: #90caf9;
|
|
2155
|
-
}
|
|
2156
|
-
.mat-datepicker-toggle-active.mat-warn {
|
|
2157
|
-
--mat-datepicker-toggle-active-state-icon-color: #f44336;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
.mat-calendar-controls {
|
|
2161
|
-
--mat-icon-button-touch-target-display: none;
|
|
853
|
+
html .blue-theme .mdc-fab.mat-warn {
|
|
854
|
+
--mat-fab-small-foreground-color: var(--mat-sys-on-primary);
|
|
2162
855
|
}
|
|
2163
|
-
.
|
|
2164
|
-
--mdc-
|
|
2165
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
2166
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
2167
|
-
padding: 8px;
|
|
856
|
+
html .blue-theme .mdc-fab.mat-primary {
|
|
857
|
+
--mdc-fab-container-color: var(--mat-sys-primary);
|
|
2168
858
|
}
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
--mat-datepicker-calendar-text-font: Roboto, sans-serif;
|
|
2172
|
-
--mat-datepicker-calendar-text-size: 13px;
|
|
2173
|
-
--mat-datepicker-calendar-body-label-text-size: 13px;
|
|
2174
|
-
--mat-datepicker-calendar-body-label-text-weight: 500;
|
|
2175
|
-
--mat-datepicker-calendar-period-button-text-size: 13px;
|
|
2176
|
-
--mat-datepicker-calendar-period-button-text-weight: 500;
|
|
2177
|
-
--mat-datepicker-calendar-header-text-size: 11px;
|
|
2178
|
-
--mat-datepicker-calendar-header-text-weight: 400;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
html {
|
|
2182
|
-
--mat-divider-width: 1px;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
html {
|
|
2186
|
-
--mat-divider-color: rgba(0, 0, 0, 0.12);
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
|
-
html {
|
|
2190
|
-
--mat-expansion-container-shape: 4px;
|
|
2191
|
-
--mat-expansion-legacy-header-indicator-display: inline-block;
|
|
2192
|
-
--mat-expansion-header-indicator-display: none;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
html {
|
|
2196
|
-
--mat-expansion-container-background-color: white;
|
|
2197
|
-
--mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2198
|
-
--mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
|
|
2199
|
-
--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
2200
|
-
--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
2201
|
-
--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
|
|
2202
|
-
--mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
|
|
2203
|
-
--mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
|
|
2204
|
-
--mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
html {
|
|
2208
|
-
--mat-expansion-header-collapsed-state-height: 48px;
|
|
2209
|
-
--mat-expansion-header-expanded-state-height: 64px;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
html {
|
|
2213
|
-
--mat-expansion-header-text-font: Roboto, sans-serif;
|
|
2214
|
-
--mat-expansion-header-text-size: 12px;
|
|
2215
|
-
--mat-expansion-header-text-weight: 500;
|
|
2216
|
-
--mat-expansion-header-text-line-height: inherit;
|
|
2217
|
-
--mat-expansion-header-text-tracking: inherit;
|
|
2218
|
-
--mat-expansion-container-text-font: Roboto, sans-serif;
|
|
2219
|
-
--mat-expansion-container-text-line-height: 18px;
|
|
2220
|
-
--mat-expansion-container-text-size: 12px;
|
|
2221
|
-
--mat-expansion-container-text-tracking: normal;
|
|
2222
|
-
--mat-expansion-container-text-weight: 400;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
html {
|
|
2226
|
-
--mat-grid-list-tile-header-primary-text-size: 12px;
|
|
2227
|
-
--mat-grid-list-tile-header-secondary-text-size: 12px;
|
|
2228
|
-
--mat-grid-list-tile-footer-primary-text-size: 12px;
|
|
2229
|
-
--mat-grid-list-tile-footer-secondary-text-size: 12px;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
html {
|
|
2233
|
-
--mat-icon-color: inherit;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
.mat-icon.mat-primary {
|
|
2237
|
-
--mat-icon-color: #1976d2;
|
|
859
|
+
html .blue-theme .mdc-fab.mat-primary {
|
|
860
|
+
--mat-fab-foreground-color: var(--mat-sys-on-primary);
|
|
2238
861
|
}
|
|
2239
|
-
.
|
|
2240
|
-
--
|
|
862
|
+
html .blue-theme .mdc-fab.mat-primary {
|
|
863
|
+
--mdc-fab-small-container-color: var(--mat-sys-primary);
|
|
2241
864
|
}
|
|
2242
|
-
.
|
|
2243
|
-
--mat-
|
|
865
|
+
html .blue-theme .mdc-fab.mat-primary {
|
|
866
|
+
--mat-fab-small-foreground-color: var(--mat-sys-on-primary);
|
|
867
|
+
}
|
|
868
|
+
html .blue-theme .mdc-icon-button.mat-warn {
|
|
869
|
+
--mdc-icon-button-icon-color: var(--mat-sys-error);
|
|
870
|
+
}
|
|
871
|
+
html .blue-theme .mdc-icon-button.mat-primary {
|
|
872
|
+
--mdc-icon-button-icon-color: var(--mat-sys-primary);
|
|
2244
873
|
}
|
|
2245
|
-
|
|
2246
|
-
html {
|
|
874
|
+
html .blue-theme {
|
|
2247
875
|
--mat-sidenav-container-shape: 0;
|
|
2248
|
-
--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
|
|
2249
|
-
--mat-sidenav-container-width: auto;
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
html {
|
|
2253
|
-
--mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
|
|
2254
|
-
--mat-sidenav-container-background-color: white;
|
|
2255
|
-
--mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2256
|
-
--mat-sidenav-content-background-color: #fafafa;
|
|
2257
|
-
--mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
|
|
2258
|
-
--mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
html {
|
|
2262
|
-
--mat-stepper-header-icon-foreground-color: white;
|
|
2263
|
-
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
2264
|
-
--mat-stepper-header-selected-state-icon-foreground-color: white;
|
|
2265
|
-
--mat-stepper-header-done-state-icon-background-color: #1976d2;
|
|
2266
|
-
--mat-stepper-header-done-state-icon-foreground-color: white;
|
|
2267
|
-
--mat-stepper-header-edit-state-icon-background-color: #1976d2;
|
|
2268
|
-
--mat-stepper-header-edit-state-icon-foreground-color: white;
|
|
2269
|
-
--mat-stepper-container-color: white;
|
|
2270
|
-
--mat-stepper-line-color: rgba(0, 0, 0, 0.12);
|
|
2271
|
-
--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
2272
|
-
--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
|
|
2273
|
-
--mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
|
|
2274
|
-
--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
|
|
2275
|
-
--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
|
|
2276
|
-
--mat-stepper-header-error-state-label-text-color: #f44336;
|
|
2277
|
-
--mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
|
|
2278
|
-
--mat-stepper-header-error-state-icon-foreground-color: #f44336;
|
|
2279
|
-
--mat-stepper-header-error-state-icon-background-color: transparent;
|
|
2280
|
-
}
|
|
2281
|
-
html .mat-step-header.mat-accent {
|
|
2282
|
-
--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
|
|
2283
|
-
--mat-stepper-header-selected-state-icon-background-color: #90caf9;
|
|
2284
|
-
--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
|
|
2285
|
-
--mat-stepper-header-done-state-icon-background-color: #90caf9;
|
|
2286
|
-
--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
|
|
2287
|
-
--mat-stepper-header-edit-state-icon-background-color: #90caf9;
|
|
2288
|
-
--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
|
|
2289
|
-
}
|
|
2290
|
-
html .mat-step-header.mat-warn {
|
|
2291
|
-
--mat-stepper-header-icon-foreground-color: white;
|
|
2292
|
-
--mat-stepper-header-selected-state-icon-background-color: #f44336;
|
|
2293
|
-
--mat-stepper-header-selected-state-icon-foreground-color: white;
|
|
2294
|
-
--mat-stepper-header-done-state-icon-background-color: #f44336;
|
|
2295
|
-
--mat-stepper-header-done-state-icon-foreground-color: white;
|
|
2296
|
-
--mat-stepper-header-edit-state-icon-background-color: #f44336;
|
|
2297
|
-
--mat-stepper-header-edit-state-icon-foreground-color: white;
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
html {
|
|
2301
|
-
--mat-stepper-header-height: 72px;
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
html {
|
|
2305
|
-
--mat-stepper-container-text-font: Roboto, sans-serif;
|
|
2306
|
-
--mat-stepper-header-label-text-font: Roboto, sans-serif;
|
|
2307
|
-
--mat-stepper-header-label-text-size: 12px;
|
|
2308
|
-
--mat-stepper-header-label-text-weight: 400;
|
|
2309
|
-
--mat-stepper-header-error-state-label-text-size: 14px;
|
|
2310
|
-
--mat-stepper-header-selected-state-label-text-size: 14px;
|
|
2311
|
-
--mat-stepper-header-selected-state-label-text-weight: 400;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
html {
|
|
2315
|
-
--mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
html {
|
|
2319
|
-
--mat-toolbar-container-background-color: whitesmoke;
|
|
2320
|
-
--mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.mat-toolbar.mat-primary {
|
|
2324
|
-
--mat-toolbar-container-background-color: #1976d2;
|
|
2325
|
-
--mat-toolbar-container-text-color: white;
|
|
2326
|
-
}
|
|
2327
|
-
.mat-toolbar.mat-accent {
|
|
2328
|
-
--mat-toolbar-container-background-color: #90caf9;
|
|
2329
|
-
--mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
|
|
2330
|
-
}
|
|
2331
|
-
.mat-toolbar.mat-warn {
|
|
2332
|
-
--mat-toolbar-container-background-color: #f44336;
|
|
2333
|
-
--mat-toolbar-container-text-color: white;
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
html {
|
|
2337
|
-
--mat-toolbar-standard-height: 64px;
|
|
2338
|
-
--mat-toolbar-mobile-height: 56px;
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
html {
|
|
2342
|
-
--mat-toolbar-title-text-font: Roboto, sans-serif;
|
|
2343
|
-
--mat-toolbar-title-text-line-height: 30px;
|
|
2344
|
-
--mat-toolbar-title-text-size: 20px;
|
|
2345
|
-
--mat-toolbar-title-text-tracking: normal;
|
|
2346
|
-
--mat-toolbar-title-text-weight: 400;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
html {
|
|
2350
|
-
--mat-tree-container-background-color: white;
|
|
2351
|
-
--mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
html {
|
|
2355
|
-
--mat-tree-node-min-height: 48px;
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
html {
|
|
2359
|
-
--mat-tree-node-text-font: Roboto, sans-serif;
|
|
2360
|
-
--mat-tree-node-text-size: 12px;
|
|
2361
|
-
--mat-tree-node-text-weight: 400;
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
html {
|
|
2365
|
-
--mat-timepicker-container-shape: 4px;
|
|
2366
|
-
--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
html {
|
|
2370
|
-
--mat-timepicker-container-background-color: white;
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
html {
|
|
2374
|
-
--mat-standard-button-toggle-height: 36px;
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
mat-button-toggle {
|
|
2378
|
-
color: black !important;
|
|
2379
|
-
}
|
|
2380
|
-
mat-button-toggle.mat-button-toggle-checked {
|
|
2381
|
-
background-color: #90caf9;
|
|
2382
|
-
color: #424242;
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
mat-tab-group,
|
|
2386
|
-
mat-tab-group ::ng-deep .mat-mdc-tab-body-wrapper {
|
|
2387
|
-
height: 100%;
|
|
2388
|
-
overflow: hidden;
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
.toast-error {
|
|
2392
|
-
background-color: #f44336 !important;
|
|
2393
|
-
}
|
|
2394
|
-
|
|
2395
|
-
.toast-info {
|
|
2396
|
-
background-color: #1976d2 !important;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.toast-no-icon {
|
|
2400
|
-
background-image: none;
|
|
2401
|
-
padding-left: 6%;
|
|
2402
876
|
}
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
font-weight: bold;
|
|
877
|
+
html .blue-theme .toast-error {
|
|
878
|
+
background-color: var(--mat-sys-error) !important;
|
|
2406
879
|
}
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
background-color: rgba(224, 224, 224, 0.64);
|
|
880
|
+
html .blue-theme .toast-info {
|
|
881
|
+
background-color: var(--mat-sys-primary) !important;
|
|
2410
882
|
}
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
883
|
+
html .blue-theme .toast-no-icon {
|
|
884
|
+
background-image: none;
|
|
885
|
+
padding-left: 6%;
|
|
2414
886
|
}
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
2418
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
2419
|
-
padding: 8px;
|
|
887
|
+
html .blue-theme .toast-title {
|
|
888
|
+
font-weight: bold;
|
|
2420
889
|
}
|
|
2421
|
-
igo-actionbar-item {
|
|
890
|
+
html .blue-theme igo-actionbar-item {
|
|
2422
891
|
--mdc-list-list-item-one-line-container-height: 40px;
|
|
2423
892
|
--mdc-list-list-item-two-line-container-height: 56px;
|
|
2424
893
|
--mdc-list-list-item-three-line-container-height: 80px;
|
|
2425
894
|
}
|
|
2426
|
-
igo-actionbar-item {
|
|
895
|
+
html .blue-theme igo-actionbar-item {
|
|
2427
896
|
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
2428
897
|
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
2429
898
|
}
|
|
2430
|
-
igo-actionbar-item .mdc-list-item__start,
|
|
2431
|
-
igo-actionbar-item .mdc-list-item__end {
|
|
899
|
+
html .blue-theme igo-actionbar-item .mdc-list-item__start,
|
|
900
|
+
html .blue-theme igo-actionbar-item .mdc-list-item__end {
|
|
2432
901
|
--mdc-radio-state-layer-size: 32px;
|
|
2433
902
|
}
|
|
2434
|
-
igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
903
|
+
html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
2435
904
|
height: 48px;
|
|
2436
905
|
}
|
|
2437
|
-
igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
906
|
+
html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
2438
907
|
height: 64px;
|
|
2439
908
|
}
|
|
2440
|
-
|
|
2441
|
-
mat-icon[igocollapse]:hover {
|
|
2442
|
-
cursor: pointer;
|
|
2443
|
-
}
|
|
2444
|
-
mat-icon[igocollapse].igo-chevron {
|
|
2445
|
-
width: auto !important;
|
|
2446
|
-
transform: rotateZ(0deg);
|
|
2447
|
-
transition: 300ms ease-in-out;
|
|
2448
|
-
}
|
|
2449
|
-
mat-icon[igocollapse].igo-chevron.collapsed {
|
|
2450
|
-
transform: rotateZ(180deg);
|
|
2451
|
-
transition: 300ms ease-in-out;
|
|
2452
|
-
}
|
|
2453
|
-
|
|
2454
|
-
div.igo-collapsed {
|
|
2455
|
-
display: none !important;
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-highlighted {
|
|
2459
|
-
background-color: #82b1ff;
|
|
2460
|
-
color: white;
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
igo-entity-table .mat-mdc-table thead {
|
|
2464
|
-
background-color: #fafafa;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
igo-entity-table {
|
|
909
|
+
html .blue-theme igo-entity-table {
|
|
2468
910
|
--mat-table-header-container-height: 52px;
|
|
2469
911
|
--mat-table-footer-container-height: 48px;
|
|
2470
912
|
--mat-table-row-item-container-height: 48px;
|
|
2471
913
|
}
|
|
2472
|
-
|
|
2473
|
-
igo-entity-selector {
|
|
914
|
+
html .blue-theme igo-entity-selector {
|
|
2474
915
|
--mat-form-field-container-height: 48px;
|
|
2475
916
|
--mat-form-field-filled-label-display: none;
|
|
2476
917
|
--mat-form-field-container-vertical-padding: 12px;
|
|
2477
918
|
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
2478
919
|
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
2479
920
|
}
|
|
2480
|
-
|
|
2481
|
-
igo-list {
|
|
2482
|
-
--mat-icon-button-touch-target-display: block;
|
|
2483
|
-
}
|
|
2484
|
-
igo-list .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2485
|
-
--mdc-icon-button-state-layer-size: 48px;
|
|
2486
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
2487
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
2488
|
-
padding: 12px;
|
|
2489
|
-
}
|
|
2490
|
-
igo-list {
|
|
2491
|
-
--mdc-list-list-item-one-line-container-height: 48px;
|
|
2492
|
-
--mdc-list-list-item-two-line-container-height: 64px;
|
|
2493
|
-
--mdc-list-list-item-three-line-container-height: 88px;
|
|
2494
|
-
}
|
|
2495
|
-
igo-list {
|
|
2496
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
2497
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
2498
|
-
}
|
|
2499
|
-
igo-list .mdc-list-item__start,
|
|
2500
|
-
igo-list .mdc-list-item__end {
|
|
2501
|
-
--mdc-radio-state-layer-size: 40px;
|
|
2502
|
-
}
|
|
2503
|
-
igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
2504
|
-
height: 56px;
|
|
2505
|
-
}
|
|
2506
|
-
igo-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
2507
|
-
height: 72px;
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
igo-list [igolistitem][color=primary].igo-list-item-selected > mat-list-item {
|
|
2511
|
-
background-color: #1976d2;
|
|
2512
|
-
color: white;
|
|
2513
|
-
}
|
|
2514
|
-
igo-list [igolistitem][color=primary]:not(.igo-list-item-disabled):hover > mat-list-item, igo-list [igolistitem][color=primary].igo-list-item-focused > mat-list-item {
|
|
2515
|
-
background-color: #42a5f5;
|
|
2516
|
-
color: white;
|
|
2517
|
-
}
|
|
2518
|
-
igo-list [igolistitem][color=accent].igo-list-item-selected > mat-list-item {
|
|
2519
|
-
background-color: #90caf9;
|
|
2520
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2521
|
-
}
|
|
2522
|
-
igo-list [igolistitem][color=accent]:not(.igo-list-item-disabled):hover > mat-list-item, igo-list [igolistitem][color=accent].igo-list-item-focused > mat-list-item {
|
|
2523
|
-
background-color: #bbdefb;
|
|
2524
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2525
|
-
}
|
|
2526
|
-
igo-list [igolistitem].igo-list-item-disabled > mat-list-item {
|
|
2527
|
-
color: rgba(0, 0, 0, 0.38);
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
igo-panel > .igo-panel-header {
|
|
2531
|
-
background-color: #1976d2;
|
|
2532
|
-
color: white;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
igo-panel {
|
|
921
|
+
html .blue-theme igo-panel {
|
|
2536
922
|
--mat-icon-button-touch-target-display: none;
|
|
2537
923
|
}
|
|
2538
|
-
igo-panel .mat-mdc-icon-button.mat-mdc-button-base {
|
|
924
|
+
html .blue-theme igo-panel .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2539
925
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2540
926
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2541
927
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2542
928
|
padding: 8px;
|
|
2543
929
|
}
|
|
2544
|
-
|
|
2545
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) {
|
|
2546
|
-
box-shadow: unset;
|
|
2547
|
-
background-color: #1976d2;
|
|
2548
|
-
}
|
|
2549
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) #lowChevron,
|
|
2550
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) #topChevron {
|
|
2551
|
-
background-color: #1976d2;
|
|
2552
|
-
color: white;
|
|
2553
|
-
}
|
|
2554
|
-
igo-toolbox.color-grey > igo-actionbar:not(.with-title) {
|
|
2555
|
-
box-shadow: unset;
|
|
2556
|
-
background-color: #737475;
|
|
2557
|
-
}
|
|
2558
|
-
igo-toolbox.color-grey > igo-actionbar:not(.with-title) #lowChevron,
|
|
2559
|
-
igo-toolbox.color-grey > igo-actionbar:not(.with-title) #topChevron {
|
|
2560
|
-
background-color: #737475;
|
|
2561
|
-
color: white;
|
|
2562
|
-
}
|
|
2563
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar, igo-toolbox.color-grey > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar {
|
|
2564
|
-
color: white;
|
|
2565
|
-
}
|
|
2566
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar:hover, igo-toolbox.color-grey > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar:hover {
|
|
2567
|
-
color: black;
|
|
2568
|
-
}
|
|
2569
|
-
igo-toolbox.color-primary > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar.tool-activated, igo-toolbox.color-primary > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar.children-tool-activated, igo-toolbox.color-grey > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar.tool-activated, igo-toolbox.color-grey > igo-actionbar:not(.with-title) mat-list.mat-mdc-list-base .mat-mdc-list-item.mdc-list-item--with-leading-avatar.children-tool-activated {
|
|
2570
|
-
background-color: white;
|
|
2571
|
-
color: black;
|
|
2572
|
-
}
|
|
2573
|
-
igo-toolbox > igo-actionbar:not(.with-title) > mat-list > #lowChevron:hover, igo-toolbox > igo-actionbar:not(.with-title) > mat-list > #topChevron:hover {
|
|
2574
|
-
background-color: #bbdefb;
|
|
2575
|
-
color: black;
|
|
2576
|
-
}
|
|
2577
|
-
igo-toolbox > igo-actionbar:not(.with-title) > mat-list mat-list-item {
|
|
2578
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2579
|
-
}
|
|
2580
|
-
igo-toolbox > igo-actionbar mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item:hover {
|
|
2581
|
-
background-color: #bbdefb;
|
|
2582
|
-
}
|
|
2583
|
-
igo-toolbox > igo-actionbar mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item.tool-activated, igo-toolbox > igo-actionbar mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item.children-tool-activated {
|
|
2584
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2585
|
-
background-color: white;
|
|
2586
|
-
}
|
|
2587
|
-
igo-toolbox > igo-actionbar mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item.tool-activated button, igo-toolbox > igo-actionbar mat-list.mat-mdc-list-base igo-actionbar-item mat-list-item.children-tool-activated button {
|
|
2588
|
-
cursor: default;
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
igo-toolbox igo-actionbar-item {
|
|
930
|
+
html .blue-theme igo-toolbox igo-actionbar-item {
|
|
2592
931
|
--mdc-list-list-item-one-line-container-height: 40px;
|
|
2593
932
|
--mdc-list-list-item-two-line-container-height: 56px;
|
|
2594
933
|
--mdc-list-list-item-three-line-container-height: 80px;
|
|
2595
934
|
}
|
|
2596
|
-
igo-toolbox igo-actionbar-item {
|
|
935
|
+
html .blue-theme igo-toolbox igo-actionbar-item {
|
|
2597
936
|
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
2598
937
|
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
2599
938
|
}
|
|
2600
|
-
igo-toolbox igo-actionbar-item .mdc-list-item__start,
|
|
2601
|
-
igo-toolbox igo-actionbar-item .mdc-list-item__end {
|
|
939
|
+
html .blue-theme igo-toolbox igo-actionbar-item .mdc-list-item__start,
|
|
940
|
+
html .blue-theme igo-toolbox igo-actionbar-item .mdc-list-item__end {
|
|
2602
941
|
--mdc-radio-state-layer-size: 32px;
|
|
2603
942
|
}
|
|
2604
|
-
igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
943
|
+
html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
2605
944
|
height: 48px;
|
|
2606
945
|
}
|
|
2607
|
-
igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
946
|
+
html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
2608
947
|
height: 64px;
|
|
2609
948
|
}
|
|
2610
|
-
|
|
2611
|
-
igo-interactive-tour button.tour-button-tool-icon {
|
|
2612
|
-
color: white;
|
|
2613
|
-
}
|
|
2614
|
-
igo-interactive-tour button.tour-button-tool-icon:hover {
|
|
2615
|
-
background-color: white;
|
|
2616
|
-
color: #1976d2;
|
|
2617
|
-
}
|
|
2618
|
-
igo-interactive-tour .mat-primary .mat-mdc-icon-button {
|
|
2619
|
-
color: white;
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
igo-home-button > #homeButton {
|
|
2623
|
-
background-color: #1976d2;
|
|
2624
|
-
color: white;
|
|
2625
|
-
}
|
|
2626
|
-
igo-home-button > #homeButton:hover {
|
|
2627
|
-
background-color: #bbdefb;
|
|
2628
|
-
color: black;
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
igo-context-list {
|
|
949
|
+
html .blue-theme igo-context-list {
|
|
2632
950
|
--mat-icon-button-touch-target-display: none;
|
|
2633
951
|
}
|
|
2634
|
-
igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
|
|
952
|
+
html .blue-theme igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2635
953
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2636
954
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2637
955
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2638
956
|
padding: 8px;
|
|
2639
957
|
}
|
|
2640
|
-
igo-context-list {
|
|
958
|
+
html .blue-theme igo-context-list {
|
|
2641
959
|
--mdc-list-list-item-one-line-container-height: 40px;
|
|
2642
960
|
--mdc-list-list-item-two-line-container-height: 56px;
|
|
2643
961
|
--mdc-list-list-item-three-line-container-height: 80px;
|
|
2644
962
|
}
|
|
2645
|
-
igo-context-list {
|
|
963
|
+
html .blue-theme igo-context-list {
|
|
2646
964
|
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
2647
965
|
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
2648
966
|
}
|
|
2649
|
-
igo-context-list .mdc-list-item__start,
|
|
2650
|
-
igo-context-list .mdc-list-item__end {
|
|
967
|
+
html .blue-theme igo-context-list .mdc-list-item__start,
|
|
968
|
+
html .blue-theme igo-context-list .mdc-list-item__end {
|
|
2651
969
|
--mdc-radio-state-layer-size: 32px;
|
|
2652
970
|
}
|
|
2653
|
-
igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
971
|
+
html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
2654
972
|
height: 48px;
|
|
2655
973
|
}
|
|
2656
|
-
igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
974
|
+
html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
2657
975
|
height: 64px;
|
|
2658
976
|
}
|
|
2659
|
-
igo-context-list {
|
|
977
|
+
html .blue-theme igo-context-list {
|
|
2660
978
|
--mat-form-field-container-height: 48px;
|
|
2661
979
|
--mat-form-field-filled-label-display: none;
|
|
2662
980
|
--mat-form-field-container-vertical-padding: 12px;
|
|
2663
981
|
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
2664
982
|
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
2665
983
|
}
|
|
2666
|
-
|
|
2667
|
-
igo-context-item {
|
|
984
|
+
html .blue-theme igo-context-item {
|
|
2668
985
|
--mat-icon-button-touch-target-display: none;
|
|
2669
986
|
}
|
|
2670
|
-
igo-context-item .mat-mdc-icon-button.mat-mdc-button-base {
|
|
987
|
+
html .blue-theme igo-context-item .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2671
988
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2672
989
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2673
990
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2674
991
|
padding: 8px;
|
|
2675
992
|
}
|
|
2676
|
-
|
|
2677
|
-
igo-directions-results mat-list-item.igo-steps:hover {
|
|
2678
|
-
background-color: #bbdefb;
|
|
2679
|
-
}
|
|
2680
|
-
|
|
2681
|
-
igo-directions-inputs .prefix-actions {
|
|
993
|
+
html .blue-theme igo-directions-inputs .prefix-actions {
|
|
2682
994
|
--mat-icon-button-touch-target-display: none;
|
|
2683
995
|
}
|
|
2684
|
-
igo-directions-inputs .prefix-actions .mat-mdc-icon-button.mat-mdc-button-base {
|
|
996
|
+
html .blue-theme igo-directions-inputs .prefix-actions .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2685
997
|
--mdc-icon-button-state-layer-size: 28px;
|
|
2686
998
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2687
999
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2688
1000
|
padding: 2px;
|
|
2689
1001
|
}
|
|
2690
|
-
|
|
2691
|
-
igo-draw-popup-component .igo-map-tooltip,
|
|
2692
|
-
igo-draw-
|
|
2693
|
-
igo-draw
|
|
2694
|
-
igo-draw .igo-map-tooltip {
|
|
1002
|
+
html .blue-theme igo-draw-popup-component .igo-map-tooltip,
|
|
1003
|
+
html .blue-theme igo-draw-popup-component .igo-map-tooltip,
|
|
1004
|
+
html .blue-theme igo-draw-shorcuts .igo-map-tooltip,
|
|
1005
|
+
html .blue-theme igo-draw .igo-map-tooltip {
|
|
2695
1006
|
position: relative;
|
|
2696
1007
|
border-radius: 4px;
|
|
2697
1008
|
padding: 4px 8px;
|
|
2698
1009
|
white-space: nowrap;
|
|
2699
1010
|
}
|
|
2700
|
-
igo-draw-popup-component .igo-map-tooltip-draw,
|
|
2701
|
-
igo-draw-popup-component .igo-map-tooltip-draw,
|
|
2702
|
-
igo-draw-shorcuts .igo-map-tooltip-draw,
|
|
2703
|
-
igo-draw .igo-map-tooltip-draw {
|
|
2704
|
-
|
|
2705
|
-
font-weight: bold;
|
|
2706
|
-
font-size: 16px;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
igo-draw-popup-component h1 {
|
|
2710
|
-
font-size: 32px;
|
|
2711
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
|
|
2715
|
-
background-color: #e0e0e0;
|
|
2716
|
-
color: black;
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.mat-datetimepicker-calendar-header {
|
|
2720
|
-
background-color: #1976d2;
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
.mat-datetimepicker-calendar-body-cell-content.mat-datetimepicker-calendar-body-selected {
|
|
2724
|
-
background-color: #1976d2;
|
|
2725
|
-
color: white;
|
|
2726
|
-
}
|
|
2727
|
-
.mat-datetimepicker-calendar-body-cell-content.mat-datetimepicker-calendar-body-disabled > .mat-datetimepicker-calendar-body-selected {
|
|
2728
|
-
background-color: rgba(25, 118, 210, 0.4);
|
|
2729
|
-
}
|
|
2730
|
-
.mat-datetimepicker-calendar-body-cell-content.mat-datetimepicker-calendar-body-today:not(.mat-datetimepicker-calendar-body-selected) {
|
|
2731
|
-
border-color: #1976d2;
|
|
2732
|
-
}
|
|
2733
|
-
.mat-datetimepicker-calendar-body-cell-content.mat-datetimepicker-calendar-body-today.mat-datetimepicker-calendar-body-selected {
|
|
2734
|
-
box-shadow: inset 0 0 0 1px white;
|
|
1011
|
+
html .blue-theme igo-draw-popup-component .igo-map-tooltip-draw,
|
|
1012
|
+
html .blue-theme igo-draw-popup-component .igo-map-tooltip-draw,
|
|
1013
|
+
html .blue-theme igo-draw-shorcuts .igo-map-tooltip-draw,
|
|
1014
|
+
html .blue-theme igo-draw .igo-map-tooltip-draw {
|
|
1015
|
+
font: var(--mat-sys-headline-small);
|
|
2735
1016
|
}
|
|
2736
|
-
|
|
2737
|
-
.mat-datetimepicker-clock-center {
|
|
2738
|
-
background-color: #1976d2;
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
.mat-datetimepicker-clock-hand {
|
|
2742
|
-
background-color: #1976d2;
|
|
2743
|
-
}
|
|
2744
|
-
.mat-datetimepicker-clock-hand::before {
|
|
2745
|
-
background-color: #1976d2;
|
|
2746
|
-
}
|
|
2747
|
-
|
|
2748
|
-
.mat-datetimepicker-clock-cell.mat-datetimepicker-clock-cell-selected {
|
|
2749
|
-
background-color: rgb(32.0425531915, 130.7808510638, 228.4574468085);
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
igo-ogc-filter-selection mat-button-toggle.mat-button-toggle-checked {
|
|
2753
|
-
background-color: #90caf9;
|
|
2754
|
-
color: #424242;
|
|
2755
|
-
}
|
|
2756
|
-
igo-ogc-filter-selection mat-button-toggle {
|
|
2757
|
-
color: black !important;
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
igo-layer-legend img:after {
|
|
2761
|
-
border-top-color: #1976d2;
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
igo-layer-legend {
|
|
1017
|
+
html .blue-theme igo-layer-legend {
|
|
2765
1018
|
--mat-form-field-container-height: 44px;
|
|
2766
1019
|
--mat-form-field-filled-label-display: none;
|
|
2767
1020
|
--mat-form-field-container-vertical-padding: 10px;
|
|
2768
1021
|
--mat-form-field-filled-with-label-container-padding-top: 10px;
|
|
2769
1022
|
--mat-form-field-filled-with-label-container-padding-bottom: 10px;
|
|
2770
1023
|
}
|
|
2771
|
-
|
|
2772
|
-
igo-layer-list-tool mat-form-field .mat-mdc-text-field-wrapper,
|
|
2773
|
-
igo-layer-list-tool mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
2774
|
-
background-color: white !important;
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
igo-layer-list-tool {
|
|
1024
|
+
html .blue-theme igo-layer-list-tool {
|
|
2778
1025
|
--mat-icon-button-touch-target-display: none;
|
|
2779
1026
|
}
|
|
2780
|
-
igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1027
|
+
html .blue-theme igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2781
1028
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2782
1029
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2783
1030
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2784
1031
|
padding: 8px;
|
|
2785
1032
|
}
|
|
2786
|
-
igo-layer-list-tool {
|
|
1033
|
+
html .blue-theme igo-layer-list-tool {
|
|
2787
1034
|
--mat-form-field-container-height: 48px;
|
|
2788
1035
|
--mat-form-field-filled-label-display: none;
|
|
2789
1036
|
--mat-form-field-container-vertical-padding: 12px;
|
|
2790
1037
|
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
2791
1038
|
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
2792
1039
|
}
|
|
2793
|
-
|
|
2794
|
-
igo-layer-item {
|
|
2795
|
-
background-color: white;
|
|
2796
|
-
}
|
|
2797
|
-
igo-layer-item button.mat-default mat-icon {
|
|
2798
|
-
color: black;
|
|
2799
|
-
}
|
|
2800
|
-
igo-layer-item button.disabled mat-icon {
|
|
2801
|
-
color: rgba(0, 0, 0, 0.38);
|
|
2802
|
-
}
|
|
2803
|
-
igo-layer-item .unavailable-layer {
|
|
2804
|
-
background-color: #eeeeee;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
igo-layer-group {
|
|
2808
|
-
background-color: white;
|
|
2809
|
-
}
|
|
2810
|
-
igo-layer-group button.mat-default mat-icon {
|
|
2811
|
-
color: black;
|
|
2812
|
-
}
|
|
2813
|
-
igo-layer-group button.disabled mat-icon {
|
|
2814
|
-
color: rgba(0, 0, 0, 0.38);
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
igo-layer-list mat-tree-node.--selected igo-layer-group,
|
|
2818
|
-
igo-layer-list mat-tree-node.--selected igo-layer-item, igo-layer-list mat-tree-node.--dragged igo-layer-group,
|
|
2819
|
-
igo-layer-list mat-tree-node.--dragged igo-layer-item {
|
|
2820
|
-
background-color: #bbdefb;
|
|
2821
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2822
|
-
}
|
|
2823
|
-
igo-layer-list mat-tree-node.--children-selected igo-layer-group,
|
|
2824
|
-
igo-layer-list mat-tree-node.--children-selected igo-layer-item {
|
|
2825
|
-
background-color: rgb(225.5333333333, 240.7, 253.2666666667);
|
|
2826
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2827
|
-
}
|
|
2828
|
-
igo-layer-list mat-tree-node.--drag-hover::after {
|
|
2829
|
-
border-color: #90caf9 !important;
|
|
2830
|
-
}
|
|
2831
|
-
igo-layer-list mat-tree:not(.--dragging) mat-tree-node:hover::after {
|
|
2832
|
-
border-color: #90caf9;
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
igo-layer-unavailable .unavailable-layer {
|
|
2836
|
-
background-color: #eeeeee;
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
igo-layer-viewer .active-background {
|
|
2840
|
-
background-color: #e3f2fd;
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
igo-layer-visibility-button button.mat-default mat-icon {
|
|
2844
|
-
color: black;
|
|
2845
|
-
}
|
|
2846
|
-
igo-layer-visibility-button button.out-of-range mat-icon, igo-layer-visibility-button button.disabled mat-icon {
|
|
2847
|
-
color: rgba(0, 0, 0, 0.38);
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
|
-
igo-map-browser div.ol-attribution > button {
|
|
2851
|
-
color: #1976d2;
|
|
2852
|
-
background-color: white;
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
igo-map-browser {
|
|
1040
|
+
html .blue-theme igo-map-browser {
|
|
2856
1041
|
--mat-icon-button-touch-target-display: none;
|
|
2857
1042
|
}
|
|
2858
|
-
igo-map-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1043
|
+
html .blue-theme igo-map-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2859
1044
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2860
1045
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2861
1046
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2862
1047
|
padding: 8px;
|
|
2863
1048
|
}
|
|
2864
|
-
|
|
2865
|
-
igo-map-browser div.ol-attribution > ul {
|
|
2866
|
-
font-size: 14px;
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
igo-zoom-button > div.igo-zoom-button-container > button.mat-primary {
|
|
2870
|
-
color: #1976d2;
|
|
2871
|
-
background-color: white;
|
|
2872
|
-
}
|
|
2873
|
-
igo-zoom-button > div.igo-zoom-button-container > button.mat-accent {
|
|
2874
|
-
color: #90caf9;
|
|
2875
|
-
background-color: rgba(0, 0, 0, 0.87);
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
|
-
igo-menu-button > button#menu-button {
|
|
2879
|
-
color: rgb(255, 255, 255);
|
|
2880
|
-
background-color: #1976d2;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
igo-menu-button > button#menu-button.menu-button-white-background {
|
|
2884
|
-
color: #1976d2;
|
|
2885
|
-
background-color: rgb(255, 255, 255);
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
|
-
.igo-map-tooltip-measure {
|
|
2889
|
-
background-color: rgba(255, 204, 51, 0.7);
|
|
2890
|
-
border: 1px solid rgb(255, 205, 51);
|
|
2891
|
-
color: black;
|
|
2892
|
-
font-weight: bold;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
.igo-map-tooltip-measure {
|
|
2896
|
-
font-size: 16px;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
igo-search-bar mat-form-field .mat-mdc-text-field-wrapper,
|
|
2900
|
-
igo-search-bar mat-form-field .mat-mdc-form-field-focus-overlay {
|
|
2901
|
-
background-color: white !important;
|
|
2902
|
-
}
|
|
2903
|
-
|
|
2904
|
-
igo-search-bar {
|
|
2905
|
-
--mat-form-field-container-height: 56px;
|
|
2906
|
-
--mat-form-field-filled-label-display: block;
|
|
2907
|
-
--mat-form-field-container-vertical-padding: 16px;
|
|
2908
|
-
--mat-form-field-filled-with-label-container-padding-top: 24px;
|
|
2909
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 8px;
|
|
2910
|
-
}
|
|
2911
|
-
igo-search-bar {
|
|
2912
|
-
--mat-icon-button-touch-target-display: block;
|
|
2913
|
-
}
|
|
2914
|
-
igo-search-bar .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2915
|
-
--mdc-icon-button-state-layer-size: 48px;
|
|
2916
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
2917
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
2918
|
-
padding: 12px;
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
igo-search-bar mat-form-field .mdc-line-ripple {
|
|
2922
|
-
display: none;
|
|
2923
|
-
}
|
|
2924
|
-
|
|
2925
|
-
igo-search-results-item .mdc-list-item--with-leading-icon:hover .mdc-list-item__start {
|
|
2926
|
-
color: black;
|
|
2927
|
-
}
|
|
2928
|
-
igo-search-results-item .mdc-list-item--with-leading-icon .mdc-list-item__start {
|
|
2929
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2930
|
-
}
|
|
2931
|
-
|
|
2932
|
-
igo-confirmation-popup-component h1 {
|
|
2933
|
-
font-size: 32px;
|
|
2934
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
igo-catalog-browser {
|
|
1049
|
+
html .blue-theme igo-catalog-browser {
|
|
2938
1050
|
--mat-icon-button-touch-target-display: none;
|
|
2939
1051
|
}
|
|
2940
|
-
igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1052
|
+
html .blue-theme igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
2941
1053
|
--mdc-icon-button-state-layer-size: 40px;
|
|
2942
1054
|
width: var(--mdc-icon-button-state-layer-size);
|
|
2943
1055
|
height: var(--mdc-icon-button-state-layer-size);
|
|
2944
1056
|
padding: 8px;
|
|
2945
1057
|
}
|
|
2946
|
-
igo-catalog-browser {
|
|
1058
|
+
html .blue-theme igo-catalog-browser {
|
|
2947
1059
|
--mdc-list-list-item-one-line-container-height: 40px;
|
|
2948
1060
|
--mdc-list-list-item-two-line-container-height: 56px;
|
|
2949
1061
|
--mdc-list-list-item-three-line-container-height: 80px;
|
|
2950
1062
|
}
|
|
2951
|
-
igo-catalog-browser {
|
|
1063
|
+
html .blue-theme igo-catalog-browser {
|
|
2952
1064
|
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
2953
1065
|
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
2954
1066
|
}
|
|
2955
|
-
igo-catalog-browser .mdc-list-item__start,
|
|
2956
|
-
igo-catalog-browser .mdc-list-item__end {
|
|
1067
|
+
html .blue-theme igo-catalog-browser .mdc-list-item__start,
|
|
1068
|
+
html .blue-theme igo-catalog-browser .mdc-list-item__end {
|
|
2957
1069
|
--mdc-radio-state-layer-size: 32px;
|
|
2958
1070
|
}
|
|
2959
|
-
igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
1071
|
+
html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
2960
1072
|
height: 48px;
|
|
2961
1073
|
}
|
|
2962
|
-
igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
1074
|
+
html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
2963
1075
|
height: 64px;
|
|
1076
|
+
}
|
|
1077
|
+
html .blue-theme :root {
|
|
1078
|
+
font-size: var(--sdg-font-size-root-percent);
|
|
1079
|
+
}
|
|
1080
|
+
html .blue-theme body {
|
|
1081
|
+
color: var(--sdg-color-text);
|
|
1082
|
+
font-family: var(--sdg-font-family-text);
|
|
1083
|
+
font-size: var(--sdg-font-size-md);
|
|
1084
|
+
}
|
|
1085
|
+
html .blue-theme a {
|
|
1086
|
+
word-break: break-word;
|
|
1087
|
+
overflow-wrap: break-word;
|
|
1088
|
+
cursor: pointer;
|
|
1089
|
+
color: var(--sdg-color-blue-piv);
|
|
1090
|
+
text-decoration: underline;
|
|
1091
|
+
background-color: transparent;
|
|
1092
|
+
width: fit-content;
|
|
1093
|
+
max-inline-size: var(--sdg-max-content-width);
|
|
1094
|
+
}
|
|
1095
|
+
html .blue-theme a:hover {
|
|
1096
|
+
text-decoration: none;
|
|
1097
|
+
}
|
|
1098
|
+
html .blue-theme button {
|
|
1099
|
+
font-family: var(--sdg-font-family-text);
|
|
1100
|
+
}
|
|
1101
|
+
html .blue-theme p,
|
|
1102
|
+
html .blue-theme ul,
|
|
1103
|
+
html .blue-theme ol,
|
|
1104
|
+
html .blue-theme u,
|
|
1105
|
+
html .blue-theme .text {
|
|
1106
|
+
color: var(--sdg-color-text);
|
|
1107
|
+
font-size: var(--sdg-font-size-md);
|
|
1108
|
+
line-height: 24px;
|
|
1109
|
+
max-inline-size: var(--sdg-max-content-width);
|
|
1110
|
+
}
|
|
1111
|
+
html .blue-theme ul,
|
|
1112
|
+
html .blue-theme ol {
|
|
1113
|
+
margin-top: 0;
|
|
1114
|
+
margin-bottom: 24px;
|
|
1115
|
+
padding-left: 16px;
|
|
1116
|
+
}
|
|
1117
|
+
html .blue-theme p {
|
|
1118
|
+
margin-bottom: 24px !important;
|
|
1119
|
+
}
|
|
1120
|
+
html .blue-theme li {
|
|
1121
|
+
margin-top: 16px;
|
|
1122
|
+
margin-bottom: 16px;
|
|
1123
|
+
}
|
|
1124
|
+
html .blue-theme strong {
|
|
1125
|
+
font-weight: 600;
|
|
1126
|
+
}
|
|
1127
|
+
html .blue-theme h1,
|
|
1128
|
+
html .blue-theme h2,
|
|
1129
|
+
html .blue-theme h3,
|
|
1130
|
+
html .blue-theme h4,
|
|
1131
|
+
html .blue-theme h5,
|
|
1132
|
+
html .blue-theme h6,
|
|
1133
|
+
html .blue-theme .h1,
|
|
1134
|
+
html .blue-theme .h2,
|
|
1135
|
+
html .blue-theme .h3,
|
|
1136
|
+
html .blue-theme .h4,
|
|
1137
|
+
html .blue-theme .h5,
|
|
1138
|
+
html .blue-theme .h6 {
|
|
1139
|
+
font-family: var(--sdg-font-family-title) !important;
|
|
1140
|
+
font-weight: bold !important;
|
|
1141
|
+
color: var(--sdg-color-text);
|
|
1142
|
+
max-inline-size: var(--sdg-max-content-width);
|
|
1143
|
+
}
|
|
1144
|
+
html .blue-theme h1,
|
|
1145
|
+
html .blue-theme .h1 {
|
|
1146
|
+
font-size: var(--sdg-font-size-h1);
|
|
1147
|
+
line-height: var(--sdg-line-height-h1);
|
|
1148
|
+
margin-top: var(--sdg-title-margin-h1-mt);
|
|
1149
|
+
margin-bottom: var(--sdg-title-margin-h1-mb);
|
|
1150
|
+
}
|
|
1151
|
+
html .blue-theme h1:after,
|
|
1152
|
+
html .blue-theme .h1:after {
|
|
1153
|
+
content: "";
|
|
1154
|
+
display: block;
|
|
1155
|
+
margin: 0;
|
|
1156
|
+
width: 48px;
|
|
1157
|
+
padding-top: 4px;
|
|
1158
|
+
border-bottom: 4px solid var(--sdg-color-pink-normal);
|
|
1159
|
+
}
|
|
1160
|
+
@media (max-width: 575px) {
|
|
1161
|
+
html .blue-theme h1,
|
|
1162
|
+
html .blue-theme .h1 {
|
|
1163
|
+
font-size: var(--sdg-mobile-font-size-h1);
|
|
1164
|
+
line-height: var(--sdg-mobile-line-height-h1);
|
|
1165
|
+
margin-top: var(--sdg-spacer-lg) !important;
|
|
1166
|
+
margin-bottom: var(--sdg-spacer-sm) !important;
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
html .blue-theme h2,
|
|
1170
|
+
html .blue-theme .h2 {
|
|
1171
|
+
font-size: var(--sdg-font-size-h2);
|
|
1172
|
+
line-height: var(--sdg-line-height-h2);
|
|
1173
|
+
margin-top: var(--sdg-title-margin-h2-mt);
|
|
1174
|
+
margin-bottom: var(--sdg-title-margin-h2-mb);
|
|
1175
|
+
}
|
|
1176
|
+
@media (max-width: 575px) {
|
|
1177
|
+
html .blue-theme h2,
|
|
1178
|
+
html .blue-theme .h2 {
|
|
1179
|
+
font-size: var(--sdg-mobile-font-size-h2);
|
|
1180
|
+
line-height: var(--sdg-mobile-line-height-h2);
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
html .blue-theme h3,
|
|
1184
|
+
html .blue-theme .h3 {
|
|
1185
|
+
font-size: var(--sdg-font-size-h3);
|
|
1186
|
+
line-height: var(--sdg-line-height-h3);
|
|
1187
|
+
margin-top: var(--sdg-title-margin-h3-mt);
|
|
1188
|
+
margin-bottom: var(--sdg-title-margin-h3-mb);
|
|
1189
|
+
}
|
|
1190
|
+
@media (max-width: 575px) {
|
|
1191
|
+
html .blue-theme h3,
|
|
1192
|
+
html .blue-theme .h3 {
|
|
1193
|
+
font-size: var(--sdg-mobile-font-size-h3);
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
html .blue-theme h4,
|
|
1197
|
+
html .blue-theme .h4 {
|
|
1198
|
+
font-size: var(--sdg-font-size-h4);
|
|
1199
|
+
line-height: var(--sdg-line-height-h4);
|
|
1200
|
+
margin-top: var(--sdg-title-margin-h4-mt);
|
|
1201
|
+
margin-bottom: var(--sdg-title-margin-h4-mb);
|
|
1202
|
+
}
|
|
1203
|
+
html .blue-theme h5,
|
|
1204
|
+
html .blue-theme .h5 {
|
|
1205
|
+
font-size: var(--sdg-font-size-h5);
|
|
1206
|
+
line-height: var(--sdg-line-height-h5);
|
|
1207
|
+
margin-top: var(--sdg-title-margin-h5-mt);
|
|
1208
|
+
margin-bottom: var(--sdg-title-margin-h5-mb);
|
|
1209
|
+
}
|
|
1210
|
+
html .blue-theme h6,
|
|
1211
|
+
html .blue-theme .h6 {
|
|
1212
|
+
font-size: var(--sdg-font-size-h6);
|
|
1213
|
+
line-height: var(--sdg-line-height-h6);
|
|
1214
|
+
margin-top: var(--sdg-title-margin-h6-mt);
|
|
1215
|
+
margin-bottom: var(--sdg-title-margin-h6-mb);
|
|
1216
|
+
}
|
|
1217
|
+
html .blue-theme .accroche {
|
|
1218
|
+
font-size: var(--sdg-font-size-lg);
|
|
1219
|
+
line-height: var(--sdg-line-height-lg);
|
|
1220
|
+
font-weight: 600;
|
|
1221
|
+
max-width: var(--sdg-max-content-width);
|
|
1222
|
+
padding-bottom: 24px;
|
|
2964
1223
|
}
|