@materializecss/materialize 2.0.2-alpha → 2.0.3-alpha
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/dist/css/materialize.css +1336 -118
- package/dist/css/materialize.min.css +2 -2
- package/dist/js/materialize.js +27 -25
- package/dist/js/materialize.min.js +2 -2
- package/dist/js/materialize.min.js.map +1 -1
- package/dist/src/autocomplete.d.ts +143 -0
- package/dist/src/autocomplete.d.ts.map +1 -0
- package/dist/src/bounding.d.ts +7 -0
- package/dist/src/bounding.d.ts.map +1 -0
- package/dist/src/buttons.d.ts +65 -0
- package/dist/src/buttons.d.ts.map +1 -0
- package/dist/src/cards.d.ts +4 -0
- package/dist/src/cards.d.ts.map +1 -0
- package/dist/src/carousel.d.ts +131 -0
- package/dist/src/carousel.d.ts.map +1 -0
- package/dist/src/characterCounter.d.ts +37 -0
- package/dist/src/characterCounter.d.ts.map +1 -0
- package/dist/src/chips.d.ts +131 -0
- package/dist/src/chips.d.ts.map +1 -0
- package/dist/src/collapsible.d.ts +74 -0
- package/dist/src/collapsible.d.ts.map +1 -0
- package/dist/src/component.d.ts +74 -0
- package/dist/src/component.d.ts.map +1 -0
- package/dist/src/datepicker.d.ts +248 -0
- package/dist/src/datepicker.d.ts.map +1 -0
- package/dist/src/dropdown.d.ts +148 -0
- package/dist/src/dropdown.d.ts.map +1 -0
- package/dist/src/edges.d.ts +7 -0
- package/dist/src/edges.d.ts.map +1 -0
- package/dist/src/forms.d.ts +12 -0
- package/dist/src/forms.d.ts.map +1 -0
- package/dist/src/global.d.ts +60 -0
- package/dist/src/global.d.ts.map +1 -0
- package/dist/src/index.d.ts +27 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/materialbox.d.ts +92 -0
- package/dist/src/materialbox.d.ts.map +1 -0
- package/dist/src/modal.d.ts +119 -0
- package/dist/src/modal.d.ts.map +1 -0
- package/dist/src/parallax.d.ts +40 -0
- package/dist/src/parallax.d.ts.map +1 -0
- package/dist/src/pushpin.d.ts +52 -0
- package/dist/src/pushpin.d.ts.map +1 -0
- package/dist/src/range.d.ts +41 -0
- package/dist/src/range.d.ts.map +1 -0
- package/dist/src/scrollspy.d.ts +62 -0
- package/dist/src/scrollspy.d.ts.map +1 -0
- package/dist/src/select.d.ts +77 -0
- package/dist/src/select.d.ts.map +1 -0
- package/dist/src/sidenav.d.ts +122 -0
- package/dist/src/sidenav.d.ts.map +1 -0
- package/dist/src/slider.d.ts +103 -0
- package/dist/src/slider.d.ts.map +1 -0
- package/dist/src/tabs.d.ts +80 -0
- package/dist/src/tabs.d.ts.map +1 -0
- package/dist/src/tapTarget.d.ts +59 -0
- package/dist/src/tapTarget.d.ts.map +1 -0
- package/dist/src/timepicker.d.ts +208 -0
- package/dist/src/timepicker.d.ts.map +1 -0
- package/dist/src/toasts.d.ts +90 -0
- package/dist/src/toasts.d.ts.map +1 -0
- package/dist/src/tooltip.d.ts +112 -0
- package/dist/src/tooltip.d.ts.map +1 -0
- package/dist/src/utils.d.ts +97 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/src/waves.d.ts +16 -0
- package/dist/src/waves.d.ts.map +1 -0
- package/package.json +4 -1
- package/sass/components/_cards.scss +1 -1
- package/sass/components/_global.scss +50 -0
- package/sass/components/_grid.scss +28 -47
- package/sass/components/_navbar.scss +26 -26
- package/sass/components/_pulse.scss +1 -0
- package/sass/components/_sidenav.scss +3 -14
- package/sass/components/_theme_variables.scss +27 -47
- package/sass/components/_variables.scss +2 -0
- package/sass/components/colors.module.scss +180 -0
- package/sass/components/theme.dark.module.scss +32 -0
- package/sass/components/theme.light.module.scss +32 -0
- package/sass/components/tokens.module.scss +272 -0
- package/sass/components/typography.module.scss +150 -0
- package/sass/materialize.scss +7 -1
- package/src/carousel.ts +1 -1
- package/src/chips.ts +1 -1
- package/src/datepicker.ts +1 -1
- package/src/dropdown.ts +0 -3
- package/src/forms.ts +20 -11
- package/src/global.ts +21 -23
- package/src/index.ts +26 -0
- package/src/select.ts +1 -1
- package/src/timepicker.ts +1 -1
package/dist/css/materialize.css
CHANGED
|
@@ -1,9 +1,841 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Materialize v2.0.
|
|
2
|
+
* Materialize v2.0.3-alpha (https://materializecss.github.io/materialize)
|
|
3
3
|
* Copyright 2014-2023 Materialize
|
|
4
4
|
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
5
|
*/
|
|
6
6
|
@charset "UTF-8";
|
|
7
|
+
:root {
|
|
8
|
+
--md-source: #006495;
|
|
9
|
+
/* primary */
|
|
10
|
+
--md-ref-palette-primary0: #000000;
|
|
11
|
+
--md-ref-palette-primary10: #001e30;
|
|
12
|
+
--md-ref-palette-primary20: #003450;
|
|
13
|
+
--md-ref-palette-primary25: #003f60;
|
|
14
|
+
--md-ref-palette-primary30: #004b71;
|
|
15
|
+
--md-ref-palette-primary35: #005783;
|
|
16
|
+
--md-ref-palette-primary40: #006495;
|
|
17
|
+
--md-ref-palette-primary50: #0f7eb8;
|
|
18
|
+
--md-ref-palette-primary60: #3d98d4;
|
|
19
|
+
--md-ref-palette-primary70: #5db3f0;
|
|
20
|
+
--md-ref-palette-primary80: #8fcdff;
|
|
21
|
+
--md-ref-palette-primary90: #cbe6ff;
|
|
22
|
+
--md-ref-palette-primary95: #e6f2ff;
|
|
23
|
+
--md-ref-palette-primary98: #f7f9ff;
|
|
24
|
+
--md-ref-palette-primary99: #fcfcff;
|
|
25
|
+
--md-ref-palette-primary100: #ffffff;
|
|
26
|
+
/* secondary */
|
|
27
|
+
--md-ref-palette-secondary0: #000000;
|
|
28
|
+
--md-ref-palette-secondary10: #0d1d29;
|
|
29
|
+
--md-ref-palette-secondary20: #22323f;
|
|
30
|
+
--md-ref-palette-secondary25: #2d3d4b;
|
|
31
|
+
--md-ref-palette-secondary30: #394856;
|
|
32
|
+
--md-ref-palette-secondary35: #445462;
|
|
33
|
+
--md-ref-palette-secondary40: #50606f;
|
|
34
|
+
--md-ref-palette-secondary50: #697988;
|
|
35
|
+
--md-ref-palette-secondary60: #8293a2;
|
|
36
|
+
--md-ref-palette-secondary70: #9dadbd;
|
|
37
|
+
--md-ref-palette-secondary80: #b8c8d9;
|
|
38
|
+
--md-ref-palette-secondary90: #d4e4f6;
|
|
39
|
+
--md-ref-palette-secondary95: #e6f2ff;
|
|
40
|
+
--md-ref-palette-secondary98: #f7f9ff;
|
|
41
|
+
--md-ref-palette-secondary99: #fcfcff;
|
|
42
|
+
--md-ref-palette-secondary100: #ffffff;
|
|
43
|
+
/* tertiary */
|
|
44
|
+
--md-ref-palette-tertiary0: #000000;
|
|
45
|
+
--md-ref-palette-tertiary10: #211634;
|
|
46
|
+
--md-ref-palette-tertiary20: #362b4a;
|
|
47
|
+
--md-ref-palette-tertiary25: #423656;
|
|
48
|
+
--md-ref-palette-tertiary30: #4d4162;
|
|
49
|
+
--md-ref-palette-tertiary35: #594c6e;
|
|
50
|
+
--md-ref-palette-tertiary40: #66587b;
|
|
51
|
+
--md-ref-palette-tertiary50: #7f7195;
|
|
52
|
+
--md-ref-palette-tertiary60: #998ab0;
|
|
53
|
+
--md-ref-palette-tertiary70: #b4a4cb;
|
|
54
|
+
--md-ref-palette-tertiary80: #d0bfe7;
|
|
55
|
+
--md-ref-palette-tertiary90: #ecdcff;
|
|
56
|
+
--md-ref-palette-tertiary95: #f7edff;
|
|
57
|
+
--md-ref-palette-tertiary98: #fef7ff;
|
|
58
|
+
--md-ref-palette-tertiary99: #fffbff;
|
|
59
|
+
--md-ref-palette-tertiary100: #ffffff;
|
|
60
|
+
/* neutral */
|
|
61
|
+
--md-ref-palette-neutral0: #000000;
|
|
62
|
+
--md-ref-palette-neutral10: #1a1c1e;
|
|
63
|
+
--md-ref-palette-neutral20: #2e3133;
|
|
64
|
+
--md-ref-palette-neutral25: #3a3c3e;
|
|
65
|
+
--md-ref-palette-neutral30: #454749;
|
|
66
|
+
--md-ref-palette-neutral35: #515255;
|
|
67
|
+
--md-ref-palette-neutral40: #5d5e61;
|
|
68
|
+
--md-ref-palette-neutral50: #76777a;
|
|
69
|
+
--md-ref-palette-neutral60: #8f9194;
|
|
70
|
+
--md-ref-palette-neutral70: #aaabae;
|
|
71
|
+
--md-ref-palette-neutral80: #c6c6c9;
|
|
72
|
+
--md-ref-palette-neutral90: #e2e2e5;
|
|
73
|
+
--md-ref-palette-neutral95: #f0f0f3;
|
|
74
|
+
--md-ref-palette-neutral98: #f9f9fc;
|
|
75
|
+
--md-ref-palette-neutral99: #fcfcff;
|
|
76
|
+
--md-ref-palette-neutral100: #ffffff;
|
|
77
|
+
/* neutral-variant */
|
|
78
|
+
--md-ref-palette-neutral-variant0: #000000;
|
|
79
|
+
--md-ref-palette-neutral-variant10: #161c22;
|
|
80
|
+
--md-ref-palette-neutral-variant20: #2b3137;
|
|
81
|
+
--md-ref-palette-neutral-variant25: #363c42;
|
|
82
|
+
--md-ref-palette-neutral-variant30: #41474d;
|
|
83
|
+
--md-ref-palette-neutral-variant35: #4d5359;
|
|
84
|
+
--md-ref-palette-neutral-variant40: #595f65;
|
|
85
|
+
--md-ref-palette-neutral-variant50: #72787e;
|
|
86
|
+
--md-ref-palette-neutral-variant60: #8b9198;
|
|
87
|
+
--md-ref-palette-neutral-variant70: #a6acb3;
|
|
88
|
+
--md-ref-palette-neutral-variant80: #c1c7ce;
|
|
89
|
+
--md-ref-palette-neutral-variant90: #dee3ea;
|
|
90
|
+
--md-ref-palette-neutral-variant95: #ecf1f9;
|
|
91
|
+
--md-ref-palette-neutral-variant98: #f7f9ff;
|
|
92
|
+
--md-ref-palette-neutral-variant99: #fcfcff;
|
|
93
|
+
--md-ref-palette-neutral-variant100: #ffffff;
|
|
94
|
+
/* error */
|
|
95
|
+
--md-ref-palette-error0: #000000;
|
|
96
|
+
--md-ref-palette-error10: #410002;
|
|
97
|
+
--md-ref-palette-error20: #690005;
|
|
98
|
+
--md-ref-palette-error25: #7e0007;
|
|
99
|
+
--md-ref-palette-error30: #93000a;
|
|
100
|
+
--md-ref-palette-error35: #a80710;
|
|
101
|
+
--md-ref-palette-error40: #ba1a1a;
|
|
102
|
+
--md-ref-palette-error50: #de3730;
|
|
103
|
+
--md-ref-palette-error60: #ff5449;
|
|
104
|
+
--md-ref-palette-error70: #ff897d;
|
|
105
|
+
--md-ref-palette-error80: #ffb4ab;
|
|
106
|
+
--md-ref-palette-error90: #ffdad6;
|
|
107
|
+
--md-ref-palette-error95: #ffedea;
|
|
108
|
+
--md-ref-palette-error98: #fff8f7;
|
|
109
|
+
--md-ref-palette-error99: #fffbff;
|
|
110
|
+
--md-ref-palette-error100: #ffffff;
|
|
111
|
+
/* light */
|
|
112
|
+
--md-sys-color-primary-light: #006495;
|
|
113
|
+
--md-sys-color-on-primary-light: #ffffff;
|
|
114
|
+
--md-sys-color-primary-container-light: #cbe6ff;
|
|
115
|
+
--md-sys-color-on-primary-container-light: #001e30;
|
|
116
|
+
--md-sys-color-secondary-light: #50606f;
|
|
117
|
+
--md-sys-color-on-secondary-light: #ffffff;
|
|
118
|
+
--md-sys-color-secondary-container-light: #d4e4f6;
|
|
119
|
+
--md-sys-color-on-secondary-container-light: #0d1d29;
|
|
120
|
+
--md-sys-color-tertiary-light: #66587b;
|
|
121
|
+
--md-sys-color-on-tertiary-light: #ffffff;
|
|
122
|
+
--md-sys-color-tertiary-container-light: #ecdcff;
|
|
123
|
+
--md-sys-color-on-tertiary-container-light: #211634;
|
|
124
|
+
--md-sys-color-error-light: #ba1a1a;
|
|
125
|
+
--md-sys-color-error-container-light: #ffdad6;
|
|
126
|
+
--md-sys-color-on-error-light: #ffffff;
|
|
127
|
+
--md-sys-color-on-error-container-light: #410002;
|
|
128
|
+
--md-sys-color-background-light: #fcfcff;
|
|
129
|
+
--md-sys-color-on-background-light: #1a1c1e;
|
|
130
|
+
--md-sys-color-surface-light: #fcfcff;
|
|
131
|
+
--md-sys-color-on-surface-light: #1a1c1e;
|
|
132
|
+
--md-sys-color-surface-variant-light: #dee3ea;
|
|
133
|
+
--md-sys-color-on-surface-variant-light: #41474d;
|
|
134
|
+
--md-sys-color-outline-light: #72787e;
|
|
135
|
+
--md-sys-color-inverse-on-surface-light: #f0f0f3;
|
|
136
|
+
--md-sys-color-inverse-surface-light: #2e3133;
|
|
137
|
+
--md-sys-color-inverse-primary-light: #8fcdff;
|
|
138
|
+
--md-sys-color-shadow-light: #000000;
|
|
139
|
+
--md-sys-color-surface-tint-light: #006495;
|
|
140
|
+
--md-sys-color-outline-variant-light: #c1c7ce;
|
|
141
|
+
--md-sys-color-scrim-light: #000000;
|
|
142
|
+
/* dark */
|
|
143
|
+
--md-sys-color-primary-dark: #8fcdff;
|
|
144
|
+
--md-sys-color-on-primary-dark: #003450;
|
|
145
|
+
--md-sys-color-primary-container-dark: #004b71;
|
|
146
|
+
--md-sys-color-on-primary-container-dark: #cbe6ff;
|
|
147
|
+
--md-sys-color-secondary-dark: #b8c8d9;
|
|
148
|
+
--md-sys-color-on-secondary-dark: #22323f;
|
|
149
|
+
--md-sys-color-secondary-container-dark: #394856;
|
|
150
|
+
--md-sys-color-on-secondary-container-dark: #d4e4f6;
|
|
151
|
+
--md-sys-color-tertiary-dark: #d0bfe7;
|
|
152
|
+
--md-sys-color-on-tertiary-dark: #362b4a;
|
|
153
|
+
--md-sys-color-tertiary-container-dark: #4d4162;
|
|
154
|
+
--md-sys-color-on-tertiary-container-dark: #ecdcff;
|
|
155
|
+
--md-sys-color-error-dark: #ffb4ab;
|
|
156
|
+
--md-sys-color-error-container-dark: #93000a;
|
|
157
|
+
--md-sys-color-on-error-dark: #690005;
|
|
158
|
+
--md-sys-color-on-error-container-dark: #ffdad6;
|
|
159
|
+
--md-sys-color-background-dark: #1a1c1e;
|
|
160
|
+
--md-sys-color-on-background-dark: #e2e2e5;
|
|
161
|
+
--md-sys-color-surface-dark: #1a1c1e;
|
|
162
|
+
--md-sys-color-on-surface-dark: #e2e2e5;
|
|
163
|
+
--md-sys-color-surface-variant-dark: #41474d;
|
|
164
|
+
--md-sys-color-on-surface-variant-dark: #c1c7ce;
|
|
165
|
+
--md-sys-color-outline-dark: #8b9198;
|
|
166
|
+
--md-sys-color-inverse-on-surface-dark: #1a1c1e;
|
|
167
|
+
--md-sys-color-inverse-surface-dark: #e2e2e5;
|
|
168
|
+
--md-sys-color-inverse-primary-dark: #006495;
|
|
169
|
+
--md-sys-color-shadow-dark: #000000;
|
|
170
|
+
--md-sys-color-surface-tint-dark: #8fcdff;
|
|
171
|
+
--md-sys-color-outline-variant-dark: #41474d;
|
|
172
|
+
--md-sys-color-scrim-dark: #000000;
|
|
173
|
+
/* display - large */
|
|
174
|
+
--md-sys-typescale-display-large-font-family-name: Roboto;
|
|
175
|
+
--md-sys-typescale-display-large-font-family-style: Regular;
|
|
176
|
+
--md-sys-typescale-display-large-font-weight: 400px;
|
|
177
|
+
--md-sys-typescale-display-large-font-size: 57px;
|
|
178
|
+
--md-sys-typescale-display-large-line-height: 64px;
|
|
179
|
+
--md-sys-typescale-display-large-letter-spacing: -0.25px;
|
|
180
|
+
/* display - medium */
|
|
181
|
+
--md-sys-typescale-display-medium-font-family-name: Roboto;
|
|
182
|
+
--md-sys-typescale-display-medium-font-family-style: Regular;
|
|
183
|
+
--md-sys-typescale-display-medium-font-weight: 400px;
|
|
184
|
+
--md-sys-typescale-display-medium-font-size: 45px;
|
|
185
|
+
--md-sys-typescale-display-medium-line-height: 52px;
|
|
186
|
+
--md-sys-typescale-display-medium-letter-spacing: 0px;
|
|
187
|
+
/* display - small */
|
|
188
|
+
--md-sys-typescale-display-small-font-family-name: Roboto;
|
|
189
|
+
--md-sys-typescale-display-small-font-family-style: Regular;
|
|
190
|
+
--md-sys-typescale-display-small-font-weight: 400px;
|
|
191
|
+
--md-sys-typescale-display-small-font-size: 36px;
|
|
192
|
+
--md-sys-typescale-display-small-line-height: 44px;
|
|
193
|
+
--md-sys-typescale-display-small-letter-spacing: 0px;
|
|
194
|
+
/* headline - large */
|
|
195
|
+
--md-sys-typescale-headline-large-font-family-name: Roboto;
|
|
196
|
+
--md-sys-typescale-headline-large-font-family-style: Regular;
|
|
197
|
+
--md-sys-typescale-headline-large-font-weight: 400px;
|
|
198
|
+
--md-sys-typescale-headline-large-font-size: 32px;
|
|
199
|
+
--md-sys-typescale-headline-large-line-height: 40px;
|
|
200
|
+
--md-sys-typescale-headline-large-letter-spacing: 0px;
|
|
201
|
+
/* headline - medium */
|
|
202
|
+
--md-sys-typescale-headline-medium-font-family-name: Roboto;
|
|
203
|
+
--md-sys-typescale-headline-medium-font-family-style: Regular;
|
|
204
|
+
--md-sys-typescale-headline-medium-font-weight: 400px;
|
|
205
|
+
--md-sys-typescale-headline-medium-font-size: 28px;
|
|
206
|
+
--md-sys-typescale-headline-medium-line-height: 36px;
|
|
207
|
+
--md-sys-typescale-headline-medium-letter-spacing: 0px;
|
|
208
|
+
/* headline - small */
|
|
209
|
+
--md-sys-typescale-headline-small-font-family-name: Roboto;
|
|
210
|
+
--md-sys-typescale-headline-small-font-family-style: Regular;
|
|
211
|
+
--md-sys-typescale-headline-small-font-weight: 400px;
|
|
212
|
+
--md-sys-typescale-headline-small-font-size: 24px;
|
|
213
|
+
--md-sys-typescale-headline-small-line-height: 32px;
|
|
214
|
+
--md-sys-typescale-headline-small-letter-spacing: 0px;
|
|
215
|
+
/* body - large */
|
|
216
|
+
--md-sys-typescale-body-large-font-family-name: Roboto;
|
|
217
|
+
--md-sys-typescale-body-large-font-family-style: Regular;
|
|
218
|
+
--md-sys-typescale-body-large-font-weight: 400px;
|
|
219
|
+
--md-sys-typescale-body-large-font-size: 16px;
|
|
220
|
+
--md-sys-typescale-body-large-line-height: 24px;
|
|
221
|
+
--md-sys-typescale-body-large-letter-spacing: 0.50px;
|
|
222
|
+
/* body - medium */
|
|
223
|
+
--md-sys-typescale-body-medium-font-family-name: Roboto;
|
|
224
|
+
--md-sys-typescale-body-medium-font-family-style: Regular;
|
|
225
|
+
--md-sys-typescale-body-medium-font-weight: 400px;
|
|
226
|
+
--md-sys-typescale-body-medium-font-size: 14px;
|
|
227
|
+
--md-sys-typescale-body-medium-line-height: 20px;
|
|
228
|
+
--md-sys-typescale-body-medium-letter-spacing: 0.25px;
|
|
229
|
+
/* body - small */
|
|
230
|
+
--md-sys-typescale-body-small-font-family-name: Roboto;
|
|
231
|
+
--md-sys-typescale-body-small-font-family-style: Regular;
|
|
232
|
+
--md-sys-typescale-body-small-font-weight: 400px;
|
|
233
|
+
--md-sys-typescale-body-small-font-size: 12px;
|
|
234
|
+
--md-sys-typescale-body-small-line-height: 16px;
|
|
235
|
+
--md-sys-typescale-body-small-letter-spacing: 0.40px;
|
|
236
|
+
/* label - large */
|
|
237
|
+
--md-sys-typescale-label-large-font-family-name: Roboto;
|
|
238
|
+
--md-sys-typescale-label-large-font-family-style: Medium;
|
|
239
|
+
--md-sys-typescale-label-large-font-weight: 500px;
|
|
240
|
+
--md-sys-typescale-label-large-font-size: 14px;
|
|
241
|
+
--md-sys-typescale-label-large-line-height: 20px;
|
|
242
|
+
--md-sys-typescale-label-large-letter-spacing: 0.10px;
|
|
243
|
+
/* label - medium */
|
|
244
|
+
--md-sys-typescale-label-medium-font-family-name: Roboto;
|
|
245
|
+
--md-sys-typescale-label-medium-font-family-style: Medium;
|
|
246
|
+
--md-sys-typescale-label-medium-font-weight: 500px;
|
|
247
|
+
--md-sys-typescale-label-medium-font-size: 12px;
|
|
248
|
+
--md-sys-typescale-label-medium-line-height: 16px;
|
|
249
|
+
--md-sys-typescale-label-medium-letter-spacing: 0.50px;
|
|
250
|
+
/* label - small */
|
|
251
|
+
--md-sys-typescale-label-small-font-family-name: Roboto;
|
|
252
|
+
--md-sys-typescale-label-small-font-family-style: Medium;
|
|
253
|
+
--md-sys-typescale-label-small-font-weight: 500px;
|
|
254
|
+
--md-sys-typescale-label-small-font-size: 11px;
|
|
255
|
+
--md-sys-typescale-label-small-line-height: 16px;
|
|
256
|
+
--md-sys-typescale-label-small-letter-spacing: 0.50px;
|
|
257
|
+
/* title - large */
|
|
258
|
+
--md-sys-typescale-title-large-font-family-name: Roboto;
|
|
259
|
+
--md-sys-typescale-title-large-font-family-style: Regular;
|
|
260
|
+
--md-sys-typescale-title-large-font-weight: 400px;
|
|
261
|
+
--md-sys-typescale-title-large-font-size: 22px;
|
|
262
|
+
--md-sys-typescale-title-large-line-height: 28px;
|
|
263
|
+
--md-sys-typescale-title-large-letter-spacing: 0px;
|
|
264
|
+
/* title - medium */
|
|
265
|
+
--md-sys-typescale-title-medium-font-family-name: Roboto;
|
|
266
|
+
--md-sys-typescale-title-medium-font-family-style: Medium;
|
|
267
|
+
--md-sys-typescale-title-medium-font-weight: 500px;
|
|
268
|
+
--md-sys-typescale-title-medium-font-size: 16px;
|
|
269
|
+
--md-sys-typescale-title-medium-line-height: 24px;
|
|
270
|
+
--md-sys-typescale-title-medium-letter-spacing: 0.15px;
|
|
271
|
+
/* title - small */
|
|
272
|
+
--md-sys-typescale-title-small-font-family-name: Roboto;
|
|
273
|
+
--md-sys-typescale-title-small-font-family-style: Medium;
|
|
274
|
+
--md-sys-typescale-title-small-font-weight: 500px;
|
|
275
|
+
--md-sys-typescale-title-small-font-size: 14px;
|
|
276
|
+
--md-sys-typescale-title-small-line-height: 20px;
|
|
277
|
+
--md-sys-typescale-title-small-letter-spacing: 0.10px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.primary {
|
|
281
|
+
background-color: var(--md-sys-color-primary);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.primary-text {
|
|
285
|
+
color: var(--md-sys-color-primary);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.on-primary {
|
|
289
|
+
background-color: var(--md-sys-color-on-primary);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.on-primary-text {
|
|
293
|
+
color: var(--md-sys-color-on-primary);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.primary-container {
|
|
297
|
+
background-color: var(--md-sys-color-primary-container);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.primary-container-text {
|
|
301
|
+
color: var(--md-sys-color-primary-container);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.on-primary-container {
|
|
305
|
+
background-color: var(--md-sys-color-on-primary-container);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.on-primary-container-text {
|
|
309
|
+
color: var(--md-sys-color-on-primary-container);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.secondary {
|
|
313
|
+
background-color: var(--md-sys-color-secondary);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.secondary-text {
|
|
317
|
+
color: var(--md-sys-color-secondary);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.on-secondary {
|
|
321
|
+
background-color: var(--md-sys-color-on-secondary);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.on-secondary-text {
|
|
325
|
+
color: var(--md-sys-color-on-secondary);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.secondary-container {
|
|
329
|
+
background-color: var(--md-sys-color-secondary-container);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.secondary-container-text {
|
|
333
|
+
color: var(--md-sys-color-secondary-container);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.on-secondary-container {
|
|
337
|
+
background-color: var(--md-sys-color-on-secondary-container);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.on-secondary-container-text {
|
|
341
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.tertiary {
|
|
345
|
+
background-color: var(--md-sys-color-tertiary);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.tertiary-text {
|
|
349
|
+
color: var(--md-sys-color-tertiary);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.on-tertiary {
|
|
353
|
+
background-color: var(--md-sys-color-on-tertiary);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.on-tertiary-text {
|
|
357
|
+
color: var(--md-sys-color-on-tertiary);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.tertiary-container {
|
|
361
|
+
background-color: var(--md-sys-color-tertiary-container);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.tertiary-container-text {
|
|
365
|
+
color: var(--md-sys-color-tertiary-container);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.on-tertiary-container {
|
|
369
|
+
background-color: var(--md-sys-color-on-tertiary-container);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.on-tertiary-container-text {
|
|
373
|
+
color: var(--md-sys-color-on-tertiary-container);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.error {
|
|
377
|
+
background-color: var(--md-sys-color-error);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.error-text {
|
|
381
|
+
color: var(--md-sys-color-error);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.on-error {
|
|
385
|
+
background-color: var(--md-sys-color-on-error);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.on-error-text {
|
|
389
|
+
color: var(--md-sys-color-on-error);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.error-container {
|
|
393
|
+
background-color: var(--md-sys-color-error-container);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.error-container-text {
|
|
397
|
+
color: var(--md-sys-color-error-container);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.on-error-container {
|
|
401
|
+
background-color: var(--md-sys-color-on-error-container);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.on-error-container-text {
|
|
405
|
+
color: var(--md-sys-color-on-error-container);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.background {
|
|
409
|
+
background-color: var(--md-sys-color-background);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.background-text {
|
|
413
|
+
color: var(--md-sys-color-background);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.on-background {
|
|
417
|
+
background-color: var(--md-sys-color-on-background);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.on-background-text {
|
|
421
|
+
color: var(--md-sys-color-on-background);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.surface {
|
|
425
|
+
background-color: var(--md-sys-color-surface);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.surface-text {
|
|
429
|
+
color: var(--md-sys-color-surface);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.on-surface {
|
|
433
|
+
background-color: var(--md-sys-color-on-surface);
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.on-surface-text {
|
|
437
|
+
color: var(--md-sys-color-on-surface);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.surface-variant {
|
|
441
|
+
background-color: var(--md-sys-color-surface-variant);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.surface-variant-text {
|
|
445
|
+
color: var(--md-sys-color-surface-variant);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.on-surface-variant {
|
|
449
|
+
background-color: var(--md-sys-color-on-surface-variant);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.on-surface-variant-text {
|
|
453
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.outline {
|
|
457
|
+
background-color: var(--md-sys-color-outline);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.outline-text {
|
|
461
|
+
color: var(--md-sys-color-outline);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.inverse-on-surface {
|
|
465
|
+
background-color: var(--md-sys-color-inverse-on-surface);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.inverse-on-surface-text {
|
|
469
|
+
color: var(--md-sys-color-inverse-on-surface);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.inverse-surface {
|
|
473
|
+
background-color: var(--md-sys-color-inverse-surface);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.inverse-surface-text {
|
|
477
|
+
color: var(--md-sys-color-inverse-surface);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.inverse-primary {
|
|
481
|
+
background-color: var(--md-sys-color-inverse-primary);
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.inverse-primary-text {
|
|
485
|
+
color: var(--md-sys-color-inverse-primary);
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.shadow {
|
|
489
|
+
background-color: var(--md-sys-color-shadow);
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.shadow-text {
|
|
493
|
+
color: var(--md-sys-color-shadow);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.surface-tint {
|
|
497
|
+
background-color: var(--md-sys-color-surface-tint);
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.surface-tint-text {
|
|
501
|
+
color: var(--md-sys-color-surface-tint);
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.outline-variant {
|
|
505
|
+
background-color: var(--md-sys-color-outline-variant);
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.outline-variant-text {
|
|
509
|
+
color: var(--md-sys-color-outline-variant);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.scrim {
|
|
513
|
+
background-color: var(--md-sys-color-scrim);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.scrim-text {
|
|
517
|
+
color: var(--md-sys-color-scrim);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.display-large {
|
|
521
|
+
font-family: var(--md-sys-typescale-display-large-font-family-name);
|
|
522
|
+
font-style: var(--md-sys-typescale-display-large-font-family-style);
|
|
523
|
+
font-weight: var(--md-sys-typescale-display-large-font-weight);
|
|
524
|
+
font-size: var(--md-sys-typescale-display-large-font-size);
|
|
525
|
+
letter-spacing: var(--md-sys-typescale-display-large-tracking);
|
|
526
|
+
line-height: var(--md-sys-typescale-display-large-height);
|
|
527
|
+
text-transform: var(--md-sys-typescale-display-large-text-transform);
|
|
528
|
+
-webkit-text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
529
|
+
-moz-text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
530
|
+
text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.display-medium {
|
|
534
|
+
font-family: var(--md-sys-typescale-display-medium-font-family-name);
|
|
535
|
+
font-style: var(--md-sys-typescale-display-medium-font-family-style);
|
|
536
|
+
font-weight: var(--md-sys-typescale-display-medium-font-weight);
|
|
537
|
+
font-size: var(--md-sys-typescale-display-medium-font-size);
|
|
538
|
+
letter-spacing: var(--md-sys-typescale-display-medium-tracking);
|
|
539
|
+
line-height: var(--md-sys-typescale-display-medium-height);
|
|
540
|
+
text-transform: var(--md-sys-typescale-display-medium-text-transform);
|
|
541
|
+
-webkit-text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
542
|
+
-moz-text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
543
|
+
text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.display-small {
|
|
547
|
+
font-family: var(--md-sys-typescale-display-small-font-family-name);
|
|
548
|
+
font-style: var(--md-sys-typescale-display-small-font-family-style);
|
|
549
|
+
font-weight: var(--md-sys-typescale-display-small-font-weight);
|
|
550
|
+
font-size: var(--md-sys-typescale-display-small-font-size);
|
|
551
|
+
letter-spacing: var(--md-sys-typescale-display-small-tracking);
|
|
552
|
+
line-height: var(--md-sys-typescale-display-small-height);
|
|
553
|
+
text-transform: var(--md-sys-typescale-display-small-text-transform);
|
|
554
|
+
-webkit-text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
555
|
+
-moz-text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
556
|
+
text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.headline-large {
|
|
560
|
+
font-family: var(--md-sys-typescale-headline-large-font-family-name);
|
|
561
|
+
font-style: var(--md-sys-typescale-headline-large-font-family-style);
|
|
562
|
+
font-weight: var(--md-sys-typescale-headline-large-font-weight);
|
|
563
|
+
font-size: var(--md-sys-typescale-headline-large-font-size);
|
|
564
|
+
letter-spacing: var(--md-sys-typescale-headline-large-tracking);
|
|
565
|
+
line-height: var(--md-sys-typescale-headline-large-height);
|
|
566
|
+
text-transform: var(--md-sys-typescale-headline-large-text-transform);
|
|
567
|
+
-webkit-text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
568
|
+
-moz-text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
569
|
+
text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.headline-medium {
|
|
573
|
+
font-family: var(--md-sys-typescale-headline-medium-font-family-name);
|
|
574
|
+
font-style: var(--md-sys-typescale-headline-medium-font-family-style);
|
|
575
|
+
font-weight: var(--md-sys-typescale-headline-medium-font-weight);
|
|
576
|
+
font-size: var(--md-sys-typescale-headline-medium-font-size);
|
|
577
|
+
letter-spacing: var(--md-sys-typescale-headline-medium-tracking);
|
|
578
|
+
line-height: var(--md-sys-typescale-headline-medium-height);
|
|
579
|
+
text-transform: var(--md-sys-typescale-headline-medium-text-transform);
|
|
580
|
+
-webkit-text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
581
|
+
-moz-text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
582
|
+
text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.headline-small {
|
|
586
|
+
font-family: var(--md-sys-typescale-headline-small-font-family-name);
|
|
587
|
+
font-style: var(--md-sys-typescale-headline-small-font-family-style);
|
|
588
|
+
font-weight: var(--md-sys-typescale-headline-small-font-weight);
|
|
589
|
+
font-size: var(--md-sys-typescale-headline-small-font-size);
|
|
590
|
+
letter-spacing: var(--md-sys-typescale-headline-small-tracking);
|
|
591
|
+
line-height: var(--md-sys-typescale-headline-small-height);
|
|
592
|
+
text-transform: var(--md-sys-typescale-headline-small-text-transform);
|
|
593
|
+
-webkit-text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
594
|
+
-moz-text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
595
|
+
text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.body-large {
|
|
599
|
+
font-family: var(--md-sys-typescale-body-large-font-family-name);
|
|
600
|
+
font-style: var(--md-sys-typescale-body-large-font-family-style);
|
|
601
|
+
font-weight: var(--md-sys-typescale-body-large-font-weight);
|
|
602
|
+
font-size: var(--md-sys-typescale-body-large-font-size);
|
|
603
|
+
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
604
|
+
line-height: var(--md-sys-typescale-body-large-height);
|
|
605
|
+
text-transform: var(--md-sys-typescale-body-large-text-transform);
|
|
606
|
+
-webkit-text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
607
|
+
-moz-text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
608
|
+
text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.body-medium {
|
|
612
|
+
font-family: var(--md-sys-typescale-body-medium-font-family-name);
|
|
613
|
+
font-style: var(--md-sys-typescale-body-medium-font-family-style);
|
|
614
|
+
font-weight: var(--md-sys-typescale-body-medium-font-weight);
|
|
615
|
+
font-size: var(--md-sys-typescale-body-medium-font-size);
|
|
616
|
+
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
617
|
+
line-height: var(--md-sys-typescale-body-medium-height);
|
|
618
|
+
text-transform: var(--md-sys-typescale-body-medium-text-transform);
|
|
619
|
+
-webkit-text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
620
|
+
-moz-text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
621
|
+
text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.body-small {
|
|
625
|
+
font-family: var(--md-sys-typescale-body-small-font-family-name);
|
|
626
|
+
font-style: var(--md-sys-typescale-body-small-font-family-style);
|
|
627
|
+
font-weight: var(--md-sys-typescale-body-small-font-weight);
|
|
628
|
+
font-size: var(--md-sys-typescale-body-small-font-size);
|
|
629
|
+
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
630
|
+
line-height: var(--md-sys-typescale-body-small-height);
|
|
631
|
+
text-transform: var(--md-sys-typescale-body-small-text-transform);
|
|
632
|
+
-webkit-text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
633
|
+
-moz-text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
634
|
+
text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.label-large {
|
|
638
|
+
font-family: var(--md-sys-typescale-label-large-font-family-name);
|
|
639
|
+
font-style: var(--md-sys-typescale-label-large-font-family-style);
|
|
640
|
+
font-weight: var(--md-sys-typescale-label-large-font-weight);
|
|
641
|
+
font-size: var(--md-sys-typescale-label-large-font-size);
|
|
642
|
+
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
643
|
+
line-height: var(--md-sys-typescale-label-large-height);
|
|
644
|
+
text-transform: var(--md-sys-typescale-label-large-text-transform);
|
|
645
|
+
-webkit-text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
646
|
+
-moz-text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
647
|
+
text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.label-medium {
|
|
651
|
+
font-family: var(--md-sys-typescale-label-medium-font-family-name);
|
|
652
|
+
font-style: var(--md-sys-typescale-label-medium-font-family-style);
|
|
653
|
+
font-weight: var(--md-sys-typescale-label-medium-font-weight);
|
|
654
|
+
font-size: var(--md-sys-typescale-label-medium-font-size);
|
|
655
|
+
letter-spacing: var(--md-sys-typescale-label-medium-tracking);
|
|
656
|
+
line-height: var(--md-sys-typescale-label-medium-height);
|
|
657
|
+
text-transform: var(--md-sys-typescale-label-medium-text-transform);
|
|
658
|
+
-webkit-text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
659
|
+
-moz-text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
660
|
+
text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.label-small {
|
|
664
|
+
font-family: var(--md-sys-typescale-label-small-font-family-name);
|
|
665
|
+
font-style: var(--md-sys-typescale-label-small-font-family-style);
|
|
666
|
+
font-weight: var(--md-sys-typescale-label-small-font-weight);
|
|
667
|
+
font-size: var(--md-sys-typescale-label-small-font-size);
|
|
668
|
+
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
669
|
+
line-height: var(--md-sys-typescale-label-small-height);
|
|
670
|
+
text-transform: var(--md-sys-typescale-label-small-text-transform);
|
|
671
|
+
-webkit-text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
672
|
+
-moz-text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
673
|
+
text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.title-large {
|
|
677
|
+
font-family: var(--md-sys-typescale-title-large-font-family-name);
|
|
678
|
+
font-style: var(--md-sys-typescale-title-large-font-family-style);
|
|
679
|
+
font-weight: var(--md-sys-typescale-title-large-font-weight);
|
|
680
|
+
font-size: var(--md-sys-typescale-title-large-font-size);
|
|
681
|
+
letter-spacing: var(--md-sys-typescale-title-large-tracking);
|
|
682
|
+
line-height: var(--md-sys-typescale-title-large-height);
|
|
683
|
+
text-transform: var(--md-sys-typescale-title-large-text-transform);
|
|
684
|
+
-webkit-text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
685
|
+
-moz-text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
686
|
+
text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.title-medium {
|
|
690
|
+
font-family: var(--md-sys-typescale-title-medium-font-family-name);
|
|
691
|
+
font-style: var(--md-sys-typescale-title-medium-font-family-style);
|
|
692
|
+
font-weight: var(--md-sys-typescale-title-medium-font-weight);
|
|
693
|
+
font-size: var(--md-sys-typescale-title-medium-font-size);
|
|
694
|
+
letter-spacing: var(--md-sys-typescale-title-medium-tracking);
|
|
695
|
+
line-height: var(--md-sys-typescale-title-medium-height);
|
|
696
|
+
text-transform: var(--md-sys-typescale-title-medium-text-transform);
|
|
697
|
+
-webkit-text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
698
|
+
-moz-text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
699
|
+
text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.title-small {
|
|
703
|
+
font-family: var(--md-sys-typescale-title-small-font-family-name);
|
|
704
|
+
font-style: var(--md-sys-typescale-title-small-font-family-style);
|
|
705
|
+
font-weight: var(--md-sys-typescale-title-small-font-weight);
|
|
706
|
+
font-size: var(--md-sys-typescale-title-small-font-size);
|
|
707
|
+
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
708
|
+
line-height: var(--md-sys-typescale-title-small-height);
|
|
709
|
+
text-transform: var(--md-sys-typescale-title-small-text-transform);
|
|
710
|
+
-webkit-text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
711
|
+
-moz-text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
712
|
+
text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
:root {
|
|
716
|
+
--md-sys-color-primary: var(--md-sys-color-primary-light);
|
|
717
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
|
|
718
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
|
|
719
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
|
|
720
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-light);
|
|
721
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
|
|
722
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
|
|
723
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
|
|
724
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
|
|
725
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
|
|
726
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
|
|
727
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
|
|
728
|
+
--md-sys-color-error: var(--md-sys-color-error-light);
|
|
729
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-light);
|
|
730
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-light);
|
|
731
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
|
|
732
|
+
--md-sys-color-outline: var(--md-sys-color-outline-light);
|
|
733
|
+
--md-sys-color-background: var(--md-sys-color-background-light);
|
|
734
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-light);
|
|
735
|
+
--md-sys-color-surface: var(--md-sys-color-surface-light);
|
|
736
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
|
|
737
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
|
|
738
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
|
|
739
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
|
|
740
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
|
|
741
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
|
|
742
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-light);
|
|
743
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
|
|
744
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
|
|
745
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-light);
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
:root[theme=dark] {
|
|
749
|
+
--md-sys-color-primary: var(--md-sys-color-primary-dark);
|
|
750
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
|
|
751
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
|
|
752
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
|
|
753
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-dark);
|
|
754
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
|
|
755
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
|
|
756
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
|
|
757
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
|
|
758
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
|
|
759
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
|
|
760
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
|
|
761
|
+
--md-sys-color-error: var(--md-sys-color-error-dark);
|
|
762
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-dark);
|
|
763
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-dark);
|
|
764
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
|
|
765
|
+
--md-sys-color-outline: var(--md-sys-color-outline-dark);
|
|
766
|
+
--md-sys-color-background: var(--md-sys-color-background-dark);
|
|
767
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-dark);
|
|
768
|
+
--md-sys-color-surface: var(--md-sys-color-surface-dark);
|
|
769
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
|
|
770
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
|
|
771
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
|
|
772
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
|
|
773
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
|
|
774
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
|
|
775
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-dark);
|
|
776
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
|
|
777
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
|
|
778
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-dark);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
:root, :host {
|
|
782
|
+
--surface-color: var(--md-sys-color-surface);
|
|
783
|
+
--background-color: var(--md-sys-color-background);
|
|
784
|
+
--font-color-main: var(--md-sys-color-on-background);
|
|
785
|
+
--font-color-medium: var(--md-sys-color-on-surface-variant);
|
|
786
|
+
--font-color-disabled: var(--md-sys-color-on-surface);
|
|
787
|
+
--font-on-primary-color-main: var(--md-sys-color-on-primary);
|
|
788
|
+
--font-on-primary-color-dark-main: var(--md-sys-color-on-primary-dark);
|
|
789
|
+
--font-on-primary-color-dark-medium: var(--md-sys-color-on-surface-variant-dark);
|
|
790
|
+
--font-on-primary-color-medium: var(--md-sys-color-on-surface-variant);
|
|
791
|
+
--font-on-primary-color-disabled: rgba(255, 255, 255, 0.38);
|
|
792
|
+
--font-on-secondary-color-main: var(--md-sys-color-on-secondary);
|
|
793
|
+
--hover-color: rgba(0, 0, 0, 0.04);
|
|
794
|
+
--focus-color: rgba(0, 0, 0, 0.12);
|
|
795
|
+
--focus-color-solid: #E0E0E0;
|
|
796
|
+
--background-color-disabled: rgba(0, 0, 0, 0.12);
|
|
797
|
+
--background-color-level-4dp: rgba(0, 0, 0, 0.09);
|
|
798
|
+
--background-color-level-16dp-solid: var(--surface-color);
|
|
799
|
+
--background-color-slight-emphasis: rgba(0, 0, 0, 0.08);
|
|
800
|
+
--background-color-card: var(--surface-color);
|
|
801
|
+
--tooltip-background-color: #313033;
|
|
802
|
+
--tooltip-font-color: rgba(255, 255, 255, 0.77);
|
|
803
|
+
--separator-color: #DDDDDD; /* borders between components */
|
|
804
|
+
--error-color: #F44336;
|
|
805
|
+
--slider-track-color: var(--md-sys-color-shadow-light);
|
|
806
|
+
--switch-thumb-off-color: var(--md-ref-palette-primary100);
|
|
807
|
+
--carousel-indicator-color: rgba(255, 255, 255, 0.45);
|
|
808
|
+
--carousel-indicator-active-color: var(--md-ref-palette-primary100);
|
|
809
|
+
--primary-color: var(--md-sys-color-primary);
|
|
810
|
+
--primary-color-dark: var(--md-sys-color-primary-dark);
|
|
811
|
+
--primary-color-raised-hover-solid: var(--md-ref-palette-primary70);
|
|
812
|
+
--primary-color-raised-focus-solid: var(--md-ref-palette-primary80);
|
|
813
|
+
--primary-color-font-medium-color: rgba(var(--primary-color-numeric), 0.7);
|
|
814
|
+
--primary-color-font-disabled-color: rgba(var(--primary-color-numeric), 0.4);
|
|
815
|
+
--primary-color-hover-opaque: rgba(var(--primary-color-numeric), 0.06);
|
|
816
|
+
--primary-color-focus-opaque: rgba(var(--primary-color-numeric), 0.18);
|
|
817
|
+
--secondary-color: var(--md-sys-color-secondary);
|
|
818
|
+
--secondary-color-hover-solid: var(--md-ref-palette-secondary70);
|
|
819
|
+
--secondary-color-focus-solid: var(--md-ref-palette-secondary80);
|
|
820
|
+
--secondary-container-color: var(--md-sys-color-secondary-container);
|
|
821
|
+
--font-on-secondary-container-color: var(--md-sys-color-on-secondary-container);
|
|
822
|
+
--md_sys_color_on-surface: 28, 27, 31;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
:root[theme=dark] {
|
|
826
|
+
--font-on-primary-color-disabled: rgba(0, 0, 0, 0.38);
|
|
827
|
+
--hover-color: rgba(255, 255, 255, 0.04);
|
|
828
|
+
--focus-color: rgba(255, 255, 255, 0.12);
|
|
829
|
+
--focus-color-solid: #424242;
|
|
830
|
+
--background-color-disabled: rgba(255, 255, 255, 0.12);
|
|
831
|
+
--background-color-level-4dp: rgba(255, 255, 255, 0.09);
|
|
832
|
+
--background-color-slight-emphasis: rgba(255, 255, 255, 0.05);
|
|
833
|
+
--separator-color: #424242; /* borders between components */
|
|
834
|
+
--error-color: #CF6679;
|
|
835
|
+
--switch-thumb-off-color: #bababa;
|
|
836
|
+
--md_sys_color_on-surface: 230, 225, 229;
|
|
837
|
+
}
|
|
838
|
+
|
|
7
839
|
.materialize-red {
|
|
8
840
|
background-color: #e51c23 !important;
|
|
9
841
|
}
|
|
@@ -2825,6 +3657,11 @@ ul.staggered-list li {
|
|
|
2825
3657
|
background-color: var(--primary-color-dark);
|
|
2826
3658
|
}
|
|
2827
3659
|
|
|
3660
|
+
.page-footer ul {
|
|
3661
|
+
padding-left: 0;
|
|
3662
|
+
list-style-type: none;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
2828
3665
|
table, th, td {
|
|
2829
3666
|
border: none;
|
|
2830
3667
|
}
|
|
@@ -3101,6 +3938,489 @@ input[type=range] + .thumb {
|
|
|
3101
3938
|
padding: 0 !important;
|
|
3102
3939
|
}
|
|
3103
3940
|
|
|
3941
|
+
/**************************
|
|
3942
|
+
Utility Spacing Classes
|
|
3943
|
+
**************************/
|
|
3944
|
+
.m-0 {
|
|
3945
|
+
margin: 0 !important;
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3948
|
+
.mt-0 {
|
|
3949
|
+
margin-top: 0 !important;
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
.mr-0 {
|
|
3953
|
+
margin-right: 0 !important;
|
|
3954
|
+
}
|
|
3955
|
+
|
|
3956
|
+
.mb-0 {
|
|
3957
|
+
margin-bottom: 0 !important;
|
|
3958
|
+
}
|
|
3959
|
+
|
|
3960
|
+
.ml-0 {
|
|
3961
|
+
margin-left: 0 !important;
|
|
3962
|
+
}
|
|
3963
|
+
|
|
3964
|
+
.mx-0 {
|
|
3965
|
+
margin-left: 0 !important;
|
|
3966
|
+
margin-right: 0 !important;
|
|
3967
|
+
}
|
|
3968
|
+
|
|
3969
|
+
.my-0 {
|
|
3970
|
+
margin-top: 0 !important;
|
|
3971
|
+
margin-bottom: 0 !important;
|
|
3972
|
+
}
|
|
3973
|
+
|
|
3974
|
+
.m-1 {
|
|
3975
|
+
margin: 0.25rem !important;
|
|
3976
|
+
}
|
|
3977
|
+
|
|
3978
|
+
.mt-1 {
|
|
3979
|
+
margin-top: 0.25rem !important;
|
|
3980
|
+
}
|
|
3981
|
+
|
|
3982
|
+
.mr-1 {
|
|
3983
|
+
margin-right: 0.25rem !important;
|
|
3984
|
+
}
|
|
3985
|
+
|
|
3986
|
+
.mb-1 {
|
|
3987
|
+
margin-bottom: 0.25rem !important;
|
|
3988
|
+
}
|
|
3989
|
+
|
|
3990
|
+
.ml-1 {
|
|
3991
|
+
margin-left: 0.25rem !important;
|
|
3992
|
+
}
|
|
3993
|
+
|
|
3994
|
+
.mx-1 {
|
|
3995
|
+
margin-left: 0.25rem !important;
|
|
3996
|
+
margin-right: 0.25rem !important;
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
.my-1 {
|
|
4000
|
+
margin-top: 0.25rem !important;
|
|
4001
|
+
margin-bottom: 0.25rem !important;
|
|
4002
|
+
}
|
|
4003
|
+
|
|
4004
|
+
.m-2 {
|
|
4005
|
+
margin: 0.5rem !important;
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
.mt-2 {
|
|
4009
|
+
margin-top: 0.5rem !important;
|
|
4010
|
+
}
|
|
4011
|
+
|
|
4012
|
+
.mr-2 {
|
|
4013
|
+
margin-right: 0.5rem !important;
|
|
4014
|
+
}
|
|
4015
|
+
|
|
4016
|
+
.mb-2 {
|
|
4017
|
+
margin-bottom: 0.5rem !important;
|
|
4018
|
+
}
|
|
4019
|
+
|
|
4020
|
+
.ml-2 {
|
|
4021
|
+
margin-left: 0.5rem !important;
|
|
4022
|
+
}
|
|
4023
|
+
|
|
4024
|
+
.mx-2 {
|
|
4025
|
+
margin-left: 0.5rem !important;
|
|
4026
|
+
margin-right: 0.5rem !important;
|
|
4027
|
+
}
|
|
4028
|
+
|
|
4029
|
+
.my-2 {
|
|
4030
|
+
margin-top: 0.5rem !important;
|
|
4031
|
+
margin-bottom: 0.5rem !important;
|
|
4032
|
+
}
|
|
4033
|
+
|
|
4034
|
+
.m-3 {
|
|
4035
|
+
margin: 0.75rem !important;
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
.mt-3 {
|
|
4039
|
+
margin-top: 0.75rem !important;
|
|
4040
|
+
}
|
|
4041
|
+
|
|
4042
|
+
.mr-3 {
|
|
4043
|
+
margin-right: 0.75rem !important;
|
|
4044
|
+
}
|
|
4045
|
+
|
|
4046
|
+
.mb-3 {
|
|
4047
|
+
margin-bottom: 0.75rem !important;
|
|
4048
|
+
}
|
|
4049
|
+
|
|
4050
|
+
.ml-3 {
|
|
4051
|
+
margin-left: 0.75rem !important;
|
|
4052
|
+
}
|
|
4053
|
+
|
|
4054
|
+
.mx-3 {
|
|
4055
|
+
margin-left: 0.75rem !important;
|
|
4056
|
+
margin-right: 0.75rem !important;
|
|
4057
|
+
}
|
|
4058
|
+
|
|
4059
|
+
.my-3 {
|
|
4060
|
+
margin-top: 0.75rem !important;
|
|
4061
|
+
margin-bottom: 0.75rem !important;
|
|
4062
|
+
}
|
|
4063
|
+
|
|
4064
|
+
.m-4 {
|
|
4065
|
+
margin: 1rem !important;
|
|
4066
|
+
}
|
|
4067
|
+
|
|
4068
|
+
.mt-4 {
|
|
4069
|
+
margin-top: 1rem !important;
|
|
4070
|
+
}
|
|
4071
|
+
|
|
4072
|
+
.mr-4 {
|
|
4073
|
+
margin-right: 1rem !important;
|
|
4074
|
+
}
|
|
4075
|
+
|
|
4076
|
+
.mb-4 {
|
|
4077
|
+
margin-bottom: 1rem !important;
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4080
|
+
.ml-4 {
|
|
4081
|
+
margin-left: 1rem !important;
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
.mx-4 {
|
|
4085
|
+
margin-left: 1rem !important;
|
|
4086
|
+
margin-right: 1rem !important;
|
|
4087
|
+
}
|
|
4088
|
+
|
|
4089
|
+
.my-4 {
|
|
4090
|
+
margin-top: 1rem !important;
|
|
4091
|
+
margin-bottom: 1rem !important;
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
.m-5 {
|
|
4095
|
+
margin: 1.5rem !important;
|
|
4096
|
+
}
|
|
4097
|
+
|
|
4098
|
+
.mt-5 {
|
|
4099
|
+
margin-top: 1.5rem !important;
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.mr-5 {
|
|
4103
|
+
margin-right: 1.5rem !important;
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
.mb-5 {
|
|
4107
|
+
margin-bottom: 1.5rem !important;
|
|
4108
|
+
}
|
|
4109
|
+
|
|
4110
|
+
.ml-5 {
|
|
4111
|
+
margin-left: 1.5rem !important;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
.mx-5 {
|
|
4115
|
+
margin-left: 1.5rem !important;
|
|
4116
|
+
margin-right: 1.5rem !important;
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
.my-5 {
|
|
4120
|
+
margin-top: 1.5rem !important;
|
|
4121
|
+
margin-bottom: 1.5rem !important;
|
|
4122
|
+
}
|
|
4123
|
+
|
|
4124
|
+
.m-6 {
|
|
4125
|
+
margin: 3rem !important;
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
.mt-6 {
|
|
4129
|
+
margin-top: 3rem !important;
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
.mr-6 {
|
|
4133
|
+
margin-right: 3rem !important;
|
|
4134
|
+
}
|
|
4135
|
+
|
|
4136
|
+
.mb-6 {
|
|
4137
|
+
margin-bottom: 3rem !important;
|
|
4138
|
+
}
|
|
4139
|
+
|
|
4140
|
+
.ml-6 {
|
|
4141
|
+
margin-left: 3rem !important;
|
|
4142
|
+
}
|
|
4143
|
+
|
|
4144
|
+
.mx-6 {
|
|
4145
|
+
margin-left: 3rem !important;
|
|
4146
|
+
margin-right: 3rem !important;
|
|
4147
|
+
}
|
|
4148
|
+
|
|
4149
|
+
.my-6 {
|
|
4150
|
+
margin-top: 3rem !important;
|
|
4151
|
+
margin-bottom: 3rem !important;
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4154
|
+
.m-auto {
|
|
4155
|
+
margin: auto !important;
|
|
4156
|
+
}
|
|
4157
|
+
|
|
4158
|
+
.mt-auto {
|
|
4159
|
+
margin-top: auto !important;
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
.mr-auto {
|
|
4163
|
+
margin-right: auto !important;
|
|
4164
|
+
}
|
|
4165
|
+
|
|
4166
|
+
.mb-auto {
|
|
4167
|
+
margin-bottom: auto !important;
|
|
4168
|
+
}
|
|
4169
|
+
|
|
4170
|
+
.ml-auto {
|
|
4171
|
+
margin-left: auto !important;
|
|
4172
|
+
}
|
|
4173
|
+
|
|
4174
|
+
.mx-auto {
|
|
4175
|
+
margin-left: auto !important;
|
|
4176
|
+
margin-right: auto !important;
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4179
|
+
.my-auto {
|
|
4180
|
+
margin-top: auto !important;
|
|
4181
|
+
margin-bottom: auto !important;
|
|
4182
|
+
}
|
|
4183
|
+
|
|
4184
|
+
.p-0 {
|
|
4185
|
+
padding: 0 !important;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
.pt-0 {
|
|
4189
|
+
padding-top: 0 !important;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
.pr-0 {
|
|
4193
|
+
padding-right: 0 !important;
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
|
+
.pb-0 {
|
|
4197
|
+
padding-bottom: 0 !important;
|
|
4198
|
+
}
|
|
4199
|
+
|
|
4200
|
+
.pl-0 {
|
|
4201
|
+
padding-left: 0 !important;
|
|
4202
|
+
}
|
|
4203
|
+
|
|
4204
|
+
.px-0 {
|
|
4205
|
+
padding-left: 0 !important;
|
|
4206
|
+
padding-right: 0 !important;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
.py-0 {
|
|
4210
|
+
padding-top: 0 !important;
|
|
4211
|
+
padding-bottom: 0 !important;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
.p-1 {
|
|
4215
|
+
padding: 0.25rem !important;
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
.pt-1 {
|
|
4219
|
+
padding-top: 0.25rem !important;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.pr-1 {
|
|
4223
|
+
padding-right: 0.25rem !important;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
.pb-1 {
|
|
4227
|
+
padding-bottom: 0.25rem !important;
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.pl-1 {
|
|
4231
|
+
padding-left: 0.25rem !important;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4234
|
+
.px-1 {
|
|
4235
|
+
padding-left: 0.25rem !important;
|
|
4236
|
+
padding-right: 0.25rem !important;
|
|
4237
|
+
}
|
|
4238
|
+
|
|
4239
|
+
.py-1 {
|
|
4240
|
+
padding-top: 0.25rem !important;
|
|
4241
|
+
padding-bottom: 0.25rem !important;
|
|
4242
|
+
}
|
|
4243
|
+
|
|
4244
|
+
.p-2 {
|
|
4245
|
+
padding: 0.5rem !important;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
.pt-2 {
|
|
4249
|
+
padding-top: 0.5rem !important;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.pr-2 {
|
|
4253
|
+
padding-right: 0.5rem !important;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
.pb-2 {
|
|
4257
|
+
padding-bottom: 0.5rem !important;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.pl-2 {
|
|
4261
|
+
padding-left: 0.5rem !important;
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4264
|
+
.px-2 {
|
|
4265
|
+
padding-left: 0.5rem !important;
|
|
4266
|
+
padding-right: 0.5rem !important;
|
|
4267
|
+
}
|
|
4268
|
+
|
|
4269
|
+
.py-2 {
|
|
4270
|
+
padding-top: 0.5rem !important;
|
|
4271
|
+
padding-bottom: 0.5rem !important;
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
.p-3 {
|
|
4275
|
+
padding: 0.75rem !important;
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
.pt-3 {
|
|
4279
|
+
padding-top: 0.75rem !important;
|
|
4280
|
+
}
|
|
4281
|
+
|
|
4282
|
+
.pr-3 {
|
|
4283
|
+
padding-right: 0.75rem !important;
|
|
4284
|
+
}
|
|
4285
|
+
|
|
4286
|
+
.pb-3 {
|
|
4287
|
+
padding-bottom: 0.75rem !important;
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
.pl-3 {
|
|
4291
|
+
padding-left: 0.75rem !important;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.px-3 {
|
|
4295
|
+
padding-left: 0.75rem !important;
|
|
4296
|
+
padding-right: 0.75rem !important;
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.py-3 {
|
|
4300
|
+
padding-top: 0.75rem !important;
|
|
4301
|
+
padding-bottom: 0.75rem !important;
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4304
|
+
.p-4 {
|
|
4305
|
+
padding: 1rem !important;
|
|
4306
|
+
}
|
|
4307
|
+
|
|
4308
|
+
.pt-4 {
|
|
4309
|
+
padding-top: 1rem !important;
|
|
4310
|
+
}
|
|
4311
|
+
|
|
4312
|
+
.pr-4 {
|
|
4313
|
+
padding-right: 1rem !important;
|
|
4314
|
+
}
|
|
4315
|
+
|
|
4316
|
+
.pb-4 {
|
|
4317
|
+
padding-bottom: 1rem !important;
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
.pl-4 {
|
|
4321
|
+
padding-left: 1rem !important;
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.px-4 {
|
|
4325
|
+
padding-left: 1rem !important;
|
|
4326
|
+
padding-right: 1rem !important;
|
|
4327
|
+
}
|
|
4328
|
+
|
|
4329
|
+
.py-4 {
|
|
4330
|
+
padding-top: 1rem !important;
|
|
4331
|
+
padding-bottom: 1rem !important;
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
.p-5 {
|
|
4335
|
+
padding: 1.5rem !important;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
.pt-5 {
|
|
4339
|
+
padding-top: 1.5rem !important;
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
.pr-5 {
|
|
4343
|
+
padding-right: 1.5rem !important;
|
|
4344
|
+
}
|
|
4345
|
+
|
|
4346
|
+
.pb-5 {
|
|
4347
|
+
padding-bottom: 1.5rem !important;
|
|
4348
|
+
}
|
|
4349
|
+
|
|
4350
|
+
.pl-5 {
|
|
4351
|
+
padding-left: 1.5rem !important;
|
|
4352
|
+
}
|
|
4353
|
+
|
|
4354
|
+
.px-5 {
|
|
4355
|
+
padding-left: 1.5rem !important;
|
|
4356
|
+
padding-right: 1.5rem !important;
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.py-5 {
|
|
4360
|
+
padding-top: 1.5rem !important;
|
|
4361
|
+
padding-bottom: 1.5rem !important;
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4364
|
+
.p-6 {
|
|
4365
|
+
padding: 3rem !important;
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
.pt-6 {
|
|
4369
|
+
padding-top: 3rem !important;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4372
|
+
.pr-6 {
|
|
4373
|
+
padding-right: 3rem !important;
|
|
4374
|
+
}
|
|
4375
|
+
|
|
4376
|
+
.pb-6 {
|
|
4377
|
+
padding-bottom: 3rem !important;
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
.pl-6 {
|
|
4381
|
+
padding-left: 3rem !important;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.px-6 {
|
|
4385
|
+
padding-left: 3rem !important;
|
|
4386
|
+
padding-right: 3rem !important;
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
.py-6 {
|
|
4390
|
+
padding-top: 3rem !important;
|
|
4391
|
+
padding-bottom: 3rem !important;
|
|
4392
|
+
}
|
|
4393
|
+
|
|
4394
|
+
.p-auto {
|
|
4395
|
+
padding: auto !important;
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
.pt-auto {
|
|
4399
|
+
padding-top: auto !important;
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
.pr-auto {
|
|
4403
|
+
padding-right: auto !important;
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4406
|
+
.pb-auto {
|
|
4407
|
+
padding-bottom: auto !important;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
.pl-auto {
|
|
4411
|
+
padding-left: auto !important;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
.px-auto {
|
|
4415
|
+
padding-left: auto !important;
|
|
4416
|
+
padding-right: auto !important;
|
|
4417
|
+
}
|
|
4418
|
+
|
|
4419
|
+
.py-auto {
|
|
4420
|
+
padding-top: auto !important;
|
|
4421
|
+
padding-bottom: auto !important;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
3104
4424
|
.collection {
|
|
3105
4425
|
padding-left: 0;
|
|
3106
4426
|
list-style-type: none;
|
|
@@ -3278,26 +4598,8 @@ table span.badge {
|
|
|
3278
4598
|
width: 70%;
|
|
3279
4599
|
}
|
|
3280
4600
|
}
|
|
3281
|
-
/*
|
|
3282
|
-
.col .row {
|
|
3283
|
-
margin-left: (-1 * $gutter-width * 0.5);
|
|
3284
|
-
margin-right: (-1 * $gutter-width * 0.5);
|
|
3285
|
-
}
|
|
3286
|
-
*/
|
|
3287
4601
|
.section {
|
|
3288
|
-
padding
|
|
3289
|
-
padding-bottom: 1rem;
|
|
3290
|
-
/*
|
|
3291
|
-
&.no-pad {
|
|
3292
|
-
padding: 0;
|
|
3293
|
-
}
|
|
3294
|
-
&.no-pad-bot {
|
|
3295
|
-
padding-bottom: 0;
|
|
3296
|
-
}
|
|
3297
|
-
&.no-pad-top {
|
|
3298
|
-
padding-top: 0;
|
|
3299
|
-
}
|
|
3300
|
-
*/
|
|
4602
|
+
padding: 1rem 0;
|
|
3301
4603
|
}
|
|
3302
4604
|
|
|
3303
4605
|
.row {
|
|
@@ -3341,10 +4643,10 @@ table span.badge {
|
|
|
3341
4643
|
grid-column: auto/span 12;
|
|
3342
4644
|
}
|
|
3343
4645
|
.row .offset-s1 {
|
|
3344
|
-
grid-column-start:
|
|
4646
|
+
grid-column-start: 3;
|
|
3345
4647
|
}
|
|
3346
4648
|
.row .offset-s2 {
|
|
3347
|
-
grid-column-start:
|
|
4649
|
+
grid-column-start: 2;
|
|
3348
4650
|
}
|
|
3349
4651
|
.row .offset-s3 {
|
|
3350
4652
|
grid-column-start: 4;
|
|
@@ -3589,7 +4891,7 @@ table span.badge {
|
|
|
3589
4891
|
|
|
3590
4892
|
nav {
|
|
3591
4893
|
color: var(--font-on-primary-color-main);
|
|
3592
|
-
background-color: var(--
|
|
4894
|
+
background-color: var(--secondary-container-color);
|
|
3593
4895
|
width: 100%;
|
|
3594
4896
|
height: 56px;
|
|
3595
4897
|
line-height: 56px;
|
|
@@ -3688,13 +4990,13 @@ nav ul:not(.dropdown-content) {
|
|
|
3688
4990
|
list-style-type: none;
|
|
3689
4991
|
margin: 0;
|
|
3690
4992
|
}
|
|
3691
|
-
nav ul:not(.dropdown-content) li {
|
|
4993
|
+
nav ul:not(.dropdown-content) > li {
|
|
3692
4994
|
-webkit-transition: background-color 0.3s;
|
|
3693
4995
|
transition: background-color 0.3s;
|
|
3694
4996
|
float: left;
|
|
3695
4997
|
padding: 0;
|
|
3696
4998
|
}
|
|
3697
|
-
nav ul:not(.dropdown-content) a {
|
|
4999
|
+
nav ul:not(.dropdown-content) > li > a {
|
|
3698
5000
|
-webkit-transition: background-color 0.3s;
|
|
3699
5001
|
transition: background-color 0.3s;
|
|
3700
5002
|
font-size: 1rem;
|
|
@@ -3703,19 +5005,19 @@ nav ul:not(.dropdown-content) a {
|
|
|
3703
5005
|
padding: 0 15px;
|
|
3704
5006
|
cursor: pointer;
|
|
3705
5007
|
}
|
|
3706
|
-
nav ul:not(.dropdown-content) a.active {
|
|
5008
|
+
nav ul:not(.dropdown-content) > li > a.active {
|
|
3707
5009
|
background-color: var(--primary-color-raised-focus-solid);
|
|
3708
5010
|
}
|
|
3709
|
-
nav ul:not(.dropdown-content) a:hover:not(.active) {
|
|
5011
|
+
nav ul:not(.dropdown-content) > li > a:hover:not(.active) {
|
|
3710
5012
|
background-color: var(--primary-color-raised-hover-solid);
|
|
3711
5013
|
}
|
|
3712
|
-
nav ul:not(.dropdown-content) a.btn, nav ul:not(.dropdown-content) a.btn-small, nav ul:not(.dropdown-content) a.btn-large, nav ul:not(.dropdown-content) a.btn-flat, nav ul:not(.dropdown-content) a.btn-floating {
|
|
5014
|
+
nav ul:not(.dropdown-content) > li > a.btn, nav ul:not(.dropdown-content) > li > a.btn-small, nav ul:not(.dropdown-content) > li > a.btn-large, nav ul:not(.dropdown-content) > li > a.btn-flat, nav ul:not(.dropdown-content) > li > a.btn-floating {
|
|
3713
5015
|
margin-top: -2px;
|
|
3714
5016
|
margin-left: 15px;
|
|
3715
5017
|
margin-right: 15px;
|
|
3716
5018
|
display: inline-block;
|
|
3717
5019
|
}
|
|
3718
|
-
nav ul:not(.dropdown-content) a.btn > .material-icons, nav ul:not(.dropdown-content) a.btn-small > .material-icons, nav ul:not(.dropdown-content) a.btn > .material-symbols-outlined, nav ul:not(.dropdown-content) a.btn-small > .material-symbols-outlined, nav ul:not(.dropdown-content) a.btn > .material-symbols-rounded, nav ul:not(.dropdown-content) a.btn-small > .material-symbols-rounded, nav ul:not(.dropdown-content) a.btn > .material-symbols-sharp, nav ul:not(.dropdown-content) a.btn-small > .material-symbols-sharp, nav ul:not(.dropdown-content) a.btn-large > .material-icons, nav ul:not(.dropdown-content) a.btn-large > .material-symbols-outlined, nav ul:not(.dropdown-content) a.btn-large > .material-symbols-rounded, nav ul:not(.dropdown-content) a.btn-large > .material-symbols-sharp, nav ul:not(.dropdown-content) a.btn-flat > .material-icons, nav ul:not(.dropdown-content) a.btn-flat > .material-symbols-outlined, nav ul:not(.dropdown-content) a.btn-flat > .material-symbols-rounded, nav ul:not(.dropdown-content) a.btn-flat > .material-symbols-sharp, nav ul:not(.dropdown-content) a.btn-floating > .material-icons, nav ul:not(.dropdown-content) a.btn-floating > .material-symbols-outlined, nav ul:not(.dropdown-content) a.btn-floating > .material-symbols-rounded, nav ul:not(.dropdown-content) a.btn-floating > .material-symbols-sharp {
|
|
5020
|
+
nav ul:not(.dropdown-content) > li > a.btn > .material-icons, nav ul:not(.dropdown-content) > li > a.btn-small > .material-icons, nav ul:not(.dropdown-content) > li > a.btn > .material-symbols-outlined, nav ul:not(.dropdown-content) > li > a.btn-small > .material-symbols-outlined, nav ul:not(.dropdown-content) > li > a.btn > .material-symbols-rounded, nav ul:not(.dropdown-content) > li > a.btn-small > .material-symbols-rounded, nav ul:not(.dropdown-content) > li > a.btn > .material-symbols-sharp, nav ul:not(.dropdown-content) > li > a.btn-small > .material-symbols-sharp, nav ul:not(.dropdown-content) > li > a.btn-large > .material-icons, nav ul:not(.dropdown-content) > li > a.btn-large > .material-symbols-outlined, nav ul:not(.dropdown-content) > li > a.btn-large > .material-symbols-rounded, nav ul:not(.dropdown-content) > li > a.btn-large > .material-symbols-sharp, nav ul:not(.dropdown-content) > li > a.btn-flat > .material-icons, nav ul:not(.dropdown-content) > li > a.btn-flat > .material-symbols-outlined, nav ul:not(.dropdown-content) > li > a.btn-flat > .material-symbols-rounded, nav ul:not(.dropdown-content) > li > a.btn-flat > .material-symbols-sharp, nav ul:not(.dropdown-content) > li > a.btn-floating > .material-icons, nav ul:not(.dropdown-content) > li > a.btn-floating > .material-symbols-outlined, nav ul:not(.dropdown-content) > li > a.btn-floating > .material-symbols-rounded, nav ul:not(.dropdown-content) > li > a.btn-floating > .material-symbols-sharp {
|
|
3719
5021
|
height: inherit;
|
|
3720
5022
|
line-height: inherit;
|
|
3721
5023
|
}
|
|
@@ -4008,6 +5310,7 @@ small {
|
|
|
4008
5310
|
}
|
|
4009
5311
|
|
|
4010
5312
|
.card {
|
|
5313
|
+
overflow: hidden;
|
|
4011
5314
|
position: relative;
|
|
4012
5315
|
background-color: var(--background-color-card);
|
|
4013
5316
|
-webkit-transition: -webkit-box-shadow 0.25s;
|
|
@@ -6264,9 +7567,9 @@ input[type=range]::-ms-thumb {
|
|
|
6264
7567
|
.sidenav a:focus {
|
|
6265
7568
|
background-color: var(--focus-color);
|
|
6266
7569
|
}
|
|
6267
|
-
.sidenav li.active > a:not(.collapsible-header) {
|
|
6268
|
-
color: var(--font-on-
|
|
6269
|
-
background-color: var(--
|
|
7570
|
+
.sidenav li.active > a:not(.collapsible-header):not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small):not(.btn-flat):not(.btn-large):not(.btn-floating) {
|
|
7571
|
+
color: var(--font-on-secondary-container-color);
|
|
7572
|
+
background-color: var(--secondary-container-color);
|
|
6270
7573
|
}
|
|
6271
7574
|
.sidenav .collapsible-body > ul {
|
|
6272
7575
|
padding-left: 10px;
|
|
@@ -6409,15 +7712,6 @@ input[type=range]::-ms-thumb {
|
|
|
6409
7712
|
padding: 16px 16px 0;
|
|
6410
7713
|
}
|
|
6411
7714
|
}
|
|
6412
|
-
/*
|
|
6413
|
-
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
|
|
6414
|
-
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
|
|
6415
|
-
background-color: $primary-color;
|
|
6416
|
-
a:not(.btn) {
|
|
6417
|
-
color: $font-on-primary-color-main;
|
|
6418
|
-
}
|
|
6419
|
-
}
|
|
6420
|
-
*/
|
|
6421
7715
|
.sidenav .collapsible-body {
|
|
6422
7716
|
padding: 0;
|
|
6423
7717
|
}
|
|
@@ -6447,7 +7741,6 @@ input[type=range]::-ms-thumb {
|
|
|
6447
7741
|
.sidenav .collapsible-body,
|
|
6448
7742
|
.sidenav.sidenav-fixed .collapsible-body {
|
|
6449
7743
|
border: none;
|
|
6450
|
-
background-color: var(--surface-color);
|
|
6451
7744
|
}
|
|
6452
7745
|
|
|
6453
7746
|
/*
|
|
@@ -7229,6 +8522,7 @@ input[type=range]::-ms-thumb {
|
|
|
7229
8522
|
content: "";
|
|
7230
8523
|
display: block;
|
|
7231
8524
|
position: absolute;
|
|
8525
|
+
pointer-events: none;
|
|
7232
8526
|
width: 100%;
|
|
7233
8527
|
height: 100%;
|
|
7234
8528
|
top: 0;
|
|
@@ -7729,80 +9023,4 @@ input[type=text].text-primary {
|
|
|
7729
9023
|
text-align: center;
|
|
7730
9024
|
margin-top: 1.2rem;
|
|
7731
9025
|
}
|
|
7732
|
-
}
|
|
7733
|
-
:root, :host {
|
|
7734
|
-
--surface-color: #f3f6fc;
|
|
7735
|
-
--background-color: #ffffff;
|
|
7736
|
-
--font-color-main: rgba(0, 0, 0, 0.87);
|
|
7737
|
-
--font-color-medium: rgba(0, 0, 0, 0.56);
|
|
7738
|
-
--font-color-disabled: rgba(0, 0, 0, 0.38);
|
|
7739
|
-
--font-on-primary-color-main: rgba(255, 255, 255, 0.87);
|
|
7740
|
-
--font-on-primary-color-dark-main: rgba(255, 255, 255, 0.87);
|
|
7741
|
-
--font-on-primary-color-dark-medium: rgba(255, 255, 255, 0.60);
|
|
7742
|
-
--font-on-primary-color-medium: rgba(255, 255, 255, 0.60);
|
|
7743
|
-
--font-on-primary-color-disabled: rgba(255, 255, 255, 0.38);
|
|
7744
|
-
--font-on-secondary-color-main: rgba(0, 0, 0, 0.87);
|
|
7745
|
-
--hover-color: rgba(0, 0, 0, 0.04);
|
|
7746
|
-
--focus-color: rgba(0, 0, 0, 0.12);
|
|
7747
|
-
--focus-color-solid: #E0E0E0;
|
|
7748
|
-
--background-color-disabled: rgba(0, 0, 0, 0.12);
|
|
7749
|
-
--background-color-level-4dp: rgba(0, 0, 0, 0.09);
|
|
7750
|
-
--background-color-level-16dp-solid: var(--surface-color);
|
|
7751
|
-
--background-color-slight-emphasis: rgba(0, 0, 0, 0.025); /* stripes in table */
|
|
7752
|
-
--background-color-card: var(--surface-color);
|
|
7753
|
-
--tooltip-background-color: #313033;
|
|
7754
|
-
--tooltip-font-color: rgba(255, 255, 255, 0.77);
|
|
7755
|
-
--separator-color: #DDDDDD; /* borders between components */
|
|
7756
|
-
--error-color: #F44336;
|
|
7757
|
-
--slider-track-color: rgba(0, 0, 0, 0.26);
|
|
7758
|
-
--switch-thumb-off-color: #ffffff;
|
|
7759
|
-
--carousel-indicator-color: rgba(255, 255, 255, 0.45);
|
|
7760
|
-
--carousel-indicator-active-color: #FFF;
|
|
7761
|
-
--primary-color: #26a69a;
|
|
7762
|
-
--primary-color-dark: #009688;
|
|
7763
|
-
--primary-color-numeric: 38, 166, 154;
|
|
7764
|
-
--primary-color-raised-hover-solid: #30B0A4;
|
|
7765
|
-
--primary-color-raised-focus-solid: #44C4B8;
|
|
7766
|
-
--primary-color-font-medium-color: rgba(var(--primary-color-numeric), 0.7);
|
|
7767
|
-
--primary-color-font-disabled-color: rgba(var(--primary-color-numeric), 0.4);
|
|
7768
|
-
--primary-color-hover-opaque: rgba(var(--primary-color-numeric), 0.06);
|
|
7769
|
-
--primary-color-focus-opaque: rgba(var(--primary-color-numeric), 0.18);
|
|
7770
|
-
--secondary-color: #EF5350;
|
|
7771
|
-
--secondary-color-hover-solid: #FE625F;
|
|
7772
|
-
--secondary-color-focus-solid: #FF7B78;
|
|
7773
|
-
--md_sys_color_on-surface: 28, 27, 31;
|
|
7774
|
-
}
|
|
7775
|
-
|
|
7776
|
-
:root[theme=dark], :host[theme=dark] {
|
|
7777
|
-
--background-color: #121212;
|
|
7778
|
-
--surface-color: #242424;
|
|
7779
|
-
--font-color-main: rgba(255, 255, 255, 0.87);
|
|
7780
|
-
--font-color-medium: rgba(255, 255, 255, 0.60);
|
|
7781
|
-
--font-color-disabled: rgba(255, 255, 255, 0.38);
|
|
7782
|
-
--font-on-primary-color-main: rgba(0, 0, 0, 0.87);
|
|
7783
|
-
--font-on-primary-color-dark-main: rgba(255, 255, 255, 0.87);
|
|
7784
|
-
--font-on-primary-color-dark-medium: rgba(255, 255, 255, 0.60);
|
|
7785
|
-
--font-on-primary-color-medium: rgba(0, 0, 0, 0.56);
|
|
7786
|
-
--font-on-primary-color-disabled: rgba(0, 0, 0, 0.38);
|
|
7787
|
-
--hover-color: rgba(255, 255, 255, 0.04);
|
|
7788
|
-
--focus-color: rgba(255, 255, 255, 0.12);
|
|
7789
|
-
--focus-color-solid: #424242;
|
|
7790
|
-
--background-color-disabled: rgba(255, 255, 255, 0.12);
|
|
7791
|
-
--background-color-level-4dp: rgba(255, 255, 255, 0.09);
|
|
7792
|
-
--background-color-level-16dp-solid: #262626;
|
|
7793
|
-
--background-color-card: var(--surface-color);
|
|
7794
|
-
--background-color-slight-emphasis: rgba(255, 255, 255, 0.05);
|
|
7795
|
-
--separator-color: #424242; /* borders between components */
|
|
7796
|
-
--error-color: #CF6679;
|
|
7797
|
-
--slider-track-color: rgba(255, 255, 255, 0.26);
|
|
7798
|
-
--switch-thumb-off-color: #bababa;
|
|
7799
|
-
--primary-color: #B39DDB;
|
|
7800
|
-
--primary-color-dark: #9575CD;
|
|
7801
|
-
--primary-color-numeric: 179, 157, 219;
|
|
7802
|
-
--primary-color-raised-hover-solid: #C2ACEA;
|
|
7803
|
-
--primary-color-raised-focus-solid: #DBC5FF;
|
|
7804
|
-
--secondary-color: #CDDC39;
|
|
7805
|
-
--secondary-color-hover-solid: #DCEB48;
|
|
7806
|
-
--secondary-color-focus-solid: #F5FF61;
|
|
7807
|
-
--md_sys_color_on-surface: 230, 225, 229;
|
|
7808
9026
|
}
|