@materializecss/materialize 2.0.4 → 2.1.1
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 +831 -1280
- package/dist/css/materialize.min.css +7 -5
- package/dist/css/materialize.min.css.map +1 -0
- package/dist/js/materialize.cjs.js +7593 -0
- package/dist/js/materialize.d.ts +2333 -0
- package/dist/js/materialize.js +6638 -6744
- package/dist/js/materialize.min.js +5 -6
- package/dist/js/materialize.mjs +7563 -0
- package/dist/materialize-src-v2.1.1.zip +0 -0
- package/dist/materialize-v2.1.1.zip +0 -0
- package/package.json +26 -26
- package/sass/components/_badges.scss +17 -12
- package/sass/components/_buttons.scss +137 -126
- package/sass/components/_cards.scss +12 -14
- package/sass/components/_carousel.scss +8 -6
- package/sass/components/_chips.scss +10 -11
- package/sass/components/_collapsible.scss +6 -8
- package/sass/components/_collection.scss +15 -15
- package/sass/components/_datepicker.scss +15 -15
- package/sass/components/_dropdown.scss +15 -24
- package/sass/components/_global.scss +65 -137
- package/sass/components/_grid.scss +14 -4
- package/sass/components/_materialbox.scss +1 -1
- package/sass/components/_modal.scss +14 -9
- package/sass/components/_navbar.scss +31 -25
- package/sass/components/_preloader.scss +5 -6
- package/sass/components/_sidenav.scss +42 -26
- package/sass/components/_slider.scss +5 -5
- package/sass/components/_table_of_contents.scss +7 -8
- package/sass/components/_tabs.scss +16 -17
- package/sass/components/_tapTarget.scss +3 -3
- package/sass/components/_timepicker.scss +12 -12
- package/sass/components/_toast.scss +17 -10
- package/sass/components/_tooltip.scss +13 -6
- package/sass/components/_variables.scss +13 -377
- package/sass/components/colors.module.scss +74 -180
- package/sass/components/forms/_checkboxes.scss +22 -22
- package/sass/components/forms/_file-input.scss +2 -5
- package/sass/components/forms/_forms.scss +5 -3
- package/sass/components/forms/_input-fields.scss +40 -41
- package/sass/components/forms/_radio-buttons.scss +11 -14
- package/sass/components/forms/_range.scss +16 -24
- package/sass/components/forms/_select.scss +35 -49
- package/sass/components/forms/_switches.scss +9 -12
- package/sass/components/theme.module.scss +140 -0
- package/sass/materialize.scss +6 -3
- package/dist/js/materialize.min.js.map +0 -1
- package/dist/src/autocomplete.d.ts +0 -143
- package/dist/src/autocomplete.d.ts.map +0 -1
- package/dist/src/bounding.d.ts +0 -7
- package/dist/src/bounding.d.ts.map +0 -1
- package/dist/src/buttons.d.ts +0 -65
- package/dist/src/buttons.d.ts.map +0 -1
- package/dist/src/cards.d.ts +0 -4
- package/dist/src/cards.d.ts.map +0 -1
- package/dist/src/carousel.d.ts +0 -131
- package/dist/src/carousel.d.ts.map +0 -1
- package/dist/src/characterCounter.d.ts +0 -37
- package/dist/src/characterCounter.d.ts.map +0 -1
- package/dist/src/chips.d.ts +0 -131
- package/dist/src/chips.d.ts.map +0 -1
- package/dist/src/collapsible.d.ts +0 -75
- package/dist/src/collapsible.d.ts.map +0 -1
- package/dist/src/component.d.ts +0 -74
- package/dist/src/component.d.ts.map +0 -1
- package/dist/src/datepicker.d.ts +0 -248
- package/dist/src/datepicker.d.ts.map +0 -1
- package/dist/src/dropdown.d.ts +0 -149
- package/dist/src/dropdown.d.ts.map +0 -1
- package/dist/src/edges.d.ts +0 -7
- package/dist/src/edges.d.ts.map +0 -1
- package/dist/src/forms.d.ts +0 -12
- package/dist/src/forms.d.ts.map +0 -1
- package/dist/src/global.d.ts +0 -60
- package/dist/src/global.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -27
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/materialbox.d.ts +0 -96
- package/dist/src/materialbox.d.ts.map +0 -1
- package/dist/src/modal.d.ts +0 -119
- package/dist/src/modal.d.ts.map +0 -1
- package/dist/src/parallax.d.ts +0 -40
- package/dist/src/parallax.d.ts.map +0 -1
- package/dist/src/pushpin.d.ts +0 -52
- package/dist/src/pushpin.d.ts.map +0 -1
- package/dist/src/range.d.ts +0 -41
- package/dist/src/range.d.ts.map +0 -1
- package/dist/src/scrollspy.d.ts +0 -62
- package/dist/src/scrollspy.d.ts.map +0 -1
- package/dist/src/select.d.ts +0 -77
- package/dist/src/select.d.ts.map +0 -1
- package/dist/src/sidenav.d.ts +0 -122
- package/dist/src/sidenav.d.ts.map +0 -1
- package/dist/src/slider.d.ts +0 -103
- package/dist/src/slider.d.ts.map +0 -1
- package/dist/src/tabs.d.ts +0 -80
- package/dist/src/tabs.d.ts.map +0 -1
- package/dist/src/tapTarget.d.ts +0 -59
- package/dist/src/tapTarget.d.ts.map +0 -1
- package/dist/src/timepicker.d.ts +0 -208
- package/dist/src/timepicker.d.ts.map +0 -1
- package/dist/src/toasts.d.ts +0 -95
- package/dist/src/toasts.d.ts.map +0 -1
- package/dist/src/tooltip.d.ts +0 -118
- package/dist/src/tooltip.d.ts.map +0 -1
- package/dist/src/utils.d.ts +0 -97
- package/dist/src/utils.d.ts.map +0 -1
- package/dist/src/waves.d.ts +0 -16
- package/dist/src/waves.d.ts.map +0 -1
- package/sass/components/_theme_variables.scss +0 -78
- package/sass/components/theme.dark.module.scss +0 -32
- package/sass/components/theme.light.module.scss +0 -32
package/dist/css/materialize.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
* Materialize v2.1.1 (https://materializeweb.com)
|
|
3
|
+
* Copyright 2014-2024 Materialize
|
|
4
|
+
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
|
|
5
|
+
*/
|
|
6
6
|
@charset "UTF-8";
|
|
7
7
|
:root {
|
|
8
8
|
--md-source: #006495;
|
|
@@ -277,6 +277,145 @@
|
|
|
277
277
|
--md-sys-typescale-title-small-letter-spacing: 0.10px;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
+
/* System Defaults */
|
|
281
|
+
:root, :host {
|
|
282
|
+
color-scheme: light;
|
|
283
|
+
--md-sys-color-primary: var(--md-sys-color-primary-light);
|
|
284
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
|
|
285
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
|
|
286
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
|
|
287
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-light);
|
|
288
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
|
|
289
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
|
|
290
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
|
|
291
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
|
|
292
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
|
|
293
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
|
|
294
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
|
|
295
|
+
--md-sys-color-error: var(--md-sys-color-error-light);
|
|
296
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-light);
|
|
297
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-light);
|
|
298
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
|
|
299
|
+
--md-sys-color-outline: var(--md-sys-color-outline-light);
|
|
300
|
+
--md-sys-color-background: var(--md-sys-color-background-light);
|
|
301
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-light);
|
|
302
|
+
--md-sys-color-surface: var(--md-sys-color-surface-light);
|
|
303
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
|
|
304
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
|
|
305
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
|
|
306
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
|
|
307
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
|
|
308
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
|
|
309
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-light);
|
|
310
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
|
|
311
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
|
|
312
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-light);
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
@media (prefers-color-scheme: dark) {
|
|
316
|
+
:root, :host {
|
|
317
|
+
color-scheme: dark;
|
|
318
|
+
--md-sys-color-primary: var(--md-sys-color-primary-dark);
|
|
319
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
|
|
320
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
|
|
321
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
|
|
322
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-dark);
|
|
323
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
|
|
324
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
|
|
325
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
|
|
326
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
|
|
327
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
|
|
328
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
|
|
329
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
|
|
330
|
+
--md-sys-color-error: var(--md-sys-color-error-dark);
|
|
331
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-dark);
|
|
332
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-dark);
|
|
333
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
|
|
334
|
+
--md-sys-color-outline: var(--md-sys-color-outline-dark);
|
|
335
|
+
--md-sys-color-background: var(--md-sys-color-background-dark);
|
|
336
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-dark);
|
|
337
|
+
--md-sys-color-surface: var(--md-sys-color-surface-dark);
|
|
338
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
|
|
339
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
|
|
340
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
|
|
341
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
|
|
342
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
|
|
343
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
|
|
344
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-dark);
|
|
345
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
|
|
346
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
|
|
347
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-dark);
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
/* ===================================================================== Themes */
|
|
351
|
+
:root[theme=light] {
|
|
352
|
+
color-scheme: light;
|
|
353
|
+
--md-sys-color-primary: var(--md-sys-color-primary-light);
|
|
354
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
|
|
355
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
|
|
356
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
|
|
357
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-light);
|
|
358
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
|
|
359
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
|
|
360
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
|
|
361
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
|
|
362
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
|
|
363
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
|
|
364
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
|
|
365
|
+
--md-sys-color-error: var(--md-sys-color-error-light);
|
|
366
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-light);
|
|
367
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-light);
|
|
368
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
|
|
369
|
+
--md-sys-color-outline: var(--md-sys-color-outline-light);
|
|
370
|
+
--md-sys-color-background: var(--md-sys-color-background-light);
|
|
371
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-light);
|
|
372
|
+
--md-sys-color-surface: var(--md-sys-color-surface-light);
|
|
373
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-light);
|
|
374
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
|
|
375
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
|
|
376
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
|
|
377
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
|
|
378
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
|
|
379
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-light);
|
|
380
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
|
|
381
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
|
|
382
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-light);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
:root[theme=dark] {
|
|
386
|
+
color-scheme: dark;
|
|
387
|
+
--md-sys-color-primary: var(--md-sys-color-primary-dark);
|
|
388
|
+
--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
|
|
389
|
+
--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
|
|
390
|
+
--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
|
|
391
|
+
--md-sys-color-secondary: var(--md-sys-color-secondary-dark);
|
|
392
|
+
--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
|
|
393
|
+
--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
|
|
394
|
+
--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
|
|
395
|
+
--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
|
|
396
|
+
--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
|
|
397
|
+
--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
|
|
398
|
+
--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
|
|
399
|
+
--md-sys-color-error: var(--md-sys-color-error-dark);
|
|
400
|
+
--md-sys-color-on-error: var(--md-sys-color-on-error-dark);
|
|
401
|
+
--md-sys-color-error-container: var(--md-sys-color-error-container-dark);
|
|
402
|
+
--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
|
|
403
|
+
--md-sys-color-outline: var(--md-sys-color-outline-dark);
|
|
404
|
+
--md-sys-color-background: var(--md-sys-color-background-dark);
|
|
405
|
+
--md-sys-color-on-background: var(--md-sys-color-on-background-dark);
|
|
406
|
+
--md-sys-color-surface: var(--md-sys-color-surface-dark);
|
|
407
|
+
--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
|
|
408
|
+
--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
|
|
409
|
+
--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
|
|
410
|
+
--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
|
|
411
|
+
--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
|
|
412
|
+
--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
|
|
413
|
+
--md-sys-color-shadow: var(--md-sys-color-shadow-dark);
|
|
414
|
+
--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
|
|
415
|
+
--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
|
|
416
|
+
--md-sys-color-scrim: var(--md-sys-color-scrim-dark);
|
|
417
|
+
}
|
|
418
|
+
|
|
280
419
|
.primary {
|
|
281
420
|
background-color: var(--md-sys-color-primary);
|
|
282
421
|
}
|
|
@@ -437,7 +576,7 @@
|
|
|
437
576
|
color: var(--md-sys-color-on-surface);
|
|
438
577
|
}
|
|
439
578
|
|
|
440
|
-
.surface-variant, .progress, input[type=range]::-moz-range-track, input[type=range]::-webkit-slider-runnable-track
|
|
579
|
+
.surface-variant, .progress, input[type=range]::-moz-range-track, input[type=range]::-webkit-slider-runnable-track {
|
|
441
580
|
background-color: var(--md-sys-color-surface-variant);
|
|
442
581
|
}
|
|
443
582
|
|
|
@@ -525,9 +664,7 @@
|
|
|
525
664
|
letter-spacing: var(--md-sys-typescale-display-large-tracking);
|
|
526
665
|
line-height: var(--md-sys-typescale-display-large-height);
|
|
527
666
|
text-transform: var(--md-sys-typescale-display-large-text-transform);
|
|
528
|
-
|
|
529
|
-
-moz-text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
530
|
-
text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
667
|
+
text-decoration: var(--md-sys-typescale-display-large-text-decoration);
|
|
531
668
|
}
|
|
532
669
|
|
|
533
670
|
.display-medium {
|
|
@@ -538,9 +675,7 @@
|
|
|
538
675
|
letter-spacing: var(--md-sys-typescale-display-medium-tracking);
|
|
539
676
|
line-height: var(--md-sys-typescale-display-medium-height);
|
|
540
677
|
text-transform: var(--md-sys-typescale-display-medium-text-transform);
|
|
541
|
-
|
|
542
|
-
-moz-text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
543
|
-
text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
678
|
+
text-decoration: var(--md-sys-typescale-display-medium-text-decoration);
|
|
544
679
|
}
|
|
545
680
|
|
|
546
681
|
.display-small {
|
|
@@ -551,9 +686,7 @@
|
|
|
551
686
|
letter-spacing: var(--md-sys-typescale-display-small-tracking);
|
|
552
687
|
line-height: var(--md-sys-typescale-display-small-height);
|
|
553
688
|
text-transform: var(--md-sys-typescale-display-small-text-transform);
|
|
554
|
-
|
|
555
|
-
-moz-text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
556
|
-
text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
689
|
+
text-decoration: var(--md-sys-typescale-display-small-text-decoration);
|
|
557
690
|
}
|
|
558
691
|
|
|
559
692
|
.headline-large {
|
|
@@ -564,9 +697,7 @@
|
|
|
564
697
|
letter-spacing: var(--md-sys-typescale-headline-large-tracking);
|
|
565
698
|
line-height: var(--md-sys-typescale-headline-large-height);
|
|
566
699
|
text-transform: var(--md-sys-typescale-headline-large-text-transform);
|
|
567
|
-
|
|
568
|
-
-moz-text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
569
|
-
text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
700
|
+
text-decoration: var(--md-sys-typescale-headline-large-text-decoration);
|
|
570
701
|
}
|
|
571
702
|
|
|
572
703
|
.headline-medium {
|
|
@@ -577,9 +708,7 @@
|
|
|
577
708
|
letter-spacing: var(--md-sys-typescale-headline-medium-tracking);
|
|
578
709
|
line-height: var(--md-sys-typescale-headline-medium-height);
|
|
579
710
|
text-transform: var(--md-sys-typescale-headline-medium-text-transform);
|
|
580
|
-
|
|
581
|
-
-moz-text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
582
|
-
text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
711
|
+
text-decoration: var(--md-sys-typescale-headline-medium-text-decoration);
|
|
583
712
|
}
|
|
584
713
|
|
|
585
714
|
.headline-small {
|
|
@@ -590,9 +719,7 @@
|
|
|
590
719
|
letter-spacing: var(--md-sys-typescale-headline-small-tracking);
|
|
591
720
|
line-height: var(--md-sys-typescale-headline-small-height);
|
|
592
721
|
text-transform: var(--md-sys-typescale-headline-small-text-transform);
|
|
593
|
-
|
|
594
|
-
-moz-text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
595
|
-
text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
722
|
+
text-decoration: var(--md-sys-typescale-headline-small-text-decoration);
|
|
596
723
|
}
|
|
597
724
|
|
|
598
725
|
.body-large {
|
|
@@ -603,9 +730,7 @@
|
|
|
603
730
|
letter-spacing: var(--md-sys-typescale-body-large-tracking);
|
|
604
731
|
line-height: var(--md-sys-typescale-body-large-height);
|
|
605
732
|
text-transform: var(--md-sys-typescale-body-large-text-transform);
|
|
606
|
-
|
|
607
|
-
-moz-text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
608
|
-
text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
733
|
+
text-decoration: var(--md-sys-typescale-body-large-text-decoration);
|
|
609
734
|
}
|
|
610
735
|
|
|
611
736
|
.body-medium {
|
|
@@ -616,9 +741,7 @@
|
|
|
616
741
|
letter-spacing: var(--md-sys-typescale-body-medium-tracking);
|
|
617
742
|
line-height: var(--md-sys-typescale-body-medium-height);
|
|
618
743
|
text-transform: var(--md-sys-typescale-body-medium-text-transform);
|
|
619
|
-
|
|
620
|
-
-moz-text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
621
|
-
text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
744
|
+
text-decoration: var(--md-sys-typescale-body-medium-text-decoration);
|
|
622
745
|
}
|
|
623
746
|
|
|
624
747
|
.body-small {
|
|
@@ -629,9 +752,7 @@
|
|
|
629
752
|
letter-spacing: var(--md-sys-typescale-body-small-tracking);
|
|
630
753
|
line-height: var(--md-sys-typescale-body-small-height);
|
|
631
754
|
text-transform: var(--md-sys-typescale-body-small-text-transform);
|
|
632
|
-
|
|
633
|
-
-moz-text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
634
|
-
text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
755
|
+
text-decoration: var(--md-sys-typescale-body-small-text-decoration);
|
|
635
756
|
}
|
|
636
757
|
|
|
637
758
|
.label-large {
|
|
@@ -642,9 +763,7 @@
|
|
|
642
763
|
letter-spacing: var(--md-sys-typescale-label-large-tracking);
|
|
643
764
|
line-height: var(--md-sys-typescale-label-large-height);
|
|
644
765
|
text-transform: var(--md-sys-typescale-label-large-text-transform);
|
|
645
|
-
|
|
646
|
-
-moz-text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
647
|
-
text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
766
|
+
text-decoration: var(--md-sys-typescale-label-large-text-decoration);
|
|
648
767
|
}
|
|
649
768
|
|
|
650
769
|
.label-medium {
|
|
@@ -655,9 +774,7 @@
|
|
|
655
774
|
letter-spacing: var(--md-sys-typescale-label-medium-tracking);
|
|
656
775
|
line-height: var(--md-sys-typescale-label-medium-height);
|
|
657
776
|
text-transform: var(--md-sys-typescale-label-medium-text-transform);
|
|
658
|
-
|
|
659
|
-
-moz-text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
660
|
-
text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
777
|
+
text-decoration: var(--md-sys-typescale-label-medium-text-decoration);
|
|
661
778
|
}
|
|
662
779
|
|
|
663
780
|
.label-small {
|
|
@@ -668,9 +785,7 @@
|
|
|
668
785
|
letter-spacing: var(--md-sys-typescale-label-small-tracking);
|
|
669
786
|
line-height: var(--md-sys-typescale-label-small-height);
|
|
670
787
|
text-transform: var(--md-sys-typescale-label-small-text-transform);
|
|
671
|
-
|
|
672
|
-
-moz-text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
673
|
-
text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
788
|
+
text-decoration: var(--md-sys-typescale-label-small-text-decoration);
|
|
674
789
|
}
|
|
675
790
|
|
|
676
791
|
.title-large {
|
|
@@ -681,9 +796,7 @@
|
|
|
681
796
|
letter-spacing: var(--md-sys-typescale-title-large-tracking);
|
|
682
797
|
line-height: var(--md-sys-typescale-title-large-height);
|
|
683
798
|
text-transform: var(--md-sys-typescale-title-large-text-transform);
|
|
684
|
-
|
|
685
|
-
-moz-text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
686
|
-
text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
799
|
+
text-decoration: var(--md-sys-typescale-title-large-text-decoration);
|
|
687
800
|
}
|
|
688
801
|
|
|
689
802
|
.title-medium {
|
|
@@ -694,9 +807,7 @@
|
|
|
694
807
|
letter-spacing: var(--md-sys-typescale-title-medium-tracking);
|
|
695
808
|
line-height: var(--md-sys-typescale-title-medium-height);
|
|
696
809
|
text-transform: var(--md-sys-typescale-title-medium-text-transform);
|
|
697
|
-
|
|
698
|
-
-moz-text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
699
|
-
text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
810
|
+
text-decoration: var(--md-sys-typescale-title-medium-text-decoration);
|
|
700
811
|
}
|
|
701
812
|
|
|
702
813
|
.title-small {
|
|
@@ -707,133 +818,7 @@
|
|
|
707
818
|
letter-spacing: var(--md-sys-typescale-title-small-tracking);
|
|
708
819
|
line-height: var(--md-sys-typescale-title-small-height);
|
|
709
820
|
text-transform: var(--md-sys-typescale-title-small-text-transform);
|
|
710
|
-
|
|
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;
|
|
821
|
+
text-decoration: var(--md-sys-typescale-title-small-text-decoration);
|
|
837
822
|
}
|
|
838
823
|
|
|
839
824
|
.materialize-red {
|
|
@@ -3016,8 +3001,7 @@ h1 {
|
|
|
3016
3001
|
* 2. Show the overflow in Edge and IE.
|
|
3017
3002
|
*/
|
|
3018
3003
|
hr {
|
|
3019
|
-
|
|
3020
|
-
box-sizing: content-box; /* 1 */
|
|
3004
|
+
box-sizing: content-box; /* 1 */
|
|
3021
3005
|
height: 0; /* 1 */
|
|
3022
3006
|
overflow: visible; /* 2 */
|
|
3023
3007
|
}
|
|
@@ -3047,9 +3031,7 @@ a {
|
|
|
3047
3031
|
abbr[title] {
|
|
3048
3032
|
border-bottom: none; /* 1 */
|
|
3049
3033
|
text-decoration: underline; /* 2 */
|
|
3050
|
-
|
|
3051
|
-
-moz-text-decoration: underline dotted;
|
|
3052
|
-
text-decoration: underline dotted; /* 2 */
|
|
3034
|
+
text-decoration: underline dotted; /* 2 */
|
|
3053
3035
|
}
|
|
3054
3036
|
|
|
3055
3037
|
/**
|
|
@@ -3187,8 +3169,7 @@ fieldset {
|
|
|
3187
3169
|
* `fieldset` elements in all browsers.
|
|
3188
3170
|
*/
|
|
3189
3171
|
legend {
|
|
3190
|
-
|
|
3191
|
-
box-sizing: border-box; /* 1 */
|
|
3172
|
+
box-sizing: border-box; /* 1 */
|
|
3192
3173
|
color: inherit; /* 2 */
|
|
3193
3174
|
display: table; /* 1 */
|
|
3194
3175
|
max-width: 100%; /* 1 */
|
|
@@ -3216,8 +3197,7 @@ textarea {
|
|
|
3216
3197
|
*/
|
|
3217
3198
|
[type=checkbox],
|
|
3218
3199
|
[type=radio] {
|
|
3219
|
-
|
|
3220
|
-
box-sizing: border-box; /* 1 */
|
|
3200
|
+
box-sizing: border-box; /* 1 */
|
|
3221
3201
|
padding: 0; /* 2 */
|
|
3222
3202
|
}
|
|
3223
3203
|
|
|
@@ -3287,13 +3267,16 @@ template {
|
|
|
3287
3267
|
}
|
|
3288
3268
|
|
|
3289
3269
|
html {
|
|
3290
|
-
|
|
3291
|
-
box-sizing: border-box;
|
|
3270
|
+
box-sizing: border-box;
|
|
3292
3271
|
}
|
|
3293
3272
|
|
|
3294
3273
|
*, *:before, *:after {
|
|
3295
|
-
|
|
3296
|
-
|
|
3274
|
+
box-sizing: inherit;
|
|
3275
|
+
}
|
|
3276
|
+
|
|
3277
|
+
body {
|
|
3278
|
+
background-color: var(--md-sys-color-background);
|
|
3279
|
+
color: var(--md-sys-color-on-background);
|
|
3297
3280
|
}
|
|
3298
3281
|
|
|
3299
3282
|
button,
|
|
@@ -3311,81 +3294,66 @@ a {
|
|
|
3311
3294
|
}
|
|
3312
3295
|
|
|
3313
3296
|
.valign-wrapper {
|
|
3314
|
-
display: -webkit-box;
|
|
3315
|
-
display: -webkit-flex;
|
|
3316
|
-
display: -ms-flexbox;
|
|
3317
3297
|
display: flex;
|
|
3318
|
-
-
|
|
3319
|
-
-webkit-align-items: center;
|
|
3320
|
-
-ms-flex-align: center;
|
|
3321
|
-
align-items: center;
|
|
3298
|
+
align-items: center;
|
|
3322
3299
|
}
|
|
3323
3300
|
|
|
3324
3301
|
.clearfix {
|
|
3325
3302
|
clear: both;
|
|
3326
3303
|
}
|
|
3327
3304
|
|
|
3328
|
-
.z-depth-0
|
|
3329
|
-
|
|
3330
|
-
|
|
3305
|
+
.z-depth-0, .btn:focus.tonal, .btn-small:focus.tonal, .btn-large:focus.tonal, .btn:focus.filled, .btn-small:focus.filled, .btn-large:focus.filled, .btn.disabled, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled,
|
|
3306
|
+
.btn:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled,
|
|
3307
|
+
.btn[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled], .btn.text, .text.btn-small, .text.btn-large, .btn-flat {
|
|
3308
|
+
box-shadow: none !important;
|
|
3331
3309
|
}
|
|
3332
3310
|
|
|
3333
3311
|
/* 2dp elevation modified*/
|
|
3334
|
-
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn.elevated, .elevated.btn-small, .
|
|
3335
|
-
|
|
3336
|
-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
3312
|
+
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn:focus.elevated, .btn-small:focus.elevated, .btn-large:focus.elevated, .btn.tonal:hover, .tonal.btn-small:hover, .tonal.btn-large:hover, .btn.filled:hover, .filled.btn-small:hover, .filled.btn-large:hover, .btn.elevated, .elevated.btn-small, .elevated.btn-large, .card, .card-panel, nav {
|
|
3313
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
|
|
3337
3314
|
}
|
|
3338
3315
|
|
|
3339
|
-
.z-depth-1-half, .btn-floating:focus, .btn-floating:hover
|
|
3340
|
-
|
|
3341
|
-
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
|
|
3316
|
+
.z-depth-1-half, .btn-floating:focus, .btn-floating:hover {
|
|
3317
|
+
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
|
|
3342
3318
|
}
|
|
3343
3319
|
|
|
3344
3320
|
/* 6dp elevation modified*/
|
|
3345
|
-
.z-depth-2 {
|
|
3346
|
-
|
|
3347
|
-
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
|
|
3321
|
+
.z-depth-2, .btn.elevated:hover, .elevated.btn-small:hover, .elevated.btn-large:hover {
|
|
3322
|
+
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
|
|
3348
3323
|
}
|
|
3349
3324
|
|
|
3350
3325
|
/* 12dp elevation modified*/
|
|
3351
|
-
.z-depth-3 {
|
|
3352
|
-
|
|
3353
|
-
box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
3326
|
+
.z-depth-3, .toast {
|
|
3327
|
+
box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
3354
3328
|
}
|
|
3355
3329
|
|
|
3356
3330
|
/* 16dp elevation */
|
|
3357
3331
|
.z-depth-4 {
|
|
3358
|
-
|
|
3359
|
-
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
|
|
3332
|
+
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
|
|
3360
3333
|
}
|
|
3361
3334
|
|
|
3362
3335
|
/* 24dp elevation */
|
|
3363
3336
|
.z-depth-5, .modal {
|
|
3364
|
-
|
|
3365
|
-
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3337
|
+
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3366
3338
|
}
|
|
3367
3339
|
|
|
3368
3340
|
.hoverable {
|
|
3369
|
-
-webkit-transition: -webkit-box-shadow 0.25s;
|
|
3370
|
-
transition: -webkit-box-shadow 0.25s;
|
|
3371
3341
|
transition: box-shadow 0.25s;
|
|
3372
|
-
transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
|
|
3373
3342
|
}
|
|
3374
3343
|
.hoverable:hover {
|
|
3375
|
-
|
|
3376
|
-
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
3344
|
+
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
3377
3345
|
}
|
|
3378
3346
|
|
|
3379
3347
|
.divider {
|
|
3380
3348
|
height: 1px;
|
|
3381
3349
|
overflow: hidden;
|
|
3382
|
-
background-color: var(--
|
|
3350
|
+
background-color: var(--md-sys-color-outline-variant);
|
|
3383
3351
|
}
|
|
3384
3352
|
|
|
3385
3353
|
blockquote {
|
|
3386
3354
|
margin: 20px 0;
|
|
3387
3355
|
padding-left: 1.5rem;
|
|
3388
|
-
border-left: 5px solid var(--
|
|
3356
|
+
border-left: 5px solid var(--md-sys-color-primary);
|
|
3389
3357
|
}
|
|
3390
3358
|
|
|
3391
3359
|
i {
|
|
@@ -3411,6 +3379,12 @@ i.large {
|
|
|
3411
3379
|
font-size: 6rem;
|
|
3412
3380
|
}
|
|
3413
3381
|
|
|
3382
|
+
html.noscroll {
|
|
3383
|
+
position: fixed;
|
|
3384
|
+
overflow-y: scroll;
|
|
3385
|
+
width: 100%;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3414
3388
|
img.responsive-img,
|
|
3415
3389
|
video.responsive-video {
|
|
3416
3390
|
max-width: 100%;
|
|
@@ -3425,24 +3399,24 @@ video.responsive-video {
|
|
|
3425
3399
|
height: 30px;
|
|
3426
3400
|
}
|
|
3427
3401
|
.pagination li a {
|
|
3428
|
-
color: var(--
|
|
3402
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
3429
3403
|
display: inline-block;
|
|
3430
3404
|
font-size: 1.2rem;
|
|
3431
3405
|
padding: 0 10px;
|
|
3432
3406
|
line-height: 30px;
|
|
3433
3407
|
}
|
|
3434
3408
|
.pagination li:hover:not(.disabled) {
|
|
3435
|
-
background-color: var(--
|
|
3409
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
3436
3410
|
}
|
|
3437
3411
|
.pagination li.active a {
|
|
3438
|
-
color: var(--
|
|
3412
|
+
color: var(--md-sys-color-on-primary);
|
|
3439
3413
|
}
|
|
3440
3414
|
.pagination li.active, .pagination li.active:hover {
|
|
3441
|
-
background-color: var(--
|
|
3415
|
+
background-color: var(--md-sys-color-primary);
|
|
3442
3416
|
}
|
|
3443
3417
|
.pagination li.disabled a {
|
|
3444
3418
|
cursor: default;
|
|
3445
|
-
color: var(--
|
|
3419
|
+
color: var(--md-sys-color-on-surface);
|
|
3446
3420
|
}
|
|
3447
3421
|
.pagination li i {
|
|
3448
3422
|
font-size: 2rem;
|
|
@@ -3496,7 +3470,7 @@ video.responsive-video {
|
|
|
3496
3470
|
display: none;
|
|
3497
3471
|
}
|
|
3498
3472
|
.breadcrumb:last-child {
|
|
3499
|
-
color: var(--
|
|
3473
|
+
color: var(--md-sys-color-on-primary);
|
|
3500
3474
|
}
|
|
3501
3475
|
|
|
3502
3476
|
.parallax-container {
|
|
@@ -3519,10 +3493,8 @@ video.responsive-video {
|
|
|
3519
3493
|
bottom: 0;
|
|
3520
3494
|
min-width: 100%;
|
|
3521
3495
|
min-height: 100%;
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
-webkit-transform: translateX(-50%);
|
|
3525
|
-
transform: translateX(-50%);
|
|
3496
|
+
transform: translate3d(0, 0, 0);
|
|
3497
|
+
transform: translateX(-50%);
|
|
3526
3498
|
}
|
|
3527
3499
|
|
|
3528
3500
|
.pin-top, .pin-bottom {
|
|
@@ -3542,8 +3514,7 @@ ul.staggered-list li {
|
|
|
3542
3514
|
|
|
3543
3515
|
.fade-in {
|
|
3544
3516
|
opacity: 0;
|
|
3545
|
-
|
|
3546
|
-
transform-origin: 0 50%;
|
|
3517
|
+
transform-origin: 0 50%;
|
|
3547
3518
|
}
|
|
3548
3519
|
|
|
3549
3520
|
/*********************
|
|
@@ -3628,32 +3599,24 @@ ul.staggered-list li {
|
|
|
3628
3599
|
}
|
|
3629
3600
|
|
|
3630
3601
|
.page-footer {
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3602
|
+
margin-top: 5rem;
|
|
3603
|
+
padding-top: 3rem;
|
|
3604
|
+
border-top: 1px dashed var(--md-sys-color-outline-variant);
|
|
3605
|
+
}
|
|
3606
|
+
.page-footer p {
|
|
3607
|
+
color: var(--md-sys-color-outline-light);
|
|
3634
3608
|
}
|
|
3635
3609
|
.page-footer a {
|
|
3636
|
-
color: var(--
|
|
3610
|
+
color: var(--md-sys-color-primary);
|
|
3637
3611
|
}
|
|
3638
3612
|
.page-footer .footer-copyright,
|
|
3639
3613
|
.page-footer .footer-copyright a {
|
|
3640
3614
|
overflow: hidden;
|
|
3641
3615
|
min-height: 50px;
|
|
3642
|
-
display: -webkit-box;
|
|
3643
|
-
display: -webkit-flex;
|
|
3644
|
-
display: -ms-flexbox;
|
|
3645
3616
|
display: flex;
|
|
3646
|
-
-
|
|
3647
|
-
-
|
|
3648
|
-
-ms-flex-align: center;
|
|
3649
|
-
align-items: center;
|
|
3650
|
-
-webkit-box-pack: justify;
|
|
3651
|
-
-webkit-justify-content: space-between;
|
|
3652
|
-
-ms-flex-pack: justify;
|
|
3653
|
-
justify-content: space-between;
|
|
3617
|
+
align-items: center;
|
|
3618
|
+
justify-content: space-between;
|
|
3654
3619
|
padding: 10px 0px;
|
|
3655
|
-
color: var(--font-on-primary-color-dark-medium);
|
|
3656
|
-
background-color: var(--primary-color-dark);
|
|
3657
3620
|
}
|
|
3658
3621
|
|
|
3659
3622
|
.page-footer ul {
|
|
@@ -3675,24 +3638,23 @@ table.striped tr {
|
|
|
3675
3638
|
border-bottom: none;
|
|
3676
3639
|
}
|
|
3677
3640
|
table.striped tbody > tr:nth-child(odd) {
|
|
3678
|
-
background-color:
|
|
3641
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
3679
3642
|
}
|
|
3680
3643
|
table.highlight > tbody > tr {
|
|
3681
|
-
-webkit-transition: background-color 0.25s ease;
|
|
3682
3644
|
transition: background-color 0.25s ease;
|
|
3683
3645
|
}
|
|
3684
3646
|
table.highlight > tbody > tr:hover {
|
|
3685
|
-
background-color:
|
|
3647
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
3686
3648
|
}
|
|
3687
3649
|
table thead {
|
|
3688
|
-
color: var(--
|
|
3650
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
3689
3651
|
}
|
|
3690
3652
|
table.centered thead tr th, table.centered tbody tr td {
|
|
3691
3653
|
text-align: center;
|
|
3692
3654
|
}
|
|
3693
3655
|
|
|
3694
3656
|
tr {
|
|
3695
|
-
border-bottom: 1px solid var(--
|
|
3657
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
3696
3658
|
}
|
|
3697
3659
|
|
|
3698
3660
|
td, th {
|
|
@@ -3760,7 +3722,7 @@ td, th {
|
|
|
3760
3722
|
}
|
|
3761
3723
|
table.responsive-table thead {
|
|
3762
3724
|
border: 0;
|
|
3763
|
-
border-right: 1px solid var(--
|
|
3725
|
+
border-right: 1px solid var(--md-sys-color-outline-variant);
|
|
3764
3726
|
}
|
|
3765
3727
|
}
|
|
3766
3728
|
.video-container {
|
|
@@ -3806,10 +3768,7 @@ td, th {
|
|
|
3806
3768
|
|
|
3807
3769
|
.no-select, input[type=range],
|
|
3808
3770
|
input[type=range] + .thumb {
|
|
3809
|
-
|
|
3810
|
-
-moz-user-select: none;
|
|
3811
|
-
-ms-user-select: none;
|
|
3812
|
-
user-select: none;
|
|
3771
|
+
user-select: none;
|
|
3813
3772
|
}
|
|
3814
3773
|
|
|
3815
3774
|
.circle {
|
|
@@ -4320,7 +4279,7 @@ input[type=range] + .thumb {
|
|
|
4320
4279
|
padding-left: 0;
|
|
4321
4280
|
list-style-type: none;
|
|
4322
4281
|
margin: 0.5rem 0 1rem 0;
|
|
4323
|
-
border: 1px solid var(--
|
|
4282
|
+
border: 1px solid var(--md-sys-color-outline-variant);
|
|
4324
4283
|
border-radius: 2px;
|
|
4325
4284
|
overflow: hidden;
|
|
4326
4285
|
position: relative;
|
|
@@ -4330,7 +4289,7 @@ input[type=range] + .thumb {
|
|
|
4330
4289
|
line-height: 1.5rem;
|
|
4331
4290
|
padding: 10px 20px;
|
|
4332
4291
|
margin: 0;
|
|
4333
|
-
border-bottom: 1px solid var(--
|
|
4292
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
4334
4293
|
}
|
|
4335
4294
|
.collection .collection-item.avatar {
|
|
4336
4295
|
min-height: 84px;
|
|
@@ -4351,7 +4310,7 @@ input[type=range] + .thumb {
|
|
|
4351
4310
|
font-size: 18px;
|
|
4352
4311
|
line-height: 42px;
|
|
4353
4312
|
color: #fff;
|
|
4354
|
-
background-color: var(--
|
|
4313
|
+
background-color: var(--md-sys-color-shadow-light);
|
|
4355
4314
|
text-align: center;
|
|
4356
4315
|
}
|
|
4357
4316
|
.collection .collection-item.avatar .title {
|
|
@@ -4369,24 +4328,23 @@ input[type=range] + .thumb {
|
|
|
4369
4328
|
border-bottom: none;
|
|
4370
4329
|
}
|
|
4371
4330
|
.collection .collection-item.active {
|
|
4372
|
-
background-color: var(--
|
|
4373
|
-
color: var(--
|
|
4331
|
+
background-color: var(--md-sys-color-primary);
|
|
4332
|
+
color: var(--md-sys-color-on-primary);
|
|
4374
4333
|
}
|
|
4375
4334
|
.collection .collection-item.active .secondary-content {
|
|
4376
|
-
color: var(--
|
|
4335
|
+
color: var(--md-sys-color-on-primary);
|
|
4377
4336
|
}
|
|
4378
4337
|
.collection a.collection-item {
|
|
4379
4338
|
display: block;
|
|
4380
|
-
-webkit-transition: 0.25s;
|
|
4381
4339
|
transition: 0.25s;
|
|
4382
|
-
color: var(--
|
|
4340
|
+
color: var(--md-sys-color-primary);
|
|
4383
4341
|
}
|
|
4384
4342
|
.collection a.collection-item:not(.active):hover {
|
|
4385
|
-
background-color:
|
|
4343
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
4386
4344
|
}
|
|
4387
4345
|
.collection.with-header .collection-header {
|
|
4388
4346
|
background-color: transparent;
|
|
4389
|
-
border-bottom: 1px solid var(--
|
|
4347
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
4390
4348
|
padding: 10px 20px;
|
|
4391
4349
|
}
|
|
4392
4350
|
.collection.with-header .collection-item {
|
|
@@ -4398,7 +4356,7 @@ input[type=range] + .thumb {
|
|
|
4398
4356
|
|
|
4399
4357
|
.secondary-content {
|
|
4400
4358
|
float: right;
|
|
4401
|
-
color: var(--
|
|
4359
|
+
color: var(--md-sys-color-primary);
|
|
4402
4360
|
}
|
|
4403
4361
|
|
|
4404
4362
|
.collapsible .collection {
|
|
@@ -4406,24 +4364,27 @@ input[type=range] + .thumb {
|
|
|
4406
4364
|
border: none;
|
|
4407
4365
|
}
|
|
4408
4366
|
|
|
4367
|
+
:root {
|
|
4368
|
+
--bagde-height: 22px;
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4409
4371
|
span.badge {
|
|
4410
4372
|
min-width: 3rem;
|
|
4411
4373
|
padding: 0 6px;
|
|
4412
4374
|
margin-left: 14px;
|
|
4413
4375
|
text-align: center;
|
|
4414
4376
|
font-size: 1rem;
|
|
4415
|
-
line-height:
|
|
4416
|
-
height:
|
|
4417
|
-
color: var(--
|
|
4377
|
+
line-height: var(--bagde-height);
|
|
4378
|
+
height: var(--bagde-height);
|
|
4379
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
4418
4380
|
float: right;
|
|
4419
|
-
|
|
4420
|
-
box-sizing: border-box;
|
|
4381
|
+
box-sizing: border-box;
|
|
4421
4382
|
}
|
|
4422
4383
|
span.badge.new {
|
|
4423
4384
|
font-weight: 300;
|
|
4424
4385
|
font-size: 0.8rem;
|
|
4425
|
-
color: var(--
|
|
4426
|
-
background-color: var(--
|
|
4386
|
+
color: var(--md-sys-color-on-primary);
|
|
4387
|
+
background-color: var(--md-sys-color-primary);
|
|
4427
4388
|
border-radius: 2px;
|
|
4428
4389
|
}
|
|
4429
4390
|
span.badge.new:after {
|
|
@@ -4434,20 +4395,20 @@ span.badge[data-badge-caption]::after {
|
|
|
4434
4395
|
}
|
|
4435
4396
|
|
|
4436
4397
|
.active span.badge {
|
|
4437
|
-
color: var(--
|
|
4398
|
+
color: var(--md-sys-color-on-primary);
|
|
4438
4399
|
}
|
|
4439
4400
|
|
|
4440
4401
|
nav ul a span.badge {
|
|
4441
4402
|
display: inline-block;
|
|
4442
4403
|
float: none;
|
|
4443
4404
|
margin-left: 4px;
|
|
4444
|
-
line-height:
|
|
4445
|
-
height:
|
|
4405
|
+
line-height: var(--bagde-height);
|
|
4406
|
+
height: var(--bagde-height);
|
|
4446
4407
|
-webkit-font-smoothing: auto;
|
|
4447
4408
|
}
|
|
4448
4409
|
|
|
4449
4410
|
.collection-item span.badge {
|
|
4450
|
-
margin-top: calc(0.75rem -
|
|
4411
|
+
margin-top: calc(0.75rem - var(--bagde-height) * 0.5);
|
|
4451
4412
|
}
|
|
4452
4413
|
|
|
4453
4414
|
.collapsible span.badge {
|
|
@@ -4455,11 +4416,11 @@ nav ul a span.badge {
|
|
|
4455
4416
|
}
|
|
4456
4417
|
|
|
4457
4418
|
.collapsible .active span.badge:not(.new) {
|
|
4458
|
-
color: var(--
|
|
4419
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
4459
4420
|
}
|
|
4460
4421
|
|
|
4461
4422
|
.sidenav span.badge {
|
|
4462
|
-
margin-top: calc(
|
|
4423
|
+
margin-top: calc(var(--sidenav-line-height) * 0.5 - 11px);
|
|
4463
4424
|
}
|
|
4464
4425
|
|
|
4465
4426
|
table span.badge {
|
|
@@ -4472,9 +4433,7 @@ table span.badge {
|
|
|
4472
4433
|
.material-icons, .material-symbols-outlined,
|
|
4473
4434
|
.material-symbols-rounded, .material-symbols-sharp {
|
|
4474
4435
|
text-rendering: optimizeLegibility;
|
|
4475
|
-
|
|
4476
|
-
-moz-font-feature-settings: "liga";
|
|
4477
|
-
font-feature-settings: "liga";
|
|
4436
|
+
font-feature-settings: "liga";
|
|
4478
4437
|
}
|
|
4479
4438
|
|
|
4480
4439
|
.container {
|
|
@@ -4497,9 +4456,14 @@ table span.badge {
|
|
|
4497
4456
|
padding: 1rem 0;
|
|
4498
4457
|
}
|
|
4499
4458
|
|
|
4459
|
+
body {
|
|
4460
|
+
--gap-size: 1.5rem;
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4500
4463
|
.row {
|
|
4501
4464
|
display: grid;
|
|
4502
4465
|
grid-template-columns: repeat(12, 1fr);
|
|
4466
|
+
gap: var(--gap-size);
|
|
4503
4467
|
}
|
|
4504
4468
|
.row .s1 {
|
|
4505
4469
|
grid-column: auto/span 1;
|
|
@@ -4784,18 +4748,47 @@ table span.badge {
|
|
|
4784
4748
|
}
|
|
4785
4749
|
}
|
|
4786
4750
|
|
|
4751
|
+
.g-0 {
|
|
4752
|
+
gap: 0;
|
|
4753
|
+
}
|
|
4754
|
+
|
|
4755
|
+
.g-1 {
|
|
4756
|
+
gap: calc(0.25 * var(--gap-size));
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4759
|
+
.g-2 {
|
|
4760
|
+
gap: calc(0.5 * var(--gap-size));
|
|
4761
|
+
}
|
|
4762
|
+
|
|
4763
|
+
.g-3 {
|
|
4764
|
+
gap: calc(1 * var(--gap-size));
|
|
4765
|
+
}
|
|
4766
|
+
|
|
4767
|
+
.g-4 {
|
|
4768
|
+
gap: calc(1.5 * var(--gap-size));
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4771
|
+
.g-5 {
|
|
4772
|
+
gap: calc(3 * var(--gap-size));
|
|
4773
|
+
}
|
|
4774
|
+
|
|
4775
|
+
:root {
|
|
4776
|
+
--navbar-height: 64px;
|
|
4777
|
+
--navbar-height-mobile: 56px;
|
|
4778
|
+
}
|
|
4779
|
+
|
|
4787
4780
|
nav {
|
|
4788
|
-
color: var(--
|
|
4789
|
-
background-color: var(--secondary-container
|
|
4781
|
+
color: var(--md-sys-color-on-primary);
|
|
4782
|
+
background-color: var(--md-sys-color-secondary-container);
|
|
4790
4783
|
width: 100%;
|
|
4791
|
-
height:
|
|
4792
|
-
line-height:
|
|
4784
|
+
height: var(--navbar-height-mobile);
|
|
4785
|
+
line-height: var(--navbar-height-mobile);
|
|
4793
4786
|
}
|
|
4794
4787
|
nav.nav-extended {
|
|
4795
4788
|
height: auto;
|
|
4796
4789
|
}
|
|
4797
4790
|
nav.nav-extended .nav-wrapper {
|
|
4798
|
-
min-height:
|
|
4791
|
+
min-height: var(--navbar-height-mobile);
|
|
4799
4792
|
height: auto;
|
|
4800
4793
|
}
|
|
4801
4794
|
nav.nav-extended .nav-content {
|
|
@@ -4803,7 +4796,7 @@ nav.nav-extended .nav-content {
|
|
|
4803
4796
|
line-height: normal;
|
|
4804
4797
|
}
|
|
4805
4798
|
nav a {
|
|
4806
|
-
color: var(--
|
|
4799
|
+
color: var(--md-sys-color-on-primary);
|
|
4807
4800
|
}
|
|
4808
4801
|
nav i,
|
|
4809
4802
|
nav [class^=mdi-], nav [class*=mdi-],
|
|
@@ -4811,8 +4804,8 @@ nav i.material-icons, nav i.material-symbols-outlined,
|
|
|
4811
4804
|
nav i.material-symbols-rounded, nav i.material-symbols-sharp {
|
|
4812
4805
|
display: block;
|
|
4813
4806
|
font-size: 24px;
|
|
4814
|
-
height:
|
|
4815
|
-
line-height:
|
|
4807
|
+
height: var(--navbar-height-mobile);
|
|
4808
|
+
line-height: var(--navbar-height-mobile);
|
|
4816
4809
|
}
|
|
4817
4810
|
nav .nav-wrapper {
|
|
4818
4811
|
position: relative;
|
|
@@ -4827,35 +4820,32 @@ nav .sidenav-trigger {
|
|
|
4827
4820
|
float: left;
|
|
4828
4821
|
position: relative;
|
|
4829
4822
|
z-index: 1;
|
|
4830
|
-
height:
|
|
4823
|
+
height: var(--navbar-height-mobile);
|
|
4831
4824
|
margin: 0 18px;
|
|
4832
4825
|
}
|
|
4833
4826
|
nav .sidenav-trigger i {
|
|
4834
|
-
height:
|
|
4835
|
-
line-height:
|
|
4827
|
+
height: var(--navbar-height-mobile);
|
|
4828
|
+
line-height: var(--navbar-height-mobile);
|
|
4836
4829
|
}
|
|
4837
4830
|
nav .brand-logo {
|
|
4838
4831
|
position: absolute;
|
|
4839
|
-
color: var(--
|
|
4832
|
+
color: var(--md-sys-color-on-primary);
|
|
4840
4833
|
display: inline-block;
|
|
4841
4834
|
font-size: 2.1rem;
|
|
4842
4835
|
padding: 0;
|
|
4843
4836
|
}
|
|
4844
4837
|
nav .brand-logo.center {
|
|
4845
4838
|
left: 50%;
|
|
4846
|
-
|
|
4847
|
-
transform: translateX(-50%);
|
|
4839
|
+
transform: translateX(-50%);
|
|
4848
4840
|
}
|
|
4849
4841
|
@media only screen and (max-width : 992.99px) {
|
|
4850
4842
|
nav .brand-logo {
|
|
4851
4843
|
left: 50%;
|
|
4852
|
-
|
|
4853
|
-
transform: translateX(-50%);
|
|
4844
|
+
transform: translateX(-50%);
|
|
4854
4845
|
}
|
|
4855
4846
|
nav .brand-logo.left, nav .brand-logo.right {
|
|
4856
4847
|
padding: 0;
|
|
4857
|
-
|
|
4858
|
-
transform: none;
|
|
4848
|
+
transform: none;
|
|
4859
4849
|
}
|
|
4860
4850
|
nav .brand-logo.left {
|
|
4861
4851
|
left: 0.5rem;
|
|
@@ -4886,25 +4876,23 @@ nav ul:not(.dropdown-content) {
|
|
|
4886
4876
|
margin: 0;
|
|
4887
4877
|
}
|
|
4888
4878
|
nav ul:not(.dropdown-content) > li {
|
|
4889
|
-
-webkit-transition: background-color 0.3s;
|
|
4890
4879
|
transition: background-color 0.3s;
|
|
4891
4880
|
float: left;
|
|
4892
4881
|
padding: 0;
|
|
4893
4882
|
}
|
|
4894
4883
|
nav ul:not(.dropdown-content) > li > a {
|
|
4895
|
-
-webkit-transition: background-color 0.3s;
|
|
4896
4884
|
transition: background-color 0.3s;
|
|
4897
4885
|
font-size: 1rem;
|
|
4898
|
-
color: var(--
|
|
4886
|
+
color: var(--md-sys-color-on-primary);
|
|
4899
4887
|
display: block;
|
|
4900
4888
|
padding: 0 15px;
|
|
4901
4889
|
cursor: pointer;
|
|
4902
4890
|
}
|
|
4903
4891
|
nav ul:not(.dropdown-content) > li > a.active {
|
|
4904
|
-
background-color: var(--
|
|
4892
|
+
background-color: var(--md-ref-palette-primary80);
|
|
4905
4893
|
}
|
|
4906
4894
|
nav ul:not(.dropdown-content) > li > a:hover:not(.active) {
|
|
4907
|
-
background-color: var(--
|
|
4895
|
+
background-color: var(--md-ref-palette-primary70);
|
|
4908
4896
|
}
|
|
4909
4897
|
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 {
|
|
4910
4898
|
margin-top: -2px;
|
|
@@ -4931,12 +4919,11 @@ nav .input-field input[type=search] {
|
|
|
4931
4919
|
font-size: 1.2rem;
|
|
4932
4920
|
border: none;
|
|
4933
4921
|
padding-left: 2rem;
|
|
4934
|
-
color:
|
|
4922
|
+
color: var(--md-sys-color-on-primary);
|
|
4935
4923
|
}
|
|
4936
4924
|
nav .input-field input[type=search]:focus, nav .input-field input[type=search][type=text]:valid, nav .input-field input[type=search][type=password]:valid, nav .input-field input[type=search][type=email]:valid, nav .input-field input[type=search][type=url]:valid, nav .input-field input[type=search][type=date]:valid {
|
|
4937
4925
|
border: none;
|
|
4938
|
-
|
|
4939
|
-
box-shadow: none;
|
|
4926
|
+
box-shadow: none;
|
|
4940
4927
|
}
|
|
4941
4928
|
nav .input-field label {
|
|
4942
4929
|
top: 0;
|
|
@@ -4944,16 +4931,15 @@ nav .input-field label {
|
|
|
4944
4931
|
}
|
|
4945
4932
|
nav .input-field label i {
|
|
4946
4933
|
color: var(--font-on-primary-color-medium);
|
|
4947
|
-
-webkit-transition: color 0.3s;
|
|
4948
4934
|
transition: color 0.3s;
|
|
4949
4935
|
}
|
|
4950
4936
|
nav .input-field label.active i {
|
|
4951
|
-
color: var(--
|
|
4937
|
+
color: var(--md-sys-color-on-primary);
|
|
4952
4938
|
}
|
|
4953
4939
|
|
|
4954
4940
|
.navbar-fixed {
|
|
4955
4941
|
position: relative;
|
|
4956
|
-
height:
|
|
4942
|
+
height: var(--navbar-height-mobile);
|
|
4957
4943
|
z-index: 997;
|
|
4958
4944
|
}
|
|
4959
4945
|
.navbar-fixed nav {
|
|
@@ -4963,14 +4949,14 @@ nav .input-field label.active i {
|
|
|
4963
4949
|
|
|
4964
4950
|
@media only screen and (min-width : 601px) {
|
|
4965
4951
|
nav.nav-extended .nav-wrapper {
|
|
4966
|
-
min-height:
|
|
4952
|
+
min-height: var(--navbar-height-mobile);
|
|
4967
4953
|
}
|
|
4968
4954
|
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
|
|
4969
|
-
height:
|
|
4970
|
-
line-height:
|
|
4955
|
+
height: var(--navbar-height);
|
|
4956
|
+
line-height: var(--navbar-height);
|
|
4971
4957
|
}
|
|
4972
4958
|
.navbar-fixed {
|
|
4973
|
-
height:
|
|
4959
|
+
height: var(--navbar-height);
|
|
4974
4960
|
}
|
|
4975
4961
|
}
|
|
4976
4962
|
a {
|
|
@@ -4980,7 +4966,7 @@ a {
|
|
|
4980
4966
|
html {
|
|
4981
4967
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
4982
4968
|
font-weight: normal;
|
|
4983
|
-
color: var(--
|
|
4969
|
+
color: var(--md-sys-color-on-background);
|
|
4984
4970
|
}
|
|
4985
4971
|
@media only screen and (min-width: 0) {
|
|
4986
4972
|
html {
|
|
@@ -5175,43 +5161,29 @@ small {
|
|
|
5175
5161
|
}
|
|
5176
5162
|
|
|
5177
5163
|
.scale-transition {
|
|
5178
|
-
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
|
|
5179
|
-
transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
|
|
5180
5164
|
transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
|
|
5181
|
-
transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
|
|
5182
5165
|
}
|
|
5183
5166
|
.scale-transition.scale-out {
|
|
5184
|
-
|
|
5185
|
-
transform: scale(0);
|
|
5186
|
-
-webkit-transition: -webkit-transform 0.2s !important;
|
|
5187
|
-
transition: -webkit-transform 0.2s !important;
|
|
5167
|
+
transform: scale(0);
|
|
5188
5168
|
transition: transform 0.2s !important;
|
|
5189
|
-
transition: transform 0.2s, -webkit-transform 0.2s !important;
|
|
5190
5169
|
}
|
|
5191
5170
|
.scale-transition.scale-in {
|
|
5192
|
-
|
|
5193
|
-
transform: scale(1);
|
|
5171
|
+
transform: scale(1);
|
|
5194
5172
|
}
|
|
5195
5173
|
|
|
5196
5174
|
.card-panel {
|
|
5197
|
-
-webkit-transition: -webkit-box-shadow 0.25s;
|
|
5198
|
-
transition: -webkit-box-shadow 0.25s;
|
|
5199
5175
|
transition: box-shadow 0.25s;
|
|
5200
|
-
transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
|
|
5201
5176
|
padding: 24px;
|
|
5202
5177
|
margin: 0.5rem 0 1rem 0;
|
|
5203
5178
|
border-radius: 12px;
|
|
5204
|
-
background-color: var(--
|
|
5179
|
+
background-color: var(--md-sys-color-surface);
|
|
5205
5180
|
}
|
|
5206
5181
|
|
|
5207
5182
|
.card {
|
|
5208
5183
|
overflow: hidden;
|
|
5209
5184
|
position: relative;
|
|
5210
|
-
background-color: var(--
|
|
5211
|
-
-webkit-transition: -webkit-box-shadow 0.25s;
|
|
5212
|
-
transition: -webkit-box-shadow 0.25s;
|
|
5185
|
+
background-color: var(--md-sys-color-surface);
|
|
5213
5186
|
transition: box-shadow 0.25s;
|
|
5214
|
-
transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
|
|
5215
5187
|
border-radius: 12px;
|
|
5216
5188
|
}
|
|
5217
5189
|
.card .card-title {
|
|
@@ -5251,9 +5223,6 @@ small {
|
|
|
5251
5223
|
height: 500px;
|
|
5252
5224
|
}
|
|
5253
5225
|
.card.horizontal {
|
|
5254
|
-
display: -webkit-box;
|
|
5255
|
-
display: -webkit-flex;
|
|
5256
|
-
display: -ms-flexbox;
|
|
5257
5226
|
display: flex;
|
|
5258
5227
|
}
|
|
5259
5228
|
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
|
|
@@ -5273,26 +5242,13 @@ small {
|
|
|
5273
5242
|
width: auto;
|
|
5274
5243
|
}
|
|
5275
5244
|
.card.horizontal .card-stacked {
|
|
5276
|
-
display: -webkit-box;
|
|
5277
|
-
display: -webkit-flex;
|
|
5278
|
-
display: -ms-flexbox;
|
|
5279
5245
|
display: flex;
|
|
5280
|
-
-
|
|
5281
|
-
|
|
5282
|
-
-webkit-flex-direction: column;
|
|
5283
|
-
-ms-flex-direction: column;
|
|
5284
|
-
flex-direction: column;
|
|
5285
|
-
-webkit-box-flex: 1;
|
|
5286
|
-
-webkit-flex: 1;
|
|
5287
|
-
-ms-flex: 1;
|
|
5288
|
-
flex: 1;
|
|
5246
|
+
flex-direction: column;
|
|
5247
|
+
flex: 1;
|
|
5289
5248
|
position: relative;
|
|
5290
5249
|
}
|
|
5291
5250
|
.card.horizontal .card-stacked .card-content {
|
|
5292
|
-
-
|
|
5293
|
-
-webkit-flex-grow: 1;
|
|
5294
|
-
-ms-flex-positive: 1;
|
|
5295
|
-
flex-grow: 1;
|
|
5251
|
+
flex-grow: 1;
|
|
5296
5252
|
}
|
|
5297
5253
|
.card.sticky-action .card-action {
|
|
5298
5254
|
z-index: 2;
|
|
@@ -5315,7 +5271,7 @@ small {
|
|
|
5315
5271
|
width: 100%;
|
|
5316
5272
|
}
|
|
5317
5273
|
.card .card-image .card-title {
|
|
5318
|
-
color: var(--
|
|
5274
|
+
color: var(--md-sys-color-surface);
|
|
5319
5275
|
position: absolute;
|
|
5320
5276
|
bottom: 0;
|
|
5321
5277
|
left: 0;
|
|
@@ -5338,7 +5294,7 @@ small {
|
|
|
5338
5294
|
line-height: 32px;
|
|
5339
5295
|
}
|
|
5340
5296
|
.card .card-action {
|
|
5341
|
-
border-top: 1px solid var(--
|
|
5297
|
+
border-top: 1px solid var(--md-sys-color-outline-variant);
|
|
5342
5298
|
position: relative;
|
|
5343
5299
|
background-color: inherit;
|
|
5344
5300
|
}
|
|
@@ -5350,17 +5306,16 @@ small {
|
|
|
5350
5306
|
display: inline-block;
|
|
5351
5307
|
}
|
|
5352
5308
|
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
|
|
5353
|
-
color: var(--
|
|
5354
|
-
-webkit-transition: color 0.3s ease;
|
|
5309
|
+
color: var(--md-sys-color-primary);
|
|
5355
5310
|
transition: color 0.3s ease;
|
|
5356
5311
|
}
|
|
5357
5312
|
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
|
|
5358
|
-
background-color: var(--
|
|
5313
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
5359
5314
|
}
|
|
5360
5315
|
.card .card-reveal {
|
|
5361
5316
|
padding: 24px;
|
|
5362
5317
|
position: absolute;
|
|
5363
|
-
background-color: var(--
|
|
5318
|
+
background-color: var(--md-sys-color-surface);
|
|
5364
5319
|
width: 100%;
|
|
5365
5320
|
overflow-y: auto;
|
|
5366
5321
|
left: 0;
|
|
@@ -5401,7 +5356,7 @@ small {
|
|
|
5401
5356
|
}
|
|
5402
5357
|
|
|
5403
5358
|
.toast {
|
|
5404
|
-
border-radius:
|
|
5359
|
+
border-radius: 4px;
|
|
5405
5360
|
top: 35px;
|
|
5406
5361
|
width: auto;
|
|
5407
5362
|
margin-top: 10px;
|
|
@@ -5409,28 +5364,20 @@ small {
|
|
|
5409
5364
|
max-width: 100%;
|
|
5410
5365
|
height: auto;
|
|
5411
5366
|
min-height: 48px;
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
font-
|
|
5416
|
-
|
|
5417
|
-
color: var(--
|
|
5418
|
-
|
|
5419
|
-
display:
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
-webkit-box-pack: justify;
|
|
5427
|
-
-webkit-justify-content: space-between;
|
|
5428
|
-
-ms-flex-pack: justify;
|
|
5429
|
-
justify-content: space-between;
|
|
5430
|
-
cursor: default;
|
|
5431
|
-
}
|
|
5432
|
-
.toast .toast-action {
|
|
5433
|
-
color: #eeff41;
|
|
5367
|
+
padding-left: 16px;
|
|
5368
|
+
padding-right: 12px;
|
|
5369
|
+
font-size: 14px;
|
|
5370
|
+
font-weight: 500;
|
|
5371
|
+
line-height: 20px;
|
|
5372
|
+
color: var(--md-sys-color-inverse-on-surface);
|
|
5373
|
+
background-color: var(--md-sys-color-inverse-surface);
|
|
5374
|
+
display: flex;
|
|
5375
|
+
align-items: center;
|
|
5376
|
+
justify-content: space-between;
|
|
5377
|
+
cursor: default;
|
|
5378
|
+
}
|
|
5379
|
+
.toast .toast-action {
|
|
5380
|
+
color: var(--md-sys-color-inverse-primary);
|
|
5434
5381
|
font-weight: 500;
|
|
5435
5382
|
margin-right: -25px;
|
|
5436
5383
|
margin-left: 3rem;
|
|
@@ -5453,7 +5400,7 @@ small {
|
|
|
5453
5400
|
overflow-y: hidden;
|
|
5454
5401
|
height: 48px;
|
|
5455
5402
|
width: 100%;
|
|
5456
|
-
background-color: var(--
|
|
5403
|
+
background-color: var(--md-sys-color-surface);
|
|
5457
5404
|
margin: 0 auto;
|
|
5458
5405
|
white-space: nowrap;
|
|
5459
5406
|
}
|
|
@@ -5466,10 +5413,10 @@ small {
|
|
|
5466
5413
|
.tabs.tabs-transparent .tab.disabled a,
|
|
5467
5414
|
.tabs.tabs-transparent .tab.disabled a:hover,
|
|
5468
5415
|
.tabs.tabs-transparent .tab.disabled a:focus {
|
|
5469
|
-
color:
|
|
5416
|
+
color: rgba(255, 255, 255, 0.38);
|
|
5470
5417
|
}
|
|
5471
5418
|
.tabs.tabs-transparent .tab a:hover {
|
|
5472
|
-
background-color:
|
|
5419
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
5473
5420
|
}
|
|
5474
5421
|
.tabs.tabs-transparent .tab a.active,
|
|
5475
5422
|
.tabs.tabs-transparent .tab a:focus {
|
|
@@ -5478,22 +5425,16 @@ small {
|
|
|
5478
5425
|
.tabs.tabs-transparent .tab a:hover,
|
|
5479
5426
|
.tabs.tabs-transparent .tab a.active,
|
|
5480
5427
|
.tabs.tabs-transparent .tab a:focus {
|
|
5481
|
-
color: var(--
|
|
5428
|
+
color: var(--md-sys-color-on-primary);
|
|
5482
5429
|
}
|
|
5483
5430
|
.tabs.tabs-transparent .indicator {
|
|
5484
|
-
background-color: var(--
|
|
5431
|
+
background-color: var(--md-sys-color-on-primary);
|
|
5485
5432
|
}
|
|
5486
5433
|
.tabs.tabs-fixed-width {
|
|
5487
|
-
display: -webkit-box;
|
|
5488
|
-
display: -webkit-flex;
|
|
5489
|
-
display: -ms-flexbox;
|
|
5490
5434
|
display: flex;
|
|
5491
5435
|
}
|
|
5492
5436
|
.tabs.tabs-fixed-width .tab {
|
|
5493
|
-
-
|
|
5494
|
-
-webkit-flex-grow: 1;
|
|
5495
|
-
-ms-flex-positive: 1;
|
|
5496
|
-
flex-grow: 1;
|
|
5437
|
+
flex-grow: 1;
|
|
5497
5438
|
}
|
|
5498
5439
|
.tabs .tab {
|
|
5499
5440
|
padding-left: 0;
|
|
@@ -5506,7 +5447,7 @@ small {
|
|
|
5506
5447
|
margin: 0;
|
|
5507
5448
|
}
|
|
5508
5449
|
.tabs .tab a {
|
|
5509
|
-
color: var(--
|
|
5450
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
5510
5451
|
display: block;
|
|
5511
5452
|
width: 100%;
|
|
5512
5453
|
height: 100%;
|
|
@@ -5514,24 +5455,23 @@ small {
|
|
|
5514
5455
|
font-size: 14px;
|
|
5515
5456
|
text-overflow: ellipsis;
|
|
5516
5457
|
overflow: hidden;
|
|
5517
|
-
-webkit-transition: color 0.28s ease, background-color 0.28s ease;
|
|
5518
5458
|
transition: color 0.28s ease, background-color 0.28s ease;
|
|
5519
5459
|
}
|
|
5520
5460
|
.tabs .tab a.active {
|
|
5521
5461
|
background-color: transparent;
|
|
5522
5462
|
}
|
|
5523
5463
|
.tabs .tab a.active, .tabs .tab a:focus, .tabs .tab a:hover {
|
|
5524
|
-
color: var(--
|
|
5464
|
+
color: var(--md-sys-color-primary);
|
|
5525
5465
|
}
|
|
5526
5466
|
.tabs .tab a:hover {
|
|
5527
|
-
background-color: var(--
|
|
5467
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
5528
5468
|
}
|
|
5529
5469
|
.tabs .tab a:focus, .tabs .tab a.active {
|
|
5530
|
-
background-color: var(--
|
|
5470
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
5531
5471
|
outline: none;
|
|
5532
5472
|
}
|
|
5533
5473
|
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
|
|
5534
|
-
color: var(--
|
|
5474
|
+
color: var(--md-sys-color-on-surface);
|
|
5535
5475
|
cursor: default;
|
|
5536
5476
|
background-color: transparent;
|
|
5537
5477
|
}
|
|
@@ -5541,23 +5481,19 @@ small {
|
|
|
5541
5481
|
.tabs .indicator {
|
|
5542
5482
|
position: absolute;
|
|
5543
5483
|
bottom: 0;
|
|
5544
|
-
height:
|
|
5545
|
-
background-color: var(--
|
|
5484
|
+
height: 3px;
|
|
5485
|
+
background-color: var(--md-sys-color-primary);
|
|
5546
5486
|
will-change: left, right;
|
|
5487
|
+
border-radius: 3px 3px 0 0;
|
|
5547
5488
|
}
|
|
5548
5489
|
|
|
5490
|
+
/* Fixed Sidenav hide on smaller */
|
|
5549
5491
|
@media only screen and (max-width : 992.99px) {
|
|
5550
5492
|
.tabs {
|
|
5551
|
-
display: -webkit-box;
|
|
5552
|
-
display: -webkit-flex;
|
|
5553
|
-
display: -ms-flexbox;
|
|
5554
5493
|
display: flex;
|
|
5555
5494
|
}
|
|
5556
5495
|
.tabs .tab {
|
|
5557
|
-
-
|
|
5558
|
-
-webkit-flex-grow: 1;
|
|
5559
|
-
-ms-flex-positive: 1;
|
|
5560
|
-
flex-grow: 1;
|
|
5496
|
+
flex-grow: 1;
|
|
5561
5497
|
}
|
|
5562
5498
|
.tabs .tab a {
|
|
5563
5499
|
padding: 0 12px;
|
|
@@ -5566,29 +5502,28 @@ small {
|
|
|
5566
5502
|
.material-tooltip {
|
|
5567
5503
|
padding: 0 8px;
|
|
5568
5504
|
border-radius: 4px;
|
|
5569
|
-
background-color: var(--md-sys-color-inverse-surface);
|
|
5570
5505
|
color: var(--md-sys-color-inverse-on-surface);
|
|
5506
|
+
background-color: var(--md-sys-color-inverse-surface);
|
|
5571
5507
|
font-family: var(--md-sys-typescale-body-small-font-family-name);
|
|
5572
5508
|
font-size: var(--md-sys-typescale-body-small-font-size);
|
|
5573
5509
|
line-height: var(--md-sys-typescale-body-small-line-height);
|
|
5574
5510
|
font-weight: var(--md-sys-typescale-body-small-font-weight);
|
|
5575
5511
|
min-height: 24px;
|
|
5576
5512
|
opacity: 0;
|
|
5577
|
-
|
|
5513
|
+
padding-top: 6px;
|
|
5514
|
+
padding-bottom: 6px;
|
|
5515
|
+
font-size: 12px;
|
|
5516
|
+
line-height: 16px;
|
|
5517
|
+
font-weight: 400;
|
|
5518
|
+
letter-spacing: 0.4px;
|
|
5578
5519
|
position: absolute;
|
|
5579
|
-
max-width:
|
|
5520
|
+
max-width: 300px;
|
|
5580
5521
|
overflow: hidden;
|
|
5581
5522
|
left: 0;
|
|
5582
5523
|
top: 0;
|
|
5583
5524
|
pointer-events: none;
|
|
5584
|
-
display: -webkit-box;
|
|
5585
|
-
display: -webkit-flex;
|
|
5586
|
-
display: -ms-flexbox;
|
|
5587
5525
|
display: flex;
|
|
5588
|
-
-
|
|
5589
|
-
-webkit-align-items: center;
|
|
5590
|
-
-ms-flex-align: center;
|
|
5591
|
-
align-items: center;
|
|
5526
|
+
align-items: center;
|
|
5592
5527
|
visibility: hidden;
|
|
5593
5528
|
z-index: 2000;
|
|
5594
5529
|
}
|
|
@@ -5601,42 +5536,33 @@ small {
|
|
|
5601
5536
|
border-radius: 0 0 50% 50%;
|
|
5602
5537
|
background-color: var(--md-sys-color-inverse-surface);
|
|
5603
5538
|
z-index: -1;
|
|
5604
|
-
|
|
5605
|
-
transform-origin: 50% 0;
|
|
5539
|
+
transform-origin: 50% 0;
|
|
5606
5540
|
visibility: hidden;
|
|
5607
5541
|
}
|
|
5608
5542
|
|
|
5609
5543
|
.btn, .btn-small, .btn-large, .btn-floating, .btn-flat {
|
|
5610
|
-
--
|
|
5611
|
-
--
|
|
5612
|
-
--padding
|
|
5613
|
-
--
|
|
5614
|
-
|
|
5544
|
+
--btn-height: 40px;
|
|
5545
|
+
--btn-font-size-icon: 16px;
|
|
5546
|
+
--btn-padding: 24px;
|
|
5547
|
+
--btn-padding-icon: 16px;
|
|
5548
|
+
--btn-gap-icon: 8px;
|
|
5549
|
+
--btn-border-radius: 4px;
|
|
5550
|
+
--btn-font-size: 14px;
|
|
5551
|
+
height: var(--btn-height);
|
|
5615
5552
|
border: none;
|
|
5616
|
-
border-radius:
|
|
5617
|
-
padding-left: var(--padding);
|
|
5618
|
-
padding-right: var(--padding);
|
|
5619
|
-
|
|
5620
|
-
font-size: 14px;
|
|
5553
|
+
border-radius: var(--btn-border-radius);
|
|
5554
|
+
padding-left: var(--btn-padding);
|
|
5555
|
+
padding-right: var(--btn-padding);
|
|
5556
|
+
font-size: ver(--btn-font-size);
|
|
5621
5557
|
font-weight: 500;
|
|
5622
5558
|
text-decoration: none;
|
|
5623
|
-
display: -webkit-inline-box;
|
|
5624
|
-
display: -webkit-inline-flex;
|
|
5625
|
-
display: -ms-inline-flexbox;
|
|
5626
5559
|
display: inline-flex;
|
|
5627
|
-
-
|
|
5628
|
-
-webkit-align-items: center;
|
|
5629
|
-
-ms-flex-align: center;
|
|
5630
|
-
align-items: center;
|
|
5560
|
+
align-items: center;
|
|
5631
5561
|
cursor: pointer;
|
|
5632
5562
|
-webkit-tap-highlight-color: transparent;
|
|
5633
5563
|
white-space: nowrap;
|
|
5634
5564
|
outline: 0;
|
|
5635
|
-
|
|
5636
|
-
-moz-user-select: none;
|
|
5637
|
-
-ms-user-select: none;
|
|
5638
|
-
user-select: none;
|
|
5639
|
-
-webkit-transition: background-color 0.2s ease-out;
|
|
5565
|
+
user-select: none;
|
|
5640
5566
|
transition: background-color 0.2s ease-out;
|
|
5641
5567
|
}
|
|
5642
5568
|
|
|
@@ -5645,138 +5571,140 @@ small {
|
|
|
5645
5571
|
}
|
|
5646
5572
|
|
|
5647
5573
|
.btn.icon-left, .icon-left.btn-small, .icon-left.btn-large {
|
|
5648
|
-
padding-left: calc(var(--padding-icon) + var(--font-size-icon) + var(--gap-icon));
|
|
5574
|
+
padding-left: calc(var(--btn-padding-icon) + var(--btn-font-size-icon) + var(--btn-gap-icon));
|
|
5649
5575
|
}
|
|
5650
5576
|
|
|
5651
5577
|
.btn.icon-right, .icon-right.btn-small, .icon-right.btn-large {
|
|
5652
|
-
padding-right: calc(var(--padding-icon) + var(--font-size-icon) + var(--gap-icon));
|
|
5578
|
+
padding-right: calc(var(--btn-padding-icon) + var(--btn-font-size-icon) + var(--btn-gap-icon));
|
|
5653
5579
|
}
|
|
5654
5580
|
|
|
5655
5581
|
.btn.icon-left i, .icon-left.btn-small i, .icon-left.btn-large i, .btn.icon-right i, .icon-right.btn-small i, .icon-right.btn-large i {
|
|
5656
5582
|
position: absolute;
|
|
5657
|
-
font-size: var(--font-size-icon);
|
|
5583
|
+
font-size: var(--btn-font-size-icon);
|
|
5658
5584
|
}
|
|
5659
5585
|
|
|
5660
5586
|
.btn.icon-left i, .icon-left.btn-small i, .icon-left.btn-large i {
|
|
5661
|
-
left: var(--padding-icon);
|
|
5587
|
+
left: var(--btn-padding-icon);
|
|
5662
5588
|
}
|
|
5663
5589
|
|
|
5664
5590
|
.btn.icon-right i, .icon-right.btn-small i, .icon-right.btn-large i {
|
|
5665
|
-
right: var(--padding-icon);
|
|
5666
|
-
}
|
|
5667
|
-
|
|
5668
|
-
.btn.disabled,
|
|
5669
|
-
.btn-floating.disabled,
|
|
5670
|
-
.btn-large.disabled,
|
|
5671
|
-
.btn-small.disabled,
|
|
5672
|
-
.btn-flat.disabled,
|
|
5673
|
-
.btn:disabled,
|
|
5674
|
-
.btn-floating:disabled,
|
|
5675
|
-
.btn-large:disabled,
|
|
5676
|
-
.btn-small:disabled,
|
|
5677
|
-
.btn-flat:disabled,
|
|
5678
|
-
.btn[disabled],
|
|
5679
|
-
.btn-floating[disabled],
|
|
5680
|
-
.btn-large[disabled],
|
|
5681
|
-
.btn-small[disabled],
|
|
5682
|
-
.btn-flat[disabled] {
|
|
5683
|
-
pointer-events: none;
|
|
5684
|
-
background-color: var(--background-color-disabled) !important;
|
|
5685
|
-
-webkit-box-shadow: none;
|
|
5686
|
-
box-shadow: none;
|
|
5687
|
-
color: var(--font-color-disabled) !important;
|
|
5688
|
-
cursor: default;
|
|
5591
|
+
right: var(--btn-padding-icon);
|
|
5689
5592
|
}
|
|
5690
|
-
|
|
5691
|
-
.btn-
|
|
5692
|
-
|
|
5693
|
-
.btn-small.disabled:hover,
|
|
5694
|
-
.btn-flat.disabled:hover,
|
|
5695
|
-
.btn:disabled:hover,
|
|
5696
|
-
.btn-floating:disabled:hover,
|
|
5697
|
-
.btn-large:disabled:hover,
|
|
5698
|
-
.btn-small:disabled:hover,
|
|
5699
|
-
.btn-flat:disabled:hover,
|
|
5700
|
-
.btn[disabled]:hover,
|
|
5701
|
-
.btn-floating[disabled]:hover,
|
|
5702
|
-
.btn-large[disabled]:hover,
|
|
5703
|
-
.btn-small[disabled]:hover,
|
|
5704
|
-
.btn-flat[disabled]:hover {
|
|
5705
|
-
background-color: var(--background-color-disabled) !important;
|
|
5706
|
-
color: var(--font-color-disabled) !important;
|
|
5707
|
-
}
|
|
5708
|
-
|
|
5709
|
-
.btn.filled, .btn, .btn-small, .btn-large {
|
|
5593
|
+
|
|
5594
|
+
.btn.filled, .filled.btn-small, .filled.btn-large {
|
|
5595
|
+
color: var(--md-sys-color-on-primary);
|
|
5710
5596
|
background-color: var(--md-sys-color-primary);
|
|
5711
5597
|
}
|
|
5712
5598
|
|
|
5713
|
-
.btn.tonal, .tonal.btn-small, .tonal.btn-large
|
|
5599
|
+
.btn.tonal, .tonal.btn-small, .tonal.btn-large {
|
|
5600
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
5714
5601
|
background-color: var(--md-sys-color-secondary-container);
|
|
5602
|
+
}
|
|
5603
|
+
|
|
5604
|
+
.btn.elevated, .elevated.btn-small, .elevated.btn-large {
|
|
5715
5605
|
color: var(--md-sys-color-on-secondary-container);
|
|
5606
|
+
background-color: var(--md-sys-color-secondary-container);
|
|
5607
|
+
}
|
|
5608
|
+
|
|
5609
|
+
.btn.outlined, .outlined.btn-small, .outlined.btn-large {
|
|
5610
|
+
background-color: transparent;
|
|
5611
|
+
color: var(--md-sys-color-primary);
|
|
5612
|
+
border: 1px solid var(--md-sys-color-outline);
|
|
5716
5613
|
}
|
|
5717
5614
|
|
|
5718
5615
|
.btn.text, .text.btn-small, .text.btn-large, .btn-flat {
|
|
5719
|
-
-
|
|
5720
|
-
box-shadow: none;
|
|
5616
|
+
color: var(--md-sys-color-primary);
|
|
5721
5617
|
background-color: transparent;
|
|
5618
|
+
}
|
|
5619
|
+
|
|
5620
|
+
.btn.disabled, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled,
|
|
5621
|
+
.btn:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled,
|
|
5622
|
+
.btn[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled] {
|
|
5623
|
+
color: color-mix(in srgb, transparent, var(--md-sys-color-on-surface) 76%);
|
|
5624
|
+
background-color: color-mix(in srgb, transparent, var(--md-sys-color-on-surface) 24%);
|
|
5625
|
+
pointer-events: none;
|
|
5626
|
+
box-shadow: none;
|
|
5627
|
+
cursor: default;
|
|
5628
|
+
}
|
|
5629
|
+
|
|
5630
|
+
.btn.elevated:hover, .elevated.btn-small:hover, .elevated.btn-large:hover {
|
|
5722
5631
|
color: var(--md-sys-color-primary);
|
|
5723
|
-
|
|
5724
|
-
-webkit-transition: background-color 0.2s;
|
|
5725
|
-
transition: background-color 0.2s;
|
|
5632
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-on-secondary-container) 16%);
|
|
5726
5633
|
}
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
background-color: var(--
|
|
5634
|
+
|
|
5635
|
+
.btn.filled:hover, .filled.btn-small:hover, .filled.btn-large:hover {
|
|
5636
|
+
color: var(--md-sys-color-on-primary);
|
|
5637
|
+
background-color: color-mix(in srgb, var(--md-sys-color-primary), var(--md-sys-color-on-primary) 16%);
|
|
5731
5638
|
}
|
|
5732
|
-
|
|
5733
|
-
|
|
5639
|
+
|
|
5640
|
+
.btn.tonal:hover, .tonal.btn-small:hover, .tonal.btn-large:hover {
|
|
5641
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
5642
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-on-secondary-container) 16%);
|
|
5734
5643
|
}
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
color: var(--
|
|
5738
|
-
|
|
5644
|
+
|
|
5645
|
+
.btn.outlined:hover, .outlined.btn-small:hover, .outlined.btn-large:hover {
|
|
5646
|
+
color: var(--md-sys-color-primary);
|
|
5647
|
+
background-color: color-mix(in srgb, transparent, var(--md-sys-color-primary) 16%);
|
|
5739
5648
|
}
|
|
5740
5649
|
|
|
5741
|
-
.btn.
|
|
5742
|
-
|
|
5743
|
-
color: var(--
|
|
5744
|
-
|
|
5650
|
+
.btn.text:hover, .text.btn-small:hover, .text.btn-large:hover {
|
|
5651
|
+
color: var(--md-sys-color-primary);
|
|
5652
|
+
background-color: color-mix(in srgb, var(--md-sys-color-primary) 16%, transparent);
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
.btn:focus.elevated, .btn-small:focus.elevated, .btn-large:focus.elevated {
|
|
5656
|
+
color: var(--md-sys-color-primary);
|
|
5657
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-primary) 20%);
|
|
5745
5658
|
}
|
|
5746
5659
|
|
|
5747
|
-
.btn:
|
|
5748
|
-
|
|
5660
|
+
.btn:focus.filled, .btn-small:focus.filled, .btn-large:focus.filled {
|
|
5661
|
+
color: var(--md-sys-color-on-primary);
|
|
5662
|
+
background-color: color-mix(in srgb, var(--md-sys-color-primary), var(--md-sys-color-on-primary) 20%);
|
|
5749
5663
|
}
|
|
5750
|
-
|
|
5751
|
-
|
|
5664
|
+
|
|
5665
|
+
.btn:focus.tonal, .btn-small:focus.tonal, .btn-large:focus.tonal {
|
|
5666
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
5667
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary-container), var(--md-sys-color-on-secondary-container) 20%);
|
|
5668
|
+
}
|
|
5669
|
+
|
|
5670
|
+
.btn:focus.outlined, .btn-small:focus.outlined, .btn-large:focus.outlined {
|
|
5671
|
+
color: var(--md-sys-color-primary);
|
|
5672
|
+
background-color: color-mix(in srgb, transparent, var(--md-sys-color-primary) 20%);
|
|
5673
|
+
border: 1px solid var(--md-sys-color-primary);
|
|
5674
|
+
}
|
|
5675
|
+
|
|
5676
|
+
.btn:focus.text, .btn-small:focus.text, .btn-large:focus.text {
|
|
5677
|
+
color: var(--md-sys-color-primary);
|
|
5678
|
+
background-color: color-mix(in srgb, transparent, var(--md-sys-color-primary) 20%);
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5681
|
+
.btn:focus-visible.filled, .btn-small:focus-visible.filled, .btn-large:focus-visible.filled, .btn:focus-visible.elevated, .btn-small:focus-visible.elevated, .btn-large:focus-visible.elevated, .btn:focus-visible.tonal, .btn-small:focus-visible.tonal, .btn-large:focus-visible.tonal, .btn:focus-visible.outlined, .btn-small:focus-visible.outlined, .btn-large:focus-visible.outlined, .btn:focus-visible.text, .btn-small:focus-visible.text, .btn-large:focus-visible.text {
|
|
5682
|
+
outline: 3px solid var(--md-sys-color-secondary);
|
|
5683
|
+
outline-offset: 2px;
|
|
5752
5684
|
}
|
|
5753
5685
|
|
|
5754
5686
|
.btn-floating {
|
|
5755
|
-
color: var(--font-on-secondary-color-main);
|
|
5756
5687
|
width: 40px;
|
|
5757
5688
|
height: 40px;
|
|
5758
|
-
|
|
5689
|
+
color: var(--md-sys-color-on-primary-container);
|
|
5690
|
+
background-color: var(--md-sys-color-primary-container);
|
|
5759
5691
|
border-radius: 16px;
|
|
5760
5692
|
padding: 0;
|
|
5761
5693
|
display: grid;
|
|
5762
5694
|
grid-auto-flow: column;
|
|
5763
|
-
-
|
|
5764
|
-
-webkit-align-items: center;
|
|
5765
|
-
-ms-flex-align: center;
|
|
5766
|
-
align-items: center;
|
|
5695
|
+
align-items: center;
|
|
5767
5696
|
position: relative;
|
|
5768
5697
|
overflow: hidden;
|
|
5769
5698
|
z-index: 1;
|
|
5770
|
-
-webkit-transition: background-color 0.3s;
|
|
5771
5699
|
transition: background-color 0.3s;
|
|
5772
5700
|
cursor: pointer;
|
|
5773
5701
|
vertical-align: middle;
|
|
5774
5702
|
}
|
|
5775
5703
|
.btn-floating:hover {
|
|
5776
|
-
background-color: var(--
|
|
5704
|
+
background-color: color-mix(in srgb, var(--md-sys-color-primary-container), var(--md-sys-color-on-primary-container) 16%);
|
|
5777
5705
|
}
|
|
5778
5706
|
.btn-floating:focus {
|
|
5779
|
-
background-color: var(--
|
|
5707
|
+
background-color: var(--md-ref-palette-secondary80);
|
|
5780
5708
|
}
|
|
5781
5709
|
.btn-floating:before {
|
|
5782
5710
|
border-radius: 0;
|
|
@@ -5790,11 +5718,12 @@ small {
|
|
|
5790
5718
|
bottom: -28px;
|
|
5791
5719
|
}
|
|
5792
5720
|
.btn-floating.btn-small {
|
|
5793
|
-
|
|
5794
|
-
|
|
5721
|
+
--btn-small-height: calc(0.75 * var(--btn-height));
|
|
5722
|
+
width: var(--btn-small-height) e;
|
|
5723
|
+
height: var(--btn-small-height);
|
|
5795
5724
|
}
|
|
5796
5725
|
.btn-floating.btn-small.halfway-fab {
|
|
5797
|
-
bottom: -
|
|
5726
|
+
bottom: calc(var(--btn-small-height) * -0.5);
|
|
5798
5727
|
}
|
|
5799
5728
|
.btn-floating.halfway-fab {
|
|
5800
5729
|
position: absolute;
|
|
@@ -5806,7 +5735,7 @@ small {
|
|
|
5806
5735
|
left: 24px;
|
|
5807
5736
|
}
|
|
5808
5737
|
.btn-floating i {
|
|
5809
|
-
color: var(--
|
|
5738
|
+
color: var(--md-sys-color-on-secondary);
|
|
5810
5739
|
font-size: 1.6rem;
|
|
5811
5740
|
width: inherit;
|
|
5812
5741
|
display: inline-block;
|
|
@@ -5837,8 +5766,7 @@ button.btn-floating {
|
|
|
5837
5766
|
text-align: right;
|
|
5838
5767
|
right: 64px;
|
|
5839
5768
|
top: 50%;
|
|
5840
|
-
|
|
5841
|
-
transform: translateY(-50%);
|
|
5769
|
+
transform: translateY(-50%);
|
|
5842
5770
|
height: 100%;
|
|
5843
5771
|
left: auto;
|
|
5844
5772
|
/*width 100% only goes to width of button container */
|
|
@@ -5866,15 +5794,8 @@ button.btn-floating {
|
|
|
5866
5794
|
.fixed-action-btn.direction-bottom ul {
|
|
5867
5795
|
top: 64px;
|
|
5868
5796
|
bottom: auto;
|
|
5869
|
-
display: -webkit-box;
|
|
5870
|
-
display: -webkit-flex;
|
|
5871
|
-
display: -ms-flexbox;
|
|
5872
5797
|
display: flex;
|
|
5873
|
-
-
|
|
5874
|
-
-webkit-box-direction: reverse;
|
|
5875
|
-
-webkit-flex-direction: column-reverse;
|
|
5876
|
-
-ms-flex-direction: column-reverse;
|
|
5877
|
-
flex-direction: column-reverse;
|
|
5798
|
+
flex-direction: column-reverse;
|
|
5878
5799
|
}
|
|
5879
5800
|
.fixed-action-btn.direction-bottom ul li {
|
|
5880
5801
|
margin: 15px 0 0 0;
|
|
@@ -5887,23 +5808,16 @@ button.btn-floating {
|
|
|
5887
5808
|
opacity: 0;
|
|
5888
5809
|
}
|
|
5889
5810
|
.fixed-action-btn.toolbar ul {
|
|
5890
|
-
display: -webkit-box;
|
|
5891
|
-
display: -webkit-flex;
|
|
5892
|
-
display: -ms-flexbox;
|
|
5893
5811
|
display: flex;
|
|
5894
5812
|
top: 0;
|
|
5895
5813
|
bottom: 0;
|
|
5896
5814
|
z-index: 1;
|
|
5897
5815
|
}
|
|
5898
5816
|
.fixed-action-btn.toolbar ul li {
|
|
5899
|
-
|
|
5900
|
-
-webkit-flex: 1;
|
|
5901
|
-
-ms-flex: 1;
|
|
5902
|
-
flex: 1;
|
|
5817
|
+
flex: 1;
|
|
5903
5818
|
display: inline-block;
|
|
5904
5819
|
margin: 0;
|
|
5905
5820
|
height: 100%;
|
|
5906
|
-
-webkit-transition: none;
|
|
5907
5821
|
transition: none;
|
|
5908
5822
|
}
|
|
5909
5823
|
.fixed-action-btn.toolbar ul li a {
|
|
@@ -5913,9 +5827,8 @@ button.btn-floating {
|
|
|
5913
5827
|
width: 100%;
|
|
5914
5828
|
height: 100%;
|
|
5915
5829
|
background-color: transparent;
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
color: var(--font-on-secondary-color-main);
|
|
5830
|
+
box-shadow: none;
|
|
5831
|
+
color: var(--md-sys-color-on-secondary);
|
|
5919
5832
|
line-height: 56px;
|
|
5920
5833
|
z-index: 1;
|
|
5921
5834
|
}
|
|
@@ -5944,14 +5857,13 @@ button.btn-floating {
|
|
|
5944
5857
|
z-index: -1;
|
|
5945
5858
|
width: 40px;
|
|
5946
5859
|
height: 40px;
|
|
5947
|
-
background-color: var(--
|
|
5860
|
+
background-color: var(--md-sys-color-secondary);
|
|
5948
5861
|
border-radius: 16px;
|
|
5949
|
-
|
|
5950
|
-
transform: scale(0);
|
|
5862
|
+
transform: scale(0);
|
|
5951
5863
|
}
|
|
5952
5864
|
|
|
5953
5865
|
.btn-large {
|
|
5954
|
-
height:
|
|
5866
|
+
height: calc(1.5 * var(--btn-height));
|
|
5955
5867
|
font-size: 18px;
|
|
5956
5868
|
padding: 0 28px;
|
|
5957
5869
|
}
|
|
@@ -5960,8 +5872,7 @@ button.btn-floating {
|
|
|
5960
5872
|
}
|
|
5961
5873
|
|
|
5962
5874
|
.btn-small {
|
|
5963
|
-
height:
|
|
5964
|
-
line-height: 30px;
|
|
5875
|
+
height: calc(0.75 * var(--btn-height));
|
|
5965
5876
|
font-size: 13px;
|
|
5966
5877
|
}
|
|
5967
5878
|
.btn-small i {
|
|
@@ -5976,10 +5887,16 @@ button.btn-floating {
|
|
|
5976
5887
|
border-radius: 99999px;
|
|
5977
5888
|
}
|
|
5978
5889
|
|
|
5890
|
+
[popover] {
|
|
5891
|
+
outline: none;
|
|
5892
|
+
padding: 0;
|
|
5893
|
+
border: none;
|
|
5894
|
+
}
|
|
5895
|
+
|
|
5979
5896
|
.dropdown-content {
|
|
5980
5897
|
padding-left: 0;
|
|
5981
5898
|
list-style-type: none;
|
|
5982
|
-
background-color: var(--
|
|
5899
|
+
background-color: var(--md-sys-color-surface);
|
|
5983
5900
|
margin: 0;
|
|
5984
5901
|
display: none;
|
|
5985
5902
|
min-width: 100px;
|
|
@@ -5989,34 +5906,25 @@ button.btn-floating {
|
|
|
5989
5906
|
left: 0;
|
|
5990
5907
|
top: 0;
|
|
5991
5908
|
z-index: 9999;
|
|
5992
|
-
|
|
5993
|
-
|
|
5994
|
-
}
|
|
5995
|
-
.dropdown-content:focus {
|
|
5996
|
-
outline: 0;
|
|
5909
|
+
transform-origin: 0 0;
|
|
5910
|
+
user-select: none;
|
|
5997
5911
|
}
|
|
5998
5912
|
.dropdown-content li {
|
|
5999
5913
|
clear: both;
|
|
6000
|
-
color: var(--
|
|
5914
|
+
color: var(--md-sys-color-on-background);
|
|
6001
5915
|
cursor: pointer;
|
|
6002
5916
|
min-height: 50px;
|
|
6003
5917
|
line-height: 1.5rem;
|
|
6004
5918
|
width: 100%;
|
|
6005
5919
|
text-align: left;
|
|
6006
5920
|
}
|
|
6007
|
-
.dropdown-content li:hover, .dropdown-content li.active {
|
|
6008
|
-
background-color: var(--hover-color);
|
|
6009
|
-
}
|
|
6010
|
-
.dropdown-content li:focus {
|
|
6011
|
-
outline: none;
|
|
6012
|
-
}
|
|
6013
5921
|
.dropdown-content li.divider {
|
|
6014
5922
|
min-height: 0;
|
|
6015
5923
|
height: 1px;
|
|
6016
5924
|
}
|
|
6017
5925
|
.dropdown-content li > a, .dropdown-content li > span {
|
|
6018
5926
|
font-size: 16px;
|
|
6019
|
-
color: var(--
|
|
5927
|
+
color: var(--md-sys-color-primary);
|
|
6020
5928
|
display: block;
|
|
6021
5929
|
line-height: 22px;
|
|
6022
5930
|
padding: 14px 16px;
|
|
@@ -6033,17 +5941,19 @@ button.btn-floating {
|
|
|
6033
5941
|
margin: 0 24px 0 0;
|
|
6034
5942
|
width: 24px;
|
|
6035
5943
|
}
|
|
5944
|
+
.dropdown-content li:not(.disabled):hover, .dropdown-content li.active {
|
|
5945
|
+
background-color: color-mix(in srgb, var(--md-sys-color-surface), var(--md-sys-color-on-surface) 8%);
|
|
5946
|
+
}
|
|
6036
5947
|
|
|
6037
5948
|
body.keyboard-focused .dropdown-content li:focus {
|
|
6038
|
-
background-color:
|
|
5949
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
6039
5950
|
}
|
|
6040
5951
|
|
|
6041
5952
|
.input-field.col .dropdown-content [type=checkbox] + label {
|
|
6042
5953
|
top: 1px;
|
|
6043
5954
|
left: 0;
|
|
6044
5955
|
height: 18px;
|
|
6045
|
-
|
|
6046
|
-
transform: none;
|
|
5956
|
+
transform: none;
|
|
6047
5957
|
}
|
|
6048
5958
|
|
|
6049
5959
|
.dropdown-trigger {
|
|
@@ -6051,17 +5961,21 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6051
5961
|
}
|
|
6052
5962
|
|
|
6053
5963
|
.modal {
|
|
5964
|
+
--modal-footer-height: 56px;
|
|
5965
|
+
--modal-footer-divider-height: 1px;
|
|
5966
|
+
--modal-border-radius: 28px;
|
|
5967
|
+
--modal-padding: 24px;
|
|
6054
5968
|
display: none;
|
|
6055
5969
|
position: fixed;
|
|
6056
5970
|
left: 0;
|
|
6057
5971
|
right: 0;
|
|
6058
|
-
background-color: var(--
|
|
5972
|
+
background-color: var(--md-sys-color-surface);
|
|
6059
5973
|
padding: 0;
|
|
6060
5974
|
max-height: 70%;
|
|
6061
5975
|
width: 55%;
|
|
6062
5976
|
margin: auto;
|
|
6063
5977
|
overflow-y: auto;
|
|
6064
|
-
border-radius:
|
|
5978
|
+
border-radius: var(--modal-border-radius);
|
|
6065
5979
|
will-change: top, opacity;
|
|
6066
5980
|
}
|
|
6067
5981
|
.modal:focus {
|
|
@@ -6076,17 +5990,17 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6076
5990
|
margin-top: 0;
|
|
6077
5991
|
}
|
|
6078
5992
|
.modal .modal-content {
|
|
6079
|
-
padding:
|
|
5993
|
+
padding: var(--modal-padding);
|
|
6080
5994
|
overflow-y: hidden;
|
|
6081
5995
|
}
|
|
6082
5996
|
.modal .modal-close {
|
|
6083
5997
|
cursor: pointer;
|
|
6084
5998
|
}
|
|
6085
5999
|
.modal .modal-footer {
|
|
6086
|
-
border-radius: 0 0
|
|
6087
|
-
background-color: var(--
|
|
6000
|
+
border-radius: 0 0 var(--modal-border-radius) var(--modal-border-radius);
|
|
6001
|
+
background-color: var(--md-sys-color-surface);
|
|
6088
6002
|
padding: 4px 6px;
|
|
6089
|
-
height:
|
|
6003
|
+
height: var(--modal-footer-height);
|
|
6090
6004
|
width: 100%;
|
|
6091
6005
|
text-align: right;
|
|
6092
6006
|
}
|
|
@@ -6114,15 +6028,15 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6114
6028
|
}
|
|
6115
6029
|
.modal.modal-fixed-footer .modal-content {
|
|
6116
6030
|
position: absolute;
|
|
6117
|
-
height: calc(100% -
|
|
6031
|
+
height: calc(100% - var(--modal-footer-height));
|
|
6118
6032
|
max-height: 100%;
|
|
6119
6033
|
width: 100%;
|
|
6120
6034
|
overflow-y: auto;
|
|
6121
6035
|
}
|
|
6122
6036
|
.modal.modal-fixed-footer .modal-footer {
|
|
6123
|
-
border-top:
|
|
6037
|
+
border-top: var(--modal-footer-divider-height) solid var(--md-sys-color-outline-variant);
|
|
6124
6038
|
position: absolute;
|
|
6125
|
-
bottom:
|
|
6039
|
+
bottom: var(--modal-footer-divider-height);
|
|
6126
6040
|
}
|
|
6127
6041
|
|
|
6128
6042
|
.modal.bottom-sheet {
|
|
@@ -6138,23 +6052,19 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6138
6052
|
.collapsible {
|
|
6139
6053
|
padding-left: 0;
|
|
6140
6054
|
list-style-type: none;
|
|
6141
|
-
border-top: 1px solid var(--
|
|
6142
|
-
border-right: 1px solid var(--
|
|
6143
|
-
border-left: 1px solid var(--
|
|
6055
|
+
border-top: 1px solid var(--md-sys-color-outline-variant);
|
|
6056
|
+
border-right: 1px solid var(--md-sys-color-outline-variant);
|
|
6057
|
+
border-left: 1px solid var(--md-sys-color-outline-variant);
|
|
6144
6058
|
margin: 0.5rem 0 1rem 0;
|
|
6145
6059
|
}
|
|
6146
6060
|
|
|
6147
6061
|
.collapsible-header {
|
|
6148
|
-
display: -webkit-box;
|
|
6149
|
-
display: -webkit-flex;
|
|
6150
|
-
display: -ms-flexbox;
|
|
6151
6062
|
display: flex;
|
|
6152
6063
|
cursor: pointer;
|
|
6153
6064
|
-webkit-tap-highlight-color: transparent;
|
|
6154
6065
|
line-height: 1.5;
|
|
6155
6066
|
padding: 1rem;
|
|
6156
|
-
border-bottom: 1px solid var(--
|
|
6157
|
-
background-color: var(--surface-color);
|
|
6067
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
6158
6068
|
}
|
|
6159
6069
|
.collapsible-header:focus {
|
|
6160
6070
|
outline: 0;
|
|
@@ -6179,34 +6089,28 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6179
6089
|
}
|
|
6180
6090
|
|
|
6181
6091
|
.keyboard-focused .collapsible-header:focus {
|
|
6182
|
-
background-color:
|
|
6092
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
6183
6093
|
}
|
|
6184
6094
|
|
|
6185
6095
|
.collapsible-body {
|
|
6186
6096
|
max-height: 0;
|
|
6187
|
-
border-bottom: 1px solid var(--
|
|
6188
|
-
|
|
6189
|
-
box-sizing: border-box;
|
|
6097
|
+
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
|
6098
|
+
box-sizing: border-box;
|
|
6190
6099
|
padding: 0 2rem;
|
|
6191
6100
|
overflow: hidden;
|
|
6192
|
-
background-color: var(--surface-color);
|
|
6193
6101
|
}
|
|
6194
6102
|
|
|
6195
6103
|
.collapsible.popout {
|
|
6196
6104
|
border: none;
|
|
6197
|
-
|
|
6198
|
-
box-shadow: none;
|
|
6105
|
+
box-shadow: none;
|
|
6199
6106
|
}
|
|
6200
6107
|
.collapsible.popout > li {
|
|
6201
|
-
|
|
6202
|
-
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
6108
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
|
|
6203
6109
|
margin: 0 24px;
|
|
6204
|
-
-webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
6205
6110
|
transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
6206
6111
|
}
|
|
6207
6112
|
.collapsible.popout > li.active {
|
|
6208
|
-
|
|
6209
|
-
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
6113
|
+
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
|
|
6210
6114
|
margin: 16px 0;
|
|
6211
6115
|
}
|
|
6212
6116
|
|
|
@@ -6214,10 +6118,8 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6214
6118
|
--font-size: 14px;
|
|
6215
6119
|
--font-size-icon: 18px;
|
|
6216
6120
|
--padding: 8px;
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
display: -webkit-inline-flex;
|
|
6220
|
-
display: -ms-inline-flexbox;
|
|
6121
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6122
|
+
background-color: rgba(0, 0, 0, 0.09);
|
|
6221
6123
|
display: inline-flex;
|
|
6222
6124
|
white-space: nowrap;
|
|
6223
6125
|
gap: 8px;
|
|
@@ -6227,22 +6129,15 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6227
6129
|
padding-right: var(--padding);
|
|
6228
6130
|
font-size: var(--font-size);
|
|
6229
6131
|
font-weight: 500;
|
|
6230
|
-
color: var(--font-color-medium);
|
|
6231
6132
|
border-radius: 8px;
|
|
6232
|
-
-
|
|
6233
|
-
-
|
|
6234
|
-
-ms-flex-align: center;
|
|
6235
|
-
align-items: center;
|
|
6236
|
-
-webkit-user-select: none;
|
|
6237
|
-
-moz-user-select: none;
|
|
6238
|
-
-ms-user-select: none;
|
|
6239
|
-
user-select: none;
|
|
6133
|
+
align-items: center;
|
|
6134
|
+
user-select: none;
|
|
6240
6135
|
vertical-align: top;
|
|
6241
6136
|
}
|
|
6242
6137
|
.chip:focus {
|
|
6243
6138
|
outline: none;
|
|
6244
|
-
background-color: var(--
|
|
6245
|
-
color: var(--
|
|
6139
|
+
background-color: var(--md-sys-color-primary);
|
|
6140
|
+
color: var(--md-sys-color-on-primary);
|
|
6246
6141
|
}
|
|
6247
6142
|
|
|
6248
6143
|
.chip.outlined {
|
|
@@ -6256,8 +6151,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6256
6151
|
margin: 0;
|
|
6257
6152
|
width: 24px;
|
|
6258
6153
|
height: 24px;
|
|
6259
|
-
|
|
6260
|
-
object-fit: cover;
|
|
6154
|
+
object-fit: cover;
|
|
6261
6155
|
border-radius: 12px;
|
|
6262
6156
|
}
|
|
6263
6157
|
|
|
@@ -6271,13 +6165,8 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6271
6165
|
width: 24px;
|
|
6272
6166
|
padding: 0;
|
|
6273
6167
|
display: grid;
|
|
6274
|
-
-
|
|
6275
|
-
-
|
|
6276
|
-
-ms-flex-pack: center;
|
|
6277
|
-
justify-content: center;
|
|
6278
|
-
-webkit-align-content: center;
|
|
6279
|
-
-ms-flex-line-pack: center;
|
|
6280
|
-
align-content: center;
|
|
6168
|
+
justify-content: center;
|
|
6169
|
+
align-content: center;
|
|
6281
6170
|
cursor: pointer;
|
|
6282
6171
|
}
|
|
6283
6172
|
|
|
@@ -6286,28 +6175,20 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6286
6175
|
}
|
|
6287
6176
|
|
|
6288
6177
|
.chips {
|
|
6289
|
-
display: -webkit-box;
|
|
6290
|
-
display: -webkit-flex;
|
|
6291
|
-
display: -ms-flexbox;
|
|
6292
6178
|
display: flex;
|
|
6293
6179
|
gap: 4px;
|
|
6294
|
-
|
|
6295
|
-
-ms-flex-wrap: wrap;
|
|
6296
|
-
flex-wrap: wrap;
|
|
6180
|
+
flex-wrap: wrap;
|
|
6297
6181
|
border: none;
|
|
6298
|
-
border-bottom: 1px solid var(--
|
|
6299
|
-
|
|
6300
|
-
box-shadow: none;
|
|
6182
|
+
border-bottom: 1px solid var(--md-sys-color-on-surface-variant);
|
|
6183
|
+
box-shadow: none;
|
|
6301
6184
|
margin: 0 0 8px 0;
|
|
6302
6185
|
padding: 4px;
|
|
6303
6186
|
outline: none;
|
|
6304
|
-
-webkit-transition: all 0.3s;
|
|
6305
6187
|
transition: all 0.3s;
|
|
6306
6188
|
}
|
|
6307
6189
|
.chips.focus {
|
|
6308
|
-
border-bottom: 1px solid var(--
|
|
6309
|
-
|
|
6310
|
-
box-shadow: 0 1px 0 0 var(--primary-color);
|
|
6190
|
+
border-bottom: 1px solid var(--md-sys-color-primary);
|
|
6191
|
+
box-shadow: 0 1px 0 0 var(--md-sys-color-primary);
|
|
6311
6192
|
}
|
|
6312
6193
|
.chips:hover {
|
|
6313
6194
|
cursor: text;
|
|
@@ -6315,7 +6196,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6315
6196
|
.chips input:not([type]):not(.browser-default).input {
|
|
6316
6197
|
background: none;
|
|
6317
6198
|
border: 0;
|
|
6318
|
-
color: var(--
|
|
6199
|
+
color: var(--md-sys-color-on-background);
|
|
6319
6200
|
display: inline-block;
|
|
6320
6201
|
font-size: 16px;
|
|
6321
6202
|
height: 32px;
|
|
@@ -6326,8 +6207,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6326
6207
|
}
|
|
6327
6208
|
.chips input:not([type]):not(.browser-default).input:focus {
|
|
6328
6209
|
border: 0;
|
|
6329
|
-
|
|
6330
|
-
box-shadow: none;
|
|
6210
|
+
box-shadow: none;
|
|
6331
6211
|
}
|
|
6332
6212
|
.chips .autocomplete-content {
|
|
6333
6213
|
margin-top: 0;
|
|
@@ -6348,16 +6228,13 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6348
6228
|
|
|
6349
6229
|
.chips:empty ~ label {
|
|
6350
6230
|
font-size: 0.8rem;
|
|
6351
|
-
|
|
6352
|
-
transform: translateY(-140%);
|
|
6231
|
+
transform: translateY(-140%);
|
|
6353
6232
|
}
|
|
6354
6233
|
|
|
6355
6234
|
.materialboxed {
|
|
6356
6235
|
display: block;
|
|
6357
|
-
cursor: -webkit-zoom-in;
|
|
6358
6236
|
cursor: zoom-in;
|
|
6359
6237
|
position: relative;
|
|
6360
|
-
-webkit-transition: opacity 0.4s;
|
|
6361
6238
|
transition: opacity 0.4s;
|
|
6362
6239
|
-webkit-backface-visibility: hidden;
|
|
6363
6240
|
}
|
|
@@ -6365,7 +6242,6 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6365
6242
|
opacity: 0.8;
|
|
6366
6243
|
}
|
|
6367
6244
|
.materialboxed.active {
|
|
6368
|
-
cursor: -webkit-zoom-out;
|
|
6369
6245
|
cursor: zoom-out;
|
|
6370
6246
|
}
|
|
6371
6247
|
|
|
@@ -6383,7 +6259,7 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6383
6259
|
.materialbox-caption {
|
|
6384
6260
|
position: fixed;
|
|
6385
6261
|
display: none;
|
|
6386
|
-
color: var(--
|
|
6262
|
+
color: var(--md-sys-color-on-background);
|
|
6387
6263
|
line-height: 50px;
|
|
6388
6264
|
bottom: 0;
|
|
6389
6265
|
left: 0;
|
|
@@ -6396,36 +6272,23 @@ body.keyboard-focused .dropdown-content li:focus {
|
|
|
6396
6272
|
}
|
|
6397
6273
|
|
|
6398
6274
|
select:focus {
|
|
6399
|
-
outline: 1px solid var(--
|
|
6275
|
+
outline: 1px solid var(--md-ref-palette-primary80);
|
|
6400
6276
|
}
|
|
6401
6277
|
|
|
6278
|
+
/*
|
|
6402
6279
|
button:focus {
|
|
6403
6280
|
outline: none;
|
|
6404
|
-
background-color:
|
|
6281
|
+
background-color: $button-background-focus;
|
|
6405
6282
|
}
|
|
6406
|
-
|
|
6283
|
+
*/
|
|
6407
6284
|
label {
|
|
6408
6285
|
font-size: 0.8rem;
|
|
6409
|
-
color: var(--
|
|
6286
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6410
6287
|
}
|
|
6411
6288
|
|
|
6412
|
-
/* Text Inputs + Textarea
|
|
6413
|
-
========================================================================== */
|
|
6414
6289
|
/* Style Placeholders */
|
|
6415
|
-
::-webkit-input-placeholder {
|
|
6416
|
-
color: var(--font-color-medium);
|
|
6417
|
-
}
|
|
6418
|
-
::-moz-placeholder {
|
|
6419
|
-
color: var(--font-color-medium);
|
|
6420
|
-
}
|
|
6421
|
-
:-ms-input-placeholder {
|
|
6422
|
-
color: var(--font-color-medium);
|
|
6423
|
-
}
|
|
6424
|
-
::-ms-input-placeholder {
|
|
6425
|
-
color: var(--font-color-medium);
|
|
6426
|
-
}
|
|
6427
6290
|
::placeholder {
|
|
6428
|
-
color: var(--
|
|
6291
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6429
6292
|
}
|
|
6430
6293
|
|
|
6431
6294
|
/* Text inputs */
|
|
@@ -6444,7 +6307,7 @@ input[type=number]:not(.browser-default),
|
|
|
6444
6307
|
input[type=search]:not(.browser-default),
|
|
6445
6308
|
textarea.materialize-textarea {
|
|
6446
6309
|
outline: none;
|
|
6447
|
-
color: var(--
|
|
6310
|
+
color: var(--md-sys-color-on-background);
|
|
6448
6311
|
width: 100%;
|
|
6449
6312
|
font-size: 16px;
|
|
6450
6313
|
height: 56px;
|
|
@@ -6454,31 +6317,31 @@ textarea.materialize-textarea {
|
|
|
6454
6317
|
/*
|
|
6455
6318
|
%custom-success-message {
|
|
6456
6319
|
content: attr(data-success);
|
|
6457
|
-
color: $
|
|
6320
|
+
color: $success-color;
|
|
6458
6321
|
}
|
|
6459
6322
|
%custom-error-message {
|
|
6460
6323
|
content: attr(data-error);
|
|
6461
|
-
color:
|
|
6324
|
+
color: var(--md-sys-color-error);
|
|
6462
6325
|
}
|
|
6463
6326
|
*/
|
|
6464
6327
|
.input-field {
|
|
6328
|
+
--input-color: var(--md-sys-color-primary);
|
|
6465
6329
|
position: relative;
|
|
6466
6330
|
clear: both;
|
|
6467
6331
|
}
|
|
6468
6332
|
.input-field input, .input-field textarea {
|
|
6469
|
-
|
|
6470
|
-
box-sizing: border-box; /* https://stackoverflow.com/questions/1377719/padding-within-inputs-breaks-width-100*/
|
|
6333
|
+
box-sizing: border-box; /* https://stackoverflow.com/questions/1377719/padding-within-inputs-breaks-width-100*/
|
|
6471
6334
|
padding: 0 16px;
|
|
6472
6335
|
padding-top: 20px;
|
|
6473
|
-
background-color: var(--
|
|
6336
|
+
background-color: var(--md-sys-color-surface);
|
|
6474
6337
|
border: none;
|
|
6475
6338
|
border-radius: 4px;
|
|
6476
|
-
border-bottom: 1px solid var(--
|
|
6339
|
+
border-bottom: 1px solid var(--md-sys-color-on-surface-variant);
|
|
6477
6340
|
border-bottom-left-radius: 0;
|
|
6478
6341
|
border-bottom-right-radius: 0;
|
|
6479
6342
|
}
|
|
6480
6343
|
.input-field input:focus:not([readonly]), .input-field textarea:focus:not([readonly]) {
|
|
6481
|
-
border-bottom: 2px solid var(--
|
|
6344
|
+
border-bottom: 2px solid var(--input-color);
|
|
6482
6345
|
padding-top: 21px;
|
|
6483
6346
|
}
|
|
6484
6347
|
.input-field input:disabled, .input-field input[readonly=readonly], .input-field textarea:disabled, .input-field textarea[readonly=readonly] {
|
|
@@ -6487,72 +6350,37 @@ textarea.materialize-textarea {
|
|
|
6487
6350
|
background-color: rgba(var(--md_sys_color_on-surface), 0.04);
|
|
6488
6351
|
}
|
|
6489
6352
|
.input-field input:focus:not([readonly]) + label, .input-field textarea:focus:not([readonly]) + label {
|
|
6490
|
-
color: var(--
|
|
6491
|
-
}
|
|
6492
|
-
.input-field input:not(:-moz-placeholder-shown) + label, .input-field textarea:not(:-moz-placeholder-shown) + label {
|
|
6493
|
-
transform: scale(0.75);
|
|
6494
|
-
top: 8px;
|
|
6495
|
-
}
|
|
6496
|
-
.input-field input:not(:-ms-input-placeholder) + label, .input-field textarea:not(:-ms-input-placeholder) + label {
|
|
6497
|
-
transform: scale(0.75);
|
|
6498
|
-
top: 8px;
|
|
6353
|
+
color: var(--input-color);
|
|
6499
6354
|
}
|
|
6500
6355
|
.input-field input:focus:not([readonly]) + label, .input-field input:not([placeholder=" "]) + label, .input-field input:not(:placeholder-shown) + label, .input-field textarea:focus:not([readonly]) + label, .input-field textarea:not([placeholder=" "]) + label, .input-field textarea:not(:placeholder-shown) + label {
|
|
6501
|
-
|
|
6502
|
-
transform: scale(0.75);
|
|
6356
|
+
transform: scale(0.75);
|
|
6503
6357
|
top: 8px;
|
|
6504
6358
|
}
|
|
6505
6359
|
.input-field input:disabled + label, .input-field input[readonly=readonly] + label, .input-field textarea:disabled + label, .input-field textarea[readonly=readonly] + label {
|
|
6506
6360
|
color: rgba(var(--md_sys_color_on-surface), 0.38);
|
|
6507
6361
|
}
|
|
6508
|
-
.input-field input::-webkit-input-placeholder {
|
|
6509
|
-
-webkit-user-select: none;
|
|
6510
|
-
user-select: none;
|
|
6511
|
-
}
|
|
6512
|
-
.input-field input::-moz-placeholder {
|
|
6513
|
-
-moz-user-select: none;
|
|
6514
|
-
user-select: none;
|
|
6515
|
-
}
|
|
6516
|
-
.input-field input:-ms-input-placeholder {
|
|
6517
|
-
-ms-user-select: none;
|
|
6518
|
-
user-select: none;
|
|
6519
|
-
}
|
|
6520
|
-
.input-field input::-ms-input-placeholder {
|
|
6521
|
-
-ms-user-select: none;
|
|
6522
|
-
user-select: none;
|
|
6523
|
-
}
|
|
6524
6362
|
.input-field input::placeholder {
|
|
6525
|
-
|
|
6526
|
-
-moz-user-select: none;
|
|
6527
|
-
-ms-user-select: none;
|
|
6528
|
-
user-select: none;
|
|
6363
|
+
user-select: none;
|
|
6529
6364
|
}
|
|
6530
6365
|
.input-field > label {
|
|
6531
|
-
color: var(--
|
|
6532
|
-
|
|
6533
|
-
-moz-user-select: none;
|
|
6534
|
-
-ms-user-select: none;
|
|
6535
|
-
user-select: none;
|
|
6366
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6367
|
+
user-select: none;
|
|
6536
6368
|
font-size: 16px;
|
|
6537
6369
|
position: absolute;
|
|
6538
6370
|
left: 16px;
|
|
6539
6371
|
top: 16px;
|
|
6540
6372
|
cursor: text;
|
|
6541
|
-
|
|
6542
|
-
transform-origin: top left;
|
|
6543
|
-
-webkit-transition: left 0.2s ease-out, top 0.2s ease-out, -webkit-transform 0.2s ease-out;
|
|
6544
|
-
transition: left 0.2s ease-out, top 0.2s ease-out, -webkit-transform 0.2s ease-out;
|
|
6373
|
+
transform-origin: top left;
|
|
6545
6374
|
transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
|
|
6546
|
-
transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
|
|
6547
6375
|
}
|
|
6548
6376
|
.input-field .supporting-text {
|
|
6549
|
-
color: var(--
|
|
6377
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6550
6378
|
font-size: 12px;
|
|
6551
6379
|
padding: 0 16px;
|
|
6552
6380
|
margin-top: 4px;
|
|
6553
6381
|
}
|
|
6554
6382
|
.input-field .character-counter {
|
|
6555
|
-
color: var(--
|
|
6383
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
6556
6384
|
font-size: 12px;
|
|
6557
6385
|
float: right;
|
|
6558
6386
|
padding: 0 16px;
|
|
@@ -6562,26 +6390,15 @@ textarea.materialize-textarea {
|
|
|
6562
6390
|
position: absolute;
|
|
6563
6391
|
left: 12px;
|
|
6564
6392
|
top: 16px;
|
|
6565
|
-
|
|
6566
|
-
-moz-user-select: none;
|
|
6567
|
-
-ms-user-select: none;
|
|
6568
|
-
user-select: none;
|
|
6569
|
-
display: -webkit-box;
|
|
6570
|
-
display: -webkit-flex;
|
|
6571
|
-
display: -ms-flexbox;
|
|
6393
|
+
user-select: none;
|
|
6572
6394
|
display: flex;
|
|
6573
|
-
|
|
6574
|
-
-ms-flex-item-align: center;
|
|
6575
|
-
align-self: center;
|
|
6395
|
+
align-self: center;
|
|
6576
6396
|
}
|
|
6577
6397
|
.input-field .suffix {
|
|
6578
6398
|
position: absolute;
|
|
6579
6399
|
right: 12px;
|
|
6580
6400
|
top: 16px;
|
|
6581
|
-
|
|
6582
|
-
-moz-user-select: none;
|
|
6583
|
-
-ms-user-select: none;
|
|
6584
|
-
user-select: none;
|
|
6401
|
+
user-select: none;
|
|
6585
6402
|
}
|
|
6586
6403
|
.input-field .prefix ~ input, .input-field .prefix ~ textarea {
|
|
6587
6404
|
padding-left: 52px;
|
|
@@ -6594,60 +6411,46 @@ textarea.materialize-textarea {
|
|
|
6594
6411
|
}
|
|
6595
6412
|
.input-field.outlined input, .input-field.outlined textarea {
|
|
6596
6413
|
padding-top: 0;
|
|
6597
|
-
background-color: var(--
|
|
6598
|
-
border: 1px solid var(--
|
|
6414
|
+
background-color: var(--md-sys-color-background);
|
|
6415
|
+
border: 1px solid var(--md-sys-color-on-surface-variant);
|
|
6599
6416
|
border-radius: 4px;
|
|
6600
6417
|
}
|
|
6601
6418
|
.input-field.outlined input:focus:not([readonly]), .input-field.outlined textarea:focus:not([readonly]) {
|
|
6602
|
-
border: 2px solid var(--
|
|
6419
|
+
border: 2px solid var(--input-color);
|
|
6603
6420
|
padding-top: 0;
|
|
6604
6421
|
margin-left: -1px;
|
|
6605
6422
|
}
|
|
6606
6423
|
.input-field.outlined input:focus:not([readonly]) + label, .input-field.outlined textarea:focus:not([readonly]) + label {
|
|
6607
|
-
color: var(--
|
|
6608
|
-
}
|
|
6609
|
-
.input-field.outlined input:not(:-moz-placeholder-shown) + label, .input-field.outlined textarea:not(:-moz-placeholder-shown) + label {
|
|
6610
|
-
top: -8px;
|
|
6611
|
-
left: 16px;
|
|
6612
|
-
margin-left: -4px;
|
|
6613
|
-
padding: 0 4px;
|
|
6614
|
-
background-color: var(--background-color);
|
|
6615
|
-
}
|
|
6616
|
-
.input-field.outlined input:not(:-ms-input-placeholder) + label, .input-field.outlined textarea:not(:-ms-input-placeholder) + label {
|
|
6617
|
-
top: -8px;
|
|
6618
|
-
left: 16px;
|
|
6619
|
-
margin-left: -4px;
|
|
6620
|
-
padding: 0 4px;
|
|
6621
|
-
background-color: var(--background-color);
|
|
6424
|
+
color: var(--input-color);
|
|
6622
6425
|
}
|
|
6623
6426
|
.input-field.outlined input:focus:not([readonly]) + label, .input-field.outlined input:not([placeholder=" "]) + label, .input-field.outlined input:not(:placeholder-shown) + label, .input-field.outlined textarea:focus:not([readonly]) + label, .input-field.outlined textarea:not([placeholder=" "]) + label, .input-field.outlined textarea:not(:placeholder-shown) + label {
|
|
6624
6427
|
top: -8px;
|
|
6625
6428
|
left: 16px;
|
|
6626
6429
|
margin-left: -4px;
|
|
6627
6430
|
padding: 0 4px;
|
|
6628
|
-
background-color: var(--
|
|
6431
|
+
background-color: var(--md-sys-color-background);
|
|
6629
6432
|
}
|
|
6630
6433
|
.input-field.outlined input:disabled, .input-field.outlined input[readonly=readonly], .input-field.outlined textarea:disabled, .input-field.outlined textarea[readonly=readonly] {
|
|
6631
6434
|
color: rgba(var(--md_sys_color_on-surface), 0.38);
|
|
6632
6435
|
border-color: rgba(var(--md_sys_color_on-surface), 0.12);
|
|
6633
6436
|
}
|
|
6634
6437
|
.input-field.error input, .input-field.error textarea {
|
|
6635
|
-
border-color: var(--
|
|
6438
|
+
border-color: var(--md-sys-color-error);
|
|
6636
6439
|
}
|
|
6637
6440
|
.input-field.error input:focus:not([readonly]), .input-field.error textarea:focus:not([readonly]) {
|
|
6638
|
-
border-color: var(--
|
|
6441
|
+
border-color: var(--md-sys-color-error);
|
|
6639
6442
|
}
|
|
6640
6443
|
.input-field.error input:focus:not([readonly]) + label, .input-field.error textarea:focus:not([readonly]) + label {
|
|
6641
|
-
color: var(--
|
|
6444
|
+
color: var(--md-sys-color-error);
|
|
6642
6445
|
}
|
|
6643
6446
|
.input-field.error label {
|
|
6644
|
-
color: var(--
|
|
6447
|
+
color: var(--md-sys-color-error);
|
|
6645
6448
|
}
|
|
6646
6449
|
.input-field.error .supporting-text {
|
|
6647
|
-
color: var(--
|
|
6450
|
+
color: var(--md-sys-color-error);
|
|
6648
6451
|
}
|
|
6649
6452
|
.input-field.error .suffix {
|
|
6650
|
-
color: var(--
|
|
6453
|
+
color: var(--md-sys-color-error);
|
|
6651
6454
|
}
|
|
6652
6455
|
|
|
6653
6456
|
/* Search Field */
|
|
@@ -6655,17 +6458,9 @@ textarea.materialize-textarea {
|
|
|
6655
6458
|
position: absolute;
|
|
6656
6459
|
padding-left: 1rem;
|
|
6657
6460
|
top: 0;
|
|
6658
|
-
|
|
6659
|
-
-moz-user-select: none;
|
|
6660
|
-
-ms-user-select: none;
|
|
6661
|
-
user-select: none;
|
|
6662
|
-
display: -webkit-box;
|
|
6663
|
-
display: -webkit-flex;
|
|
6664
|
-
display: -ms-flexbox;
|
|
6461
|
+
user-select: none;
|
|
6665
6462
|
display: flex;
|
|
6666
|
-
|
|
6667
|
-
-ms-flex-item-align: center;
|
|
6668
|
-
align-self: center;
|
|
6463
|
+
align-self: center;
|
|
6669
6464
|
}
|
|
6670
6465
|
.searchbar > input {
|
|
6671
6466
|
border-width: 0;
|
|
@@ -6717,8 +6512,7 @@ textarea.materialize-textarea {
|
|
|
6717
6512
|
overflow-y: hidden; /* prevents scroll bar flash */
|
|
6718
6513
|
resize: none;
|
|
6719
6514
|
min-height: 3rem;
|
|
6720
|
-
|
|
6721
|
-
box-sizing: border-box;
|
|
6515
|
+
box-sizing: border-box;
|
|
6722
6516
|
}
|
|
6723
6517
|
|
|
6724
6518
|
.hiddendiv {
|
|
@@ -6734,7 +6528,7 @@ textarea.materialize-textarea {
|
|
|
6734
6528
|
|
|
6735
6529
|
/* Autocomplete Items */
|
|
6736
6530
|
.autocomplete-content li .highlight {
|
|
6737
|
-
color: var(--
|
|
6531
|
+
color: var(--md-sys-color-on-background);
|
|
6738
6532
|
}
|
|
6739
6533
|
.autocomplete-content li img {
|
|
6740
6534
|
height: 40px;
|
|
@@ -6742,8 +6536,6 @@ textarea.materialize-textarea {
|
|
|
6742
6536
|
margin: 5px 15px;
|
|
6743
6537
|
}
|
|
6744
6538
|
|
|
6745
|
-
/* Radio Buttons
|
|
6746
|
-
========================================================================== */
|
|
6747
6539
|
[type=radio]:not(:checked),
|
|
6748
6540
|
[type=radio]:checked {
|
|
6749
6541
|
position: absolute;
|
|
@@ -6760,12 +6552,8 @@ textarea.materialize-textarea {
|
|
|
6760
6552
|
height: 25px;
|
|
6761
6553
|
line-height: 25px;
|
|
6762
6554
|
font-size: 1rem;
|
|
6763
|
-
-webkit-transition: 0.28s ease;
|
|
6764
6555
|
transition: 0.28s ease;
|
|
6765
|
-
|
|
6766
|
-
-moz-user-select: none;
|
|
6767
|
-
-ms-user-select: none;
|
|
6768
|
-
user-select: none;
|
|
6556
|
+
user-select: none;
|
|
6769
6557
|
}
|
|
6770
6558
|
|
|
6771
6559
|
[type=radio] + span:before,
|
|
@@ -6778,7 +6566,6 @@ textarea.materialize-textarea {
|
|
|
6778
6566
|
width: 16px;
|
|
6779
6567
|
height: 16px;
|
|
6780
6568
|
z-index: 0;
|
|
6781
|
-
-webkit-transition: 0.28s ease;
|
|
6782
6569
|
transition: 0.28s ease;
|
|
6783
6570
|
}
|
|
6784
6571
|
|
|
@@ -6794,12 +6581,11 @@ textarea.materialize-textarea {
|
|
|
6794
6581
|
|
|
6795
6582
|
[type=radio]:not(:checked) + span:before,
|
|
6796
6583
|
[type=radio]:not(:checked) + span:after {
|
|
6797
|
-
border: 2px solid var(--
|
|
6584
|
+
border: 2px solid var(--md-sys-color-on-surface-variant);
|
|
6798
6585
|
}
|
|
6799
6586
|
|
|
6800
6587
|
[type=radio]:not(:checked) + span:after {
|
|
6801
|
-
|
|
6802
|
-
transform: scale(0);
|
|
6588
|
+
transform: scale(0);
|
|
6803
6589
|
}
|
|
6804
6590
|
|
|
6805
6591
|
/* Checked styles */
|
|
@@ -6810,59 +6596,56 @@ textarea.materialize-textarea {
|
|
|
6810
6596
|
[type=radio]:checked + span:after,
|
|
6811
6597
|
[type=radio].with-gap:checked + span:before,
|
|
6812
6598
|
[type=radio].with-gap:checked + span:after {
|
|
6813
|
-
border: 2px solid var(--
|
|
6599
|
+
border: 2px solid var(--md-sys-color-primary);
|
|
6814
6600
|
}
|
|
6815
6601
|
|
|
6816
6602
|
[type=radio]:checked + span:after,
|
|
6817
6603
|
[type=radio].with-gap:checked + span:after {
|
|
6818
|
-
background-color: var(--
|
|
6604
|
+
background-color: var(--md-sys-color-primary);
|
|
6819
6605
|
}
|
|
6820
6606
|
|
|
6821
6607
|
[type=radio]:checked + span:after {
|
|
6822
|
-
|
|
6823
|
-
transform: scale(1.02);
|
|
6608
|
+
transform: scale(1.02);
|
|
6824
6609
|
}
|
|
6825
6610
|
|
|
6826
6611
|
/* Radio With gap */
|
|
6827
6612
|
[type=radio].with-gap:checked + span:after {
|
|
6828
|
-
|
|
6829
|
-
transform: scale(0.5);
|
|
6613
|
+
transform: scale(0.5);
|
|
6830
6614
|
}
|
|
6831
6615
|
|
|
6832
6616
|
/* Focused styles */
|
|
6833
6617
|
[type=radio].tabbed:focus + span:before {
|
|
6834
|
-
|
|
6835
|
-
box-shadow: 0 0 0 10px var(--primary-color-focus-opaque);
|
|
6618
|
+
box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
6836
6619
|
}
|
|
6837
6620
|
|
|
6838
6621
|
/* Disabled Radio With gap */
|
|
6839
6622
|
[type=radio].with-gap:disabled:checked + span:before {
|
|
6840
|
-
border: 2px solid var(--
|
|
6623
|
+
border: 2px solid var(--md-sys-color-on-surface);
|
|
6841
6624
|
}
|
|
6842
6625
|
|
|
6843
6626
|
[type=radio].with-gap:disabled:checked + span:after {
|
|
6844
6627
|
border: none;
|
|
6845
|
-
background-color: var(--
|
|
6628
|
+
background-color: var(--md-sys-color-on-surface);
|
|
6846
6629
|
}
|
|
6847
6630
|
|
|
6848
6631
|
/* Disabled style */
|
|
6849
6632
|
[type=radio]:disabled:not(:checked) + span:before,
|
|
6850
6633
|
[type=radio]:disabled:checked + span:before {
|
|
6851
6634
|
background-color: transparent;
|
|
6852
|
-
border-color: var(--
|
|
6635
|
+
border-color: var(--md-sys-color-on-surface);
|
|
6853
6636
|
}
|
|
6854
6637
|
|
|
6855
6638
|
[type=radio]:disabled + span {
|
|
6856
|
-
color: var(--
|
|
6639
|
+
color: var(--md-sys-color-on-surface);
|
|
6857
6640
|
}
|
|
6858
6641
|
|
|
6859
6642
|
[type=radio]:disabled:not(:checked) + span:before {
|
|
6860
|
-
border-color: var(--
|
|
6643
|
+
border-color: var(--md-sys-color-on-surface);
|
|
6861
6644
|
}
|
|
6862
6645
|
|
|
6863
6646
|
[type=radio]:disabled:checked + span:after {
|
|
6864
|
-
background-color: var(--
|
|
6865
|
-
border-color: var(--
|
|
6647
|
+
background-color: var(--md-sys-color-on-surface);
|
|
6648
|
+
border-color: var(--md-sys-color-on-surface);
|
|
6866
6649
|
}
|
|
6867
6650
|
|
|
6868
6651
|
/* Checkboxes
|
|
@@ -6886,10 +6669,7 @@ textarea.materialize-textarea {
|
|
|
6886
6669
|
height: 25px;
|
|
6887
6670
|
line-height: 25px;
|
|
6888
6671
|
font-size: 1rem;
|
|
6889
|
-
|
|
6890
|
-
-moz-user-select: none;
|
|
6891
|
-
-ms-user-select: none;
|
|
6892
|
-
user-select: none;
|
|
6672
|
+
user-select: none;
|
|
6893
6673
|
}
|
|
6894
6674
|
[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
|
|
6895
6675
|
content: "";
|
|
@@ -6899,29 +6679,25 @@ textarea.materialize-textarea {
|
|
|
6899
6679
|
width: 18px;
|
|
6900
6680
|
height: 18px;
|
|
6901
6681
|
z-index: 0;
|
|
6902
|
-
border: 2px solid var(--
|
|
6682
|
+
border: 2px solid var(--md-sys-color-on-surface-variant);
|
|
6903
6683
|
border-radius: 1px;
|
|
6904
6684
|
margin-top: 3px;
|
|
6905
|
-
-webkit-transition: 0.2s;
|
|
6906
6685
|
transition: 0.2s;
|
|
6907
6686
|
}
|
|
6908
6687
|
[type=checkbox]:not(.filled-in) + span:not(.lever):after {
|
|
6909
6688
|
border: 0;
|
|
6910
|
-
|
|
6911
|
-
transform: scale(0);
|
|
6689
|
+
transform: scale(0);
|
|
6912
6690
|
}
|
|
6913
6691
|
[type=checkbox]:not(:checked):disabled + span:not(.lever):before {
|
|
6914
6692
|
border: none;
|
|
6915
|
-
background-color: var(--
|
|
6693
|
+
background-color: var(--md-sys-color-on-surface);
|
|
6916
6694
|
}
|
|
6917
6695
|
[type=checkbox].tabbed:focus + span:not(.lever):after {
|
|
6918
|
-
|
|
6919
|
-
transform: scale(1);
|
|
6696
|
+
transform: scale(1);
|
|
6920
6697
|
border: 0;
|
|
6921
6698
|
border-radius: 50%;
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
background-color: var(--focus-color);
|
|
6699
|
+
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
|
|
6700
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
6925
6701
|
}
|
|
6926
6702
|
|
|
6927
6703
|
[type=checkbox]:checked + span:not(.lever):before {
|
|
@@ -6931,18 +6707,15 @@ textarea.materialize-textarea {
|
|
|
6931
6707
|
height: 22px;
|
|
6932
6708
|
border-top: 2px solid transparent;
|
|
6933
6709
|
border-left: 2px solid transparent;
|
|
6934
|
-
border-right: 2px solid var(--
|
|
6935
|
-
border-bottom: 2px solid var(--
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
-
|
|
6939
|
-
backface-visibility: hidden;
|
|
6940
|
-
-webkit-transform-origin: 100% 100%;
|
|
6941
|
-
transform-origin: 100% 100%;
|
|
6710
|
+
border-right: 2px solid var(--md-sys-color-primary);
|
|
6711
|
+
border-bottom: 2px solid var(--md-sys-color-primary);
|
|
6712
|
+
transform: rotate(40deg);
|
|
6713
|
+
backface-visibility: hidden;
|
|
6714
|
+
transform-origin: 100% 100%;
|
|
6942
6715
|
}
|
|
6943
6716
|
[type=checkbox]:checked:disabled + span:before {
|
|
6944
|
-
border-right: 2px solid var(--
|
|
6945
|
-
border-bottom: 2px solid var(--
|
|
6717
|
+
border-right: 2px solid var(--md-sys-color-on-surface);
|
|
6718
|
+
border-bottom: 2px solid var(--md-sys-color-on-surface);
|
|
6946
6719
|
}
|
|
6947
6720
|
|
|
6948
6721
|
/* Indeterminate checkbox */
|
|
@@ -6953,17 +6726,14 @@ textarea.materialize-textarea {
|
|
|
6953
6726
|
height: 22px;
|
|
6954
6727
|
border-top: none;
|
|
6955
6728
|
border-left: none;
|
|
6956
|
-
border-right: 2px solid var(--
|
|
6729
|
+
border-right: 2px solid var(--md-sys-color-primary);
|
|
6957
6730
|
border-bottom: none;
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
-
|
|
6961
|
-
backface-visibility: hidden;
|
|
6962
|
-
-webkit-transform-origin: 100% 100%;
|
|
6963
|
-
transform-origin: 100% 100%;
|
|
6731
|
+
transform: rotate(90deg);
|
|
6732
|
+
backface-visibility: hidden;
|
|
6733
|
+
transform-origin: 100% 100%;
|
|
6964
6734
|
}
|
|
6965
6735
|
[type=checkbox]:indeterminate:disabled + span:not(.lever):before {
|
|
6966
|
-
border-right: 2px solid var(--
|
|
6736
|
+
border-right: 2px solid var(--md-sys-color-on-surface);
|
|
6967
6737
|
background-color: transparent;
|
|
6968
6738
|
}
|
|
6969
6739
|
|
|
@@ -6976,7 +6746,6 @@ textarea.materialize-textarea {
|
|
|
6976
6746
|
left: 0;
|
|
6977
6747
|
position: absolute;
|
|
6978
6748
|
/* .1s delay is for check animation */
|
|
6979
|
-
-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
|
|
6980
6749
|
transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
|
|
6981
6750
|
z-index: 1;
|
|
6982
6751
|
}
|
|
@@ -6986,16 +6755,14 @@ textarea.materialize-textarea {
|
|
|
6986
6755
|
border: 3px solid transparent;
|
|
6987
6756
|
left: 6px;
|
|
6988
6757
|
top: 10px;
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
-webkit-transform-origin: 100% 100%;
|
|
6992
|
-
transform-origin: 100% 100%;
|
|
6758
|
+
transform: rotateZ(37deg);
|
|
6759
|
+
transform-origin: 100% 100%;
|
|
6993
6760
|
}
|
|
6994
6761
|
[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
|
|
6995
6762
|
height: 20px;
|
|
6996
6763
|
width: 20px;
|
|
6997
6764
|
background-color: transparent;
|
|
6998
|
-
border: 2px solid var(--
|
|
6765
|
+
border: 2px solid var(--md-sys-color-on-surface-variant);
|
|
6999
6766
|
top: 0px;
|
|
7000
6767
|
z-index: 0;
|
|
7001
6768
|
}
|
|
@@ -7006,30 +6773,28 @@ textarea.materialize-textarea {
|
|
|
7006
6773
|
height: 13px;
|
|
7007
6774
|
border-top: 2px solid transparent;
|
|
7008
6775
|
border-left: 2px solid transparent;
|
|
7009
|
-
border-right: 2px solid var(--
|
|
7010
|
-
border-bottom: 2px solid var(--
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
-webkit-transform-origin: 100% 100%;
|
|
7014
|
-
transform-origin: 100% 100%;
|
|
6776
|
+
border-right: 2px solid var(--md-sys-color-on-primary);
|
|
6777
|
+
border-bottom: 2px solid var(--md-sys-color-on-primary);
|
|
6778
|
+
transform: rotateZ(37deg);
|
|
6779
|
+
transform-origin: 100% 100%;
|
|
7015
6780
|
}
|
|
7016
6781
|
[type=checkbox].filled-in:checked + span:not(.lever):after {
|
|
7017
6782
|
top: 0;
|
|
7018
6783
|
width: 20px;
|
|
7019
6784
|
height: 20px;
|
|
7020
|
-
border: 2px solid var(--
|
|
7021
|
-
background-color: var(--
|
|
6785
|
+
border: 2px solid var(--md-sys-color-primary);
|
|
6786
|
+
background-color: var(--md-sys-color-primary);
|
|
7022
6787
|
z-index: 0;
|
|
7023
6788
|
}
|
|
7024
6789
|
[type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
|
|
7025
6790
|
border-radius: 2px;
|
|
7026
|
-
border-color: var(--
|
|
7027
|
-
background-color:
|
|
6791
|
+
border-color: var(--md-sys-color-on-surface-variant) r;
|
|
6792
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
7028
6793
|
}
|
|
7029
6794
|
[type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
|
|
7030
6795
|
border-radius: 2px;
|
|
7031
|
-
background-color: var(--
|
|
7032
|
-
border-color: var(--
|
|
6796
|
+
background-color: var(--md-sys-color-primary);
|
|
6797
|
+
border-color: var(--md-sys-color-primary);
|
|
7033
6798
|
}
|
|
7034
6799
|
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
|
|
7035
6800
|
background-color: transparent;
|
|
@@ -7037,18 +6802,16 @@ textarea.materialize-textarea {
|
|
|
7037
6802
|
}
|
|
7038
6803
|
[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
|
|
7039
6804
|
border-color: transparent;
|
|
7040
|
-
background-color: var(--
|
|
6805
|
+
background-color: var(--md-sys-color-on-surface);
|
|
7041
6806
|
}
|
|
7042
6807
|
[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
|
|
7043
6808
|
background-color: transparent;
|
|
7044
6809
|
}
|
|
7045
6810
|
[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
|
|
7046
|
-
background-color: var(--
|
|
7047
|
-
border-color: var(--
|
|
6811
|
+
background-color: var(--md-sys-color-on-surface);
|
|
6812
|
+
border-color: var(--md-sys-color-on-surface);
|
|
7048
6813
|
}
|
|
7049
6814
|
|
|
7050
|
-
/* Switch
|
|
7051
|
-
========================================================================== */
|
|
7052
6815
|
.switch {
|
|
7053
6816
|
--track-height: 32px;
|
|
7054
6817
|
--track-width: 52px;
|
|
@@ -7063,10 +6826,7 @@ textarea.materialize-textarea {
|
|
|
7063
6826
|
.switch,
|
|
7064
6827
|
.switch * {
|
|
7065
6828
|
-webkit-tap-highlight-color: transparent;
|
|
7066
|
-
|
|
7067
|
-
-moz-user-select: none;
|
|
7068
|
-
-ms-user-select: none;
|
|
7069
|
-
user-select: none;
|
|
6829
|
+
user-select: none;
|
|
7070
6830
|
}
|
|
7071
6831
|
|
|
7072
6832
|
.switch label {
|
|
@@ -7079,8 +6839,8 @@ textarea.materialize-textarea {
|
|
|
7079
6839
|
height: 0;
|
|
7080
6840
|
}
|
|
7081
6841
|
.switch label input[type=checkbox]:checked + .lever {
|
|
7082
|
-
background-color: var(--
|
|
7083
|
-
border-color: var(--
|
|
6842
|
+
background-color: var(--md-sys-color-primary);
|
|
6843
|
+
border-color: var(--md-sys-color-primary);
|
|
7084
6844
|
}
|
|
7085
6845
|
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
|
|
7086
6846
|
top: var(--gap-on);
|
|
@@ -7097,9 +6857,9 @@ textarea.materialize-textarea {
|
|
|
7097
6857
|
border-style: solid;
|
|
7098
6858
|
border-width: 2px;
|
|
7099
6859
|
border-color: var(--md-sys-color-outline);
|
|
6860
|
+
background-color: var(--md-sys-color-surface-variant);
|
|
7100
6861
|
border-radius: 15px;
|
|
7101
6862
|
margin-right: 10px;
|
|
7102
|
-
-webkit-transition: background 0.3s ease;
|
|
7103
6863
|
transition: background 0.3s ease;
|
|
7104
6864
|
vertical-align: middle;
|
|
7105
6865
|
margin: 0 16px;
|
|
@@ -7113,10 +6873,7 @@ textarea.materialize-textarea {
|
|
|
7113
6873
|
border-radius: 50%;
|
|
7114
6874
|
left: var(--gap-off);
|
|
7115
6875
|
top: var(--gap-off);
|
|
7116
|
-
-webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
|
7117
|
-
transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
|
7118
6876
|
transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
|
|
7119
|
-
transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
|
|
7120
6877
|
}
|
|
7121
6878
|
.switch label .lever:after {
|
|
7122
6879
|
height: var(--size-off);
|
|
@@ -7126,26 +6883,25 @@ textarea.materialize-textarea {
|
|
|
7126
6883
|
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
|
|
7127
6884
|
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before,
|
|
7128
6885
|
input[type=checkbox]:not(:disabled) ~ .lever:hover::before {
|
|
7129
|
-
|
|
7130
|
-
transform: scale(2.4);
|
|
6886
|
+
transform: scale(2.4);
|
|
7131
6887
|
}
|
|
7132
6888
|
|
|
7133
6889
|
input[type=checkbox]:checked:not(:disabled) ~ .lever:hover::before {
|
|
7134
|
-
background-color: var(--
|
|
6890
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
7135
6891
|
}
|
|
7136
6892
|
|
|
7137
6893
|
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
|
|
7138
6894
|
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
|
|
7139
|
-
background-color: var(--
|
|
6895
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
7140
6896
|
}
|
|
7141
6897
|
|
|
7142
6898
|
input[type=checkbox]:not(:disabled) ~ .lever:hover::before {
|
|
7143
|
-
background-color:
|
|
6899
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
7144
6900
|
}
|
|
7145
6901
|
|
|
7146
6902
|
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
|
|
7147
6903
|
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
|
|
7148
|
-
background-color:
|
|
6904
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
7149
6905
|
}
|
|
7150
6906
|
|
|
7151
6907
|
.switch input[type=checkbox][disabled] + .lever {
|
|
@@ -7153,19 +6909,17 @@ input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
|
|
|
7153
6909
|
opacity: 0.5;
|
|
7154
6910
|
}
|
|
7155
6911
|
|
|
7156
|
-
/* Select Field
|
|
7157
|
-
========================================================================== */
|
|
7158
6912
|
select.browser-default {
|
|
7159
6913
|
opacity: 1;
|
|
7160
|
-
color: var(--
|
|
6914
|
+
color: var(--md-sys-color-on-background);
|
|
7161
6915
|
}
|
|
7162
6916
|
|
|
7163
6917
|
select {
|
|
7164
6918
|
opacity: 0;
|
|
7165
|
-
background-color: var(--
|
|
6919
|
+
background-color: var(--md-sys-color-surface);
|
|
7166
6920
|
width: 100%;
|
|
7167
6921
|
padding: 5px;
|
|
7168
|
-
border: 1px solid var(--
|
|
6922
|
+
border: 1px solid var(--md-sys-color-outline-variant);
|
|
7169
6923
|
border-radius: 2px;
|
|
7170
6924
|
height: 3rem;
|
|
7171
6925
|
}
|
|
@@ -7209,31 +6963,24 @@ select {
|
|
|
7209
6963
|
/*
|
|
7210
6964
|
input.select-dropdown {
|
|
7211
6965
|
&:focus {
|
|
7212
|
-
border-bottom: 1px solid
|
|
6966
|
+
border-bottom: 1px solid var(--md-sys-color-primary);
|
|
7213
6967
|
}
|
|
7214
6968
|
position: relative;
|
|
7215
6969
|
cursor: pointer;
|
|
7216
6970
|
background-color: transparent;
|
|
7217
6971
|
border: none;
|
|
7218
|
-
border-bottom:
|
|
6972
|
+
border-bottom: 2px solid var(--md-sys-color-on-surface-variant);
|
|
7219
6973
|
outline: none;
|
|
7220
|
-
height:
|
|
7221
|
-
line-height:
|
|
6974
|
+
height: 3rem;
|
|
6975
|
+
line-height: 3rem;
|
|
7222
6976
|
width: 100%;
|
|
7223
|
-
font-size:
|
|
7224
|
-
margin:
|
|
6977
|
+
font-size: 16px;
|
|
6978
|
+
margin: 0 0 8px 0;
|
|
7225
6979
|
padding: 0;
|
|
7226
6980
|
display: block;
|
|
7227
6981
|
user-select:none;
|
|
7228
6982
|
z-index: 1;
|
|
7229
|
-
color:
|
|
7230
|
-
}
|
|
7231
|
-
*/
|
|
7232
|
-
/*
|
|
7233
|
-
& + label {
|
|
7234
|
-
position: absolute;
|
|
7235
|
-
top: -26px;
|
|
7236
|
-
font-size: $label-font-size;
|
|
6983
|
+
color: var(--md-sys-color-on-background);
|
|
7237
6984
|
}
|
|
7238
6985
|
*/
|
|
7239
6986
|
}
|
|
@@ -7244,7 +6991,7 @@ select {
|
|
|
7244
6991
|
bottom: 0;
|
|
7245
6992
|
margin: auto 0;
|
|
7246
6993
|
z-index: 0;
|
|
7247
|
-
fill: var(--
|
|
6994
|
+
fill: var(--md-sys-color-on-background);
|
|
7248
6995
|
}
|
|
7249
6996
|
.select-wrapper .hide-select {
|
|
7250
6997
|
width: 0;
|
|
@@ -7256,47 +7003,51 @@ select {
|
|
|
7256
7003
|
}
|
|
7257
7004
|
|
|
7258
7005
|
select:disabled {
|
|
7259
|
-
color: var(--
|
|
7006
|
+
color: var(--md-sys-color-on-surface);
|
|
7260
7007
|
}
|
|
7261
7008
|
|
|
7262
7009
|
.select-wrapper.disabled + label {
|
|
7263
|
-
color: var(--
|
|
7010
|
+
color: var(--md-sys-color-on-surface);
|
|
7264
7011
|
}
|
|
7265
7012
|
.select-wrapper.disabled .caret {
|
|
7266
|
-
fill: var(--
|
|
7013
|
+
fill: var(--md-sys-color-on-surface);
|
|
7267
7014
|
}
|
|
7268
7015
|
|
|
7269
7016
|
.select-wrapper input.select-dropdown:disabled {
|
|
7270
|
-
color: var(--
|
|
7017
|
+
color: var(--md-sys-color-on-surface);
|
|
7271
7018
|
cursor: default;
|
|
7272
|
-
|
|
7273
|
-
-moz-user-select: none;
|
|
7274
|
-
-ms-user-select: none;
|
|
7275
|
-
user-select: none;
|
|
7019
|
+
user-select: none;
|
|
7276
7020
|
}
|
|
7277
7021
|
|
|
7278
7022
|
.select-wrapper i {
|
|
7279
|
-
color: var(--
|
|
7023
|
+
color: var(--md-sys-color-on-surface);
|
|
7280
7024
|
}
|
|
7281
7025
|
|
|
7282
7026
|
.select-dropdown li.disabled,
|
|
7283
7027
|
.select-dropdown li.disabled > span,
|
|
7284
7028
|
.select-dropdown li.optgroup {
|
|
7285
|
-
color: var(--
|
|
7286
|
-
background-color: transparent;
|
|
7029
|
+
color: var(--md-sys-color-on-surface);
|
|
7287
7030
|
}
|
|
7288
7031
|
|
|
7289
|
-
|
|
7290
|
-
|
|
7032
|
+
/*
|
|
7033
|
+
body.keyboard-focused {
|
|
7034
|
+
.select-dropdown.dropdown-content li:focus {
|
|
7035
|
+
//background-color: $select-option-focus;
|
|
7036
|
+
}
|
|
7291
7037
|
}
|
|
7292
7038
|
|
|
7293
|
-
.select-dropdown.dropdown-content
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
}
|
|
7039
|
+
.select-dropdown.dropdown-content {
|
|
7040
|
+
li {
|
|
7041
|
+
&:hover:not(.disabled) {
|
|
7042
|
+
//background-color: $select-option-hover;
|
|
7043
|
+
}
|
|
7299
7044
|
|
|
7045
|
+
&.selected:not(.disabled) {
|
|
7046
|
+
//background-color: $select-option-selected;
|
|
7047
|
+
}
|
|
7048
|
+
}
|
|
7049
|
+
}
|
|
7050
|
+
*/
|
|
7300
7051
|
/*
|
|
7301
7052
|
// Prefix Icons
|
|
7302
7053
|
.prefix ~ .select-wrapper {
|
|
@@ -7321,23 +7072,25 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
|
|
|
7321
7072
|
}
|
|
7322
7073
|
|
|
7323
7074
|
.select-dropdown li.optgroup {
|
|
7324
|
-
border-top: 1px solid
|
|
7075
|
+
border-top: 1px solid rgba(0, 0, 0, 0.04);
|
|
7325
7076
|
}
|
|
7326
7077
|
.select-dropdown li.optgroup.selected > span {
|
|
7327
|
-
color: var(--
|
|
7078
|
+
color: var(--md-sys-color-on-background);
|
|
7328
7079
|
}
|
|
7329
7080
|
.select-dropdown li.optgroup > span {
|
|
7330
|
-
color: var(--
|
|
7081
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
7331
7082
|
}
|
|
7332
7083
|
.select-dropdown li.optgroup ~ li.optgroup-option {
|
|
7333
7084
|
padding-left: 1rem;
|
|
7334
7085
|
}
|
|
7335
7086
|
|
|
7336
|
-
/*
|
|
7337
|
-
|
|
7087
|
+
/*
|
|
7088
|
+
.select-dropdown .selected {
|
|
7089
|
+
color: red;
|
|
7090
|
+
}
|
|
7091
|
+
*/
|
|
7338
7092
|
.file-field {
|
|
7339
7093
|
display: grid;
|
|
7340
|
-
grid-template-columns: -webkit-min-content auto;
|
|
7341
7094
|
grid-template-columns: min-content auto;
|
|
7342
7095
|
gap: 10px;
|
|
7343
7096
|
}
|
|
@@ -7372,8 +7125,6 @@ body.keyboard-focused .select-dropdown.dropdown-content li:focus {
|
|
|
7372
7125
|
display: none;
|
|
7373
7126
|
}
|
|
7374
7127
|
|
|
7375
|
-
/* Range
|
|
7376
|
-
========================================================================== */
|
|
7377
7128
|
.range-field {
|
|
7378
7129
|
position: relative;
|
|
7379
7130
|
}
|
|
@@ -7404,27 +7155,24 @@ input[type=range] + .thumb {
|
|
|
7404
7155
|
height: 0;
|
|
7405
7156
|
width: 0;
|
|
7406
7157
|
border-radius: 50%;
|
|
7407
|
-
background-color: var(--
|
|
7158
|
+
background-color: var(--md-sys-color-primary);
|
|
7408
7159
|
margin-left: 7px;
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
-webkit-transform: rotate(-45deg);
|
|
7412
|
-
transform: rotate(-45deg);
|
|
7160
|
+
transform-origin: 50% 50%;
|
|
7161
|
+
transform: rotate(-45deg);
|
|
7413
7162
|
}
|
|
7414
7163
|
input[type=range] + .thumb .value {
|
|
7415
7164
|
display: block;
|
|
7416
7165
|
width: 30px;
|
|
7417
7166
|
text-align: center;
|
|
7418
|
-
color: var(--
|
|
7167
|
+
color: var(--md-sys-color-primary);
|
|
7419
7168
|
font-size: 0;
|
|
7420
|
-
|
|
7421
|
-
transform: rotate(45deg);
|
|
7169
|
+
transform: rotate(45deg);
|
|
7422
7170
|
}
|
|
7423
7171
|
input[type=range] + .thumb.active {
|
|
7424
7172
|
border-radius: 50% 50% 50% 0;
|
|
7425
7173
|
}
|
|
7426
7174
|
input[type=range] + .thumb.active .value {
|
|
7427
|
-
color: var(--
|
|
7175
|
+
color: var(--md-sys-color-on-primary);
|
|
7428
7176
|
margin-left: -1px;
|
|
7429
7177
|
margin-top: 8px;
|
|
7430
7178
|
font-size: 10px;
|
|
@@ -7444,21 +7192,16 @@ input[type=range]::-webkit-slider-thumb {
|
|
|
7444
7192
|
height: 14px;
|
|
7445
7193
|
width: 14px;
|
|
7446
7194
|
border-radius: 50%;
|
|
7447
|
-
background: var(--
|
|
7448
|
-
-webkit-transition: -webkit-box-shadow 0.3s;
|
|
7449
|
-
transition: -webkit-box-shadow 0.3s;
|
|
7195
|
+
background: var(--md-sys-color-primary);
|
|
7450
7196
|
transition: box-shadow 0.3s;
|
|
7451
|
-
transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
|
|
7452
7197
|
-webkit-appearance: none;
|
|
7453
|
-
background-color: var(--
|
|
7454
|
-
|
|
7455
|
-
transform-origin: 50% 50%;
|
|
7198
|
+
background-color: var(--md-sys-color-primary);
|
|
7199
|
+
transform-origin: 50% 50%;
|
|
7456
7200
|
margin: -5px 0 0 0;
|
|
7457
7201
|
}
|
|
7458
7202
|
|
|
7459
7203
|
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
|
|
7460
|
-
|
|
7461
|
-
box-shadow: 0 0 0 10px var(--primary-color-focus-opaque);
|
|
7204
|
+
box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
7462
7205
|
}
|
|
7463
7206
|
|
|
7464
7207
|
input[type=range] {
|
|
@@ -7479,8 +7222,7 @@ input[type=range]::-moz-range-thumb {
|
|
|
7479
7222
|
height: 14px;
|
|
7480
7223
|
width: 14px;
|
|
7481
7224
|
border-radius: 50%;
|
|
7482
|
-
background: var(--
|
|
7483
|
-
-moz-transition: box-shadow 0.3s;
|
|
7225
|
+
background: var(--md-sys-color-primary);
|
|
7484
7226
|
transition: box-shadow 0.3s;
|
|
7485
7227
|
margin-top: -5px;
|
|
7486
7228
|
}
|
|
@@ -7491,7 +7233,7 @@ input[type=range]:-moz-focusring {
|
|
|
7491
7233
|
}
|
|
7492
7234
|
|
|
7493
7235
|
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
|
|
7494
|
-
box-shadow: 0 0 0 10px var(--
|
|
7236
|
+
box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
7495
7237
|
}
|
|
7496
7238
|
|
|
7497
7239
|
input[type=range]::-ms-track {
|
|
@@ -7505,12 +7247,12 @@ input[type=range]::-ms-track {
|
|
|
7505
7247
|
|
|
7506
7248
|
input[type=range]::-ms-fill-lower,
|
|
7507
7249
|
input[type=range]::-moz-range-progress {
|
|
7508
|
-
background: var(--
|
|
7250
|
+
background: var(--md-sys-color-primary);
|
|
7509
7251
|
}
|
|
7510
7252
|
|
|
7511
7253
|
input[type=range]::-ms-fill-upper,
|
|
7512
7254
|
input[type=range]::-moz-range-track {
|
|
7513
|
-
background: var(--
|
|
7255
|
+
background: var(--md-sys-color-shadow-light);
|
|
7514
7256
|
}
|
|
7515
7257
|
|
|
7516
7258
|
input[type=range]::-ms-thumb {
|
|
@@ -7518,18 +7260,17 @@ input[type=range]::-ms-thumb {
|
|
|
7518
7260
|
height: 14px;
|
|
7519
7261
|
width: 14px;
|
|
7520
7262
|
border-radius: 50%;
|
|
7521
|
-
background: var(--
|
|
7522
|
-
-ms-transition: box-shadow 0.3s;
|
|
7263
|
+
background: var(--md-sys-color-primary);
|
|
7523
7264
|
transition: box-shadow 0.3s;
|
|
7524
7265
|
}
|
|
7525
7266
|
|
|
7526
7267
|
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
|
|
7527
|
-
box-shadow: 0 0 0 10px var(--
|
|
7268
|
+
box-shadow: 0 0 0 10px rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
7528
7269
|
}
|
|
7529
7270
|
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7271
|
+
.table-of-contents {
|
|
7272
|
+
list-style: none;
|
|
7273
|
+
}
|
|
7533
7274
|
.table-of-contents.fixed {
|
|
7534
7275
|
position: fixed;
|
|
7535
7276
|
}
|
|
@@ -7539,68 +7280,67 @@ input[type=range]::-ms-thumb {
|
|
|
7539
7280
|
.table-of-contents a {
|
|
7540
7281
|
display: inline-block;
|
|
7541
7282
|
font-weight: 400;
|
|
7542
|
-
color: var(--
|
|
7283
|
+
color: var(--md-sys-color-secondary);
|
|
7543
7284
|
padding-left: 16px;
|
|
7544
7285
|
height: 2rem;
|
|
7545
7286
|
line-height: 2rem;
|
|
7546
|
-
border-left: 1px solid var(--
|
|
7287
|
+
border-left: 1px solid var(--md-sys-color-outline-variant);
|
|
7547
7288
|
}
|
|
7548
7289
|
.table-of-contents a:hover {
|
|
7549
|
-
color: var(--
|
|
7290
|
+
color: var(--md-sys-color-on-background);
|
|
7550
7291
|
padding-left: 15px;
|
|
7551
7292
|
}
|
|
7552
7293
|
.table-of-contents a.active {
|
|
7553
|
-
color: var(--
|
|
7294
|
+
color: var(--md-sys-color-primary);
|
|
7554
7295
|
font-weight: 500;
|
|
7555
7296
|
padding-left: 14px;
|
|
7556
|
-
border-left: 2px solid var(--
|
|
7297
|
+
border-left: 2px solid var(--md-sys-color-primary);
|
|
7557
7298
|
}
|
|
7558
7299
|
|
|
7559
7300
|
/* This should be an UL-Element*/
|
|
7560
7301
|
.sidenav {
|
|
7302
|
+
--sidenav-width: 300px;
|
|
7303
|
+
--sidenav-font-size: 14px;
|
|
7304
|
+
--sidenav-padding: 16px;
|
|
7305
|
+
--sidenav-item-height: 48px;
|
|
7306
|
+
--sidenav-line-height: var(--sidenav-item-height);
|
|
7561
7307
|
position: fixed;
|
|
7562
|
-
width:
|
|
7308
|
+
width: var(--sidenav-width);
|
|
7563
7309
|
left: 0;
|
|
7564
7310
|
top: 0;
|
|
7565
7311
|
margin: 0;
|
|
7566
|
-
|
|
7567
|
-
transform: translateX(-100%);
|
|
7312
|
+
transform: translateX(-100%);
|
|
7568
7313
|
height: 100vh;
|
|
7569
7314
|
padding: 0;
|
|
7570
|
-
background-color: var(--background-color-level-16dp-solid);
|
|
7571
7315
|
z-index: 999;
|
|
7572
7316
|
overflow-y: auto;
|
|
7573
7317
|
will-change: transform;
|
|
7574
|
-
|
|
7575
|
-
|
|
7576
|
-
-
|
|
7577
|
-
|
|
7578
|
-
-
|
|
7579
|
-
-moz-user-select: none;
|
|
7580
|
-
-ms-user-select: none;
|
|
7581
|
-
user-select: none;
|
|
7318
|
+
backface-visibility: hidden;
|
|
7319
|
+
transform: translateX(-105%);
|
|
7320
|
+
user-select: none;
|
|
7321
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
7322
|
+
background-color: var(--md-sys-color-surface);
|
|
7582
7323
|
/* Hover only on top row */
|
|
7324
|
+
/*a:hover {
|
|
7325
|
+
//color: red;
|
|
7326
|
+
//background-color: var(--md-sys-color-on-secondary-container);
|
|
7327
|
+
//md.sys.color.on-secondary-container
|
|
7328
|
+
}*/
|
|
7583
7329
|
}
|
|
7584
7330
|
.sidenav.right-aligned {
|
|
7585
7331
|
right: 0;
|
|
7586
|
-
|
|
7587
|
-
transform: translateX(105%);
|
|
7332
|
+
transform: translateX(105%);
|
|
7588
7333
|
left: auto;
|
|
7589
|
-
|
|
7590
|
-
transform: translateX(100%);
|
|
7334
|
+
transform: translateX(100%);
|
|
7591
7335
|
}
|
|
7592
7336
|
.sidenav .collapsible {
|
|
7593
7337
|
margin: 0;
|
|
7594
7338
|
}
|
|
7595
|
-
.sidenav a:hover {
|
|
7596
|
-
background-color: var(--hover-color);
|
|
7597
|
-
}
|
|
7598
7339
|
.sidenav a:focus {
|
|
7599
|
-
background-color:
|
|
7340
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
7600
7341
|
}
|
|
7601
7342
|
.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) {
|
|
7602
|
-
color: var(--
|
|
7603
|
-
background-color: var(--secondary-container-color);
|
|
7343
|
+
background-color: color-mix(in srgb, var(--md-sys-color-secondary) 10%, transparent);
|
|
7604
7344
|
}
|
|
7605
7345
|
.sidenav .collapsible-body > ul {
|
|
7606
7346
|
padding-left: 10px;
|
|
@@ -7608,65 +7348,56 @@ input[type=range]::-ms-thumb {
|
|
|
7608
7348
|
.sidenav li {
|
|
7609
7349
|
list-style: none;
|
|
7610
7350
|
display: grid;
|
|
7611
|
-
|
|
7612
|
-
-ms-flex-line-pack: center;
|
|
7613
|
-
align-content: center;
|
|
7351
|
+
align-content: center;
|
|
7614
7352
|
}
|
|
7615
7353
|
.sidenav li > a {
|
|
7616
7354
|
/* https://stackoverflow.com/questions/5848090/full-width-hover-background-for-nested-lists */
|
|
7617
7355
|
margin: 0 12px;
|
|
7618
|
-
padding: 0
|
|
7356
|
+
padding: 0 var(--sidenav-padding);
|
|
7619
7357
|
/*
|
|
7620
7358
|
min-width: 0;
|
|
7621
7359
|
white-space: nowrap;
|
|
7622
7360
|
overflow: hidden;
|
|
7623
7361
|
text-overflow: ellipsis;
|
|
7624
7362
|
*/
|
|
7625
|
-
display: -webkit-box;
|
|
7626
|
-
display: -webkit-flex;
|
|
7627
|
-
display: -ms-flexbox;
|
|
7628
7363
|
display: flex;
|
|
7629
|
-
height:
|
|
7630
|
-
font-size:
|
|
7364
|
+
height: var(--sidenav-item-height);
|
|
7365
|
+
font-size: var(--sidenav-font-size);
|
|
7631
7366
|
font-weight: 500;
|
|
7632
|
-
-
|
|
7633
|
-
-webkit-align-items: center;
|
|
7634
|
-
-ms-flex-align: center;
|
|
7635
|
-
align-items: center;
|
|
7367
|
+
align-items: center;
|
|
7636
7368
|
overflow: hidden;
|
|
7637
7369
|
border-radius: 100px;
|
|
7638
7370
|
/* TODO: Use special class in future like "mw-icon" */
|
|
7639
7371
|
}
|
|
7640
7372
|
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-flat):not(.btn-large):not(.btn-floating) {
|
|
7641
|
-
color: var(--
|
|
7373
|
+
color: var(--md-sys-color-on-secondary-container);
|
|
7374
|
+
}
|
|
7375
|
+
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-flat):not(.btn-large):not(.btn-floating):hover {
|
|
7376
|
+
background-color: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent);
|
|
7642
7377
|
}
|
|
7643
7378
|
.sidenav li > a.btn, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
|
|
7644
7379
|
margin: 10px 15px;
|
|
7645
7380
|
}
|
|
7646
7381
|
.sidenav li > a > .material-icons, .sidenav li > a > .material-symbols-outlined, .sidenav li > a > .material-symbols-rounded, .sidenav li > a > .material-symbols-sharp {
|
|
7647
|
-
display: -webkit-inline-box;
|
|
7648
|
-
display: -webkit-inline-flex;
|
|
7649
|
-
display: -ms-inline-flexbox;
|
|
7650
7382
|
display: inline-flex;
|
|
7651
7383
|
vertical-align: middle;
|
|
7652
|
-
color: var(--font-color-medium);
|
|
7653
7384
|
margin-right: 12px;
|
|
7654
7385
|
}
|
|
7655
7386
|
.sidenav .divider {
|
|
7656
|
-
margin:
|
|
7387
|
+
margin: calc(var(--sidenav-padding) * 0.5) 0 0 0;
|
|
7657
7388
|
}
|
|
7658
7389
|
.sidenav .subheader {
|
|
7659
7390
|
cursor: initial;
|
|
7660
7391
|
pointer-events: none;
|
|
7661
|
-
color:
|
|
7662
|
-
font-size:
|
|
7392
|
+
color: red;
|
|
7393
|
+
font-size: var(--sidenav-font-size);
|
|
7663
7394
|
font-weight: 500;
|
|
7664
|
-
line-height:
|
|
7395
|
+
line-height: var(--sidenav-line-height);
|
|
7665
7396
|
}
|
|
7666
7397
|
.sidenav .user-view {
|
|
7667
7398
|
position: relative;
|
|
7668
|
-
padding:
|
|
7669
|
-
margin-bottom:
|
|
7399
|
+
padding: calc(var(--sidenav-padding) * 2) calc(var(--sidenav-padding) * 2) 0;
|
|
7400
|
+
margin-bottom: calc(var(--sidenav-padding) * 0.5);
|
|
7670
7401
|
}
|
|
7671
7402
|
.sidenav .user-view > a {
|
|
7672
7403
|
height: auto;
|
|
@@ -7693,8 +7424,8 @@ input[type=range]::-ms-thumb {
|
|
|
7693
7424
|
}
|
|
7694
7425
|
.sidenav .user-view .name,
|
|
7695
7426
|
.sidenav .user-view .email {
|
|
7696
|
-
font-size:
|
|
7697
|
-
line-height:
|
|
7427
|
+
font-size: var(--sidenav-font-size);
|
|
7428
|
+
line-height: calc(var(--sidenav-line-height) * 0.5);
|
|
7698
7429
|
}
|
|
7699
7430
|
.sidenav .user-view .name {
|
|
7700
7431
|
margin-top: 16px;
|
|
@@ -7718,8 +7449,7 @@ input[type=range]::-ms-thumb {
|
|
|
7718
7449
|
|
|
7719
7450
|
.sidenav.sidenav-fixed {
|
|
7720
7451
|
left: 0;
|
|
7721
|
-
|
|
7722
|
-
transform: translateX(0);
|
|
7452
|
+
transform: translateX(0);
|
|
7723
7453
|
position: fixed;
|
|
7724
7454
|
}
|
|
7725
7455
|
.sidenav.sidenav-fixed.right-aligned {
|
|
@@ -7729,18 +7459,16 @@ input[type=range]::-ms-thumb {
|
|
|
7729
7459
|
|
|
7730
7460
|
@media only screen and (max-width : 992.99px) {
|
|
7731
7461
|
.sidenav.sidenav-fixed {
|
|
7732
|
-
|
|
7733
|
-
transform: translateX(-105%);
|
|
7462
|
+
transform: translateX(-105%);
|
|
7734
7463
|
}
|
|
7735
7464
|
.sidenav.sidenav-fixed.right-aligned {
|
|
7736
|
-
|
|
7737
|
-
transform: translateX(105%);
|
|
7465
|
+
transform: translateX(105%);
|
|
7738
7466
|
}
|
|
7739
7467
|
.sidenav > a {
|
|
7740
|
-
padding: 0
|
|
7468
|
+
padding: 0 var(--sidenav-padding);
|
|
7741
7469
|
}
|
|
7742
7470
|
.sidenav .user-view {
|
|
7743
|
-
padding:
|
|
7471
|
+
padding: var(--sidenav-padding) var(--sidenav-padding) 0;
|
|
7744
7472
|
}
|
|
7745
7473
|
}
|
|
7746
7474
|
.sidenav .collapsible-body {
|
|
@@ -7762,8 +7490,7 @@ input[type=range]::-ms-thumb {
|
|
|
7762
7490
|
.sidenav .collapsible,
|
|
7763
7491
|
.sidenav.sidenav-fixed .collapsible {
|
|
7764
7492
|
border: none;
|
|
7765
|
-
|
|
7766
|
-
box-shadow: none;
|
|
7493
|
+
box-shadow: none;
|
|
7767
7494
|
}
|
|
7768
7495
|
.sidenav .collapsible-header,
|
|
7769
7496
|
.sidenav.sidenav-fixed .collapsible-header {
|
|
@@ -7779,21 +7506,21 @@ input[type=range]::-ms-thumb {
|
|
|
7779
7506
|
height: 4px;
|
|
7780
7507
|
display: block;
|
|
7781
7508
|
width: 100%;
|
|
7782
|
-
border-radius:
|
|
7509
|
+
border-radius: 4px;
|
|
7783
7510
|
margin: 0.5rem 0 1rem 0;
|
|
7784
7511
|
overflow: hidden;
|
|
7512
|
+
background-color: var(--md-sys-color-secondary-container);
|
|
7785
7513
|
}
|
|
7786
7514
|
.progress .determinate {
|
|
7787
7515
|
position: absolute;
|
|
7788
7516
|
top: 0;
|
|
7789
7517
|
left: 0;
|
|
7790
7518
|
bottom: 0;
|
|
7791
|
-
background-color: var(--
|
|
7792
|
-
-webkit-transition: width 0.3s linear;
|
|
7519
|
+
background-color: var(--md-sys-color-primary);
|
|
7793
7520
|
transition: width 0.3s linear;
|
|
7794
7521
|
}
|
|
7795
7522
|
.progress .indeterminate {
|
|
7796
|
-
background-color: var(--
|
|
7523
|
+
background-color: var(--md-sys-color-primary);
|
|
7797
7524
|
}
|
|
7798
7525
|
.progress .indeterminate:before {
|
|
7799
7526
|
content: "";
|
|
@@ -7803,8 +7530,7 @@ input[type=range]::-ms-thumb {
|
|
|
7803
7530
|
left: 0;
|
|
7804
7531
|
bottom: 0;
|
|
7805
7532
|
will-change: left, right;
|
|
7806
|
-
|
|
7807
|
-
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
7533
|
+
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
7808
7534
|
}
|
|
7809
7535
|
.progress .indeterminate:after {
|
|
7810
7536
|
content: "";
|
|
@@ -7814,25 +7540,8 @@ input[type=range]::-ms-thumb {
|
|
|
7814
7540
|
left: 0;
|
|
7815
7541
|
bottom: 0;
|
|
7816
7542
|
will-change: left, right;
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
-webkit-animation-delay: 1.15s;
|
|
7820
|
-
animation-delay: 1.15s;
|
|
7821
|
-
}
|
|
7822
|
-
|
|
7823
|
-
@-webkit-keyframes indeterminate {
|
|
7824
|
-
0% {
|
|
7825
|
-
left: -35%;
|
|
7826
|
-
right: 100%;
|
|
7827
|
-
}
|
|
7828
|
-
60% {
|
|
7829
|
-
left: 100%;
|
|
7830
|
-
right: -90%;
|
|
7831
|
-
}
|
|
7832
|
-
100% {
|
|
7833
|
-
left: 100%;
|
|
7834
|
-
right: -90%;
|
|
7835
|
-
}
|
|
7543
|
+
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
7544
|
+
animation-delay: 1.15s;
|
|
7836
7545
|
}
|
|
7837
7546
|
|
|
7838
7547
|
@keyframes indeterminate {
|
|
@@ -7849,20 +7558,6 @@ input[type=range]::-ms-thumb {
|
|
|
7849
7558
|
right: -90%;
|
|
7850
7559
|
}
|
|
7851
7560
|
}
|
|
7852
|
-
@-webkit-keyframes indeterminate-short {
|
|
7853
|
-
0% {
|
|
7854
|
-
left: -200%;
|
|
7855
|
-
right: 100%;
|
|
7856
|
-
}
|
|
7857
|
-
60% {
|
|
7858
|
-
left: 107%;
|
|
7859
|
-
right: -8%;
|
|
7860
|
-
}
|
|
7861
|
-
100% {
|
|
7862
|
-
left: 107%;
|
|
7863
|
-
right: -8%;
|
|
7864
|
-
}
|
|
7865
|
-
}
|
|
7866
7561
|
@keyframes indeterminate-short {
|
|
7867
7562
|
0% {
|
|
7868
7563
|
left: -200%;
|
|
@@ -7929,8 +7624,7 @@ input[type=range]::-ms-thumb {
|
|
|
7929
7624
|
}
|
|
7930
7625
|
@keyframes container-rotate {
|
|
7931
7626
|
to {
|
|
7932
|
-
|
|
7933
|
-
transform: rotate(360deg);
|
|
7627
|
+
transform: rotate(360deg);
|
|
7934
7628
|
}
|
|
7935
7629
|
}
|
|
7936
7630
|
.spinner-layer {
|
|
@@ -7938,7 +7632,7 @@ input[type=range]::-ms-thumb {
|
|
|
7938
7632
|
width: 100%;
|
|
7939
7633
|
height: 100%;
|
|
7940
7634
|
opacity: 0;
|
|
7941
|
-
border-color: var(--
|
|
7635
|
+
border-color: var(--md-sys-color-primary);
|
|
7942
7636
|
}
|
|
7943
7637
|
|
|
7944
7638
|
.spinner-blue,
|
|
@@ -8037,36 +7731,28 @@ input[type=range]::-ms-thumb {
|
|
|
8037
7731
|
}
|
|
8038
7732
|
@keyframes fill-unfill-rotate {
|
|
8039
7733
|
12.5% {
|
|
8040
|
-
|
|
8041
|
-
transform: rotate(135deg);
|
|
7734
|
+
transform: rotate(135deg);
|
|
8042
7735
|
} /* 0.5 * ARCSIZE */
|
|
8043
7736
|
25% {
|
|
8044
|
-
|
|
8045
|
-
transform: rotate(270deg);
|
|
7737
|
+
transform: rotate(270deg);
|
|
8046
7738
|
} /* 1 * ARCSIZE */
|
|
8047
7739
|
37.5% {
|
|
8048
|
-
|
|
8049
|
-
transform: rotate(405deg);
|
|
7740
|
+
transform: rotate(405deg);
|
|
8050
7741
|
} /* 1.5 * ARCSIZE */
|
|
8051
7742
|
50% {
|
|
8052
|
-
|
|
8053
|
-
transform: rotate(540deg);
|
|
7743
|
+
transform: rotate(540deg);
|
|
8054
7744
|
} /* 2 * ARCSIZE */
|
|
8055
7745
|
62.5% {
|
|
8056
|
-
|
|
8057
|
-
transform: rotate(675deg);
|
|
7746
|
+
transform: rotate(675deg);
|
|
8058
7747
|
} /* 2.5 * ARCSIZE */
|
|
8059
7748
|
75% {
|
|
8060
|
-
|
|
8061
|
-
transform: rotate(810deg);
|
|
7749
|
+
transform: rotate(810deg);
|
|
8062
7750
|
} /* 3 * ARCSIZE */
|
|
8063
7751
|
87.5% {
|
|
8064
|
-
|
|
8065
|
-
transform: rotate(945deg);
|
|
7752
|
+
transform: rotate(945deg);
|
|
8066
7753
|
} /* 3.5 * ARCSIZE */
|
|
8067
7754
|
to {
|
|
8068
|
-
|
|
8069
|
-
transform: rotate(1080deg);
|
|
7755
|
+
transform: rotate(1080deg);
|
|
8070
7756
|
} /* 4 * ARCSIZE */
|
|
8071
7757
|
}
|
|
8072
7758
|
@-webkit-keyframes blue-fade-in-out {
|
|
@@ -8291,16 +7977,13 @@ input[type=range]::-ms-thumb {
|
|
|
8291
7977
|
}
|
|
8292
7978
|
@keyframes left-spin {
|
|
8293
7979
|
from {
|
|
8294
|
-
|
|
8295
|
-
transform: rotate(130deg);
|
|
7980
|
+
transform: rotate(130deg);
|
|
8296
7981
|
}
|
|
8297
7982
|
50% {
|
|
8298
|
-
|
|
8299
|
-
transform: rotate(-5deg);
|
|
7983
|
+
transform: rotate(-5deg);
|
|
8300
7984
|
}
|
|
8301
7985
|
to {
|
|
8302
|
-
|
|
8303
|
-
transform: rotate(130deg);
|
|
7986
|
+
transform: rotate(130deg);
|
|
8304
7987
|
}
|
|
8305
7988
|
}
|
|
8306
7989
|
@-webkit-keyframes right-spin {
|
|
@@ -8316,16 +7999,13 @@ input[type=range]::-ms-thumb {
|
|
|
8316
7999
|
}
|
|
8317
8000
|
@keyframes right-spin {
|
|
8318
8001
|
from {
|
|
8319
|
-
|
|
8320
|
-
transform: rotate(-130deg);
|
|
8002
|
+
transform: rotate(-130deg);
|
|
8321
8003
|
}
|
|
8322
8004
|
50% {
|
|
8323
|
-
|
|
8324
|
-
transform: rotate(5deg);
|
|
8005
|
+
transform: rotate(5deg);
|
|
8325
8006
|
}
|
|
8326
8007
|
to {
|
|
8327
|
-
|
|
8328
|
-
transform: rotate(-130deg);
|
|
8008
|
+
transform: rotate(-130deg);
|
|
8329
8009
|
}
|
|
8330
8010
|
}
|
|
8331
8011
|
#spinnerContainer.cooldown {
|
|
@@ -8376,13 +8056,13 @@ input[type=range]::-ms-thumb {
|
|
|
8376
8056
|
bottom: 30px;
|
|
8377
8057
|
}
|
|
8378
8058
|
.slider.fullscreen ul.indicators .indicator-item {
|
|
8379
|
-
background-color:
|
|
8059
|
+
background-color: rgba(255, 255, 255, 0.45);
|
|
8380
8060
|
}
|
|
8381
8061
|
.slider.fullscreen ul.indicators .indicator-item.active {
|
|
8382
|
-
background-color: var(--
|
|
8062
|
+
background-color: var(--md-ref-palette-primary100);
|
|
8383
8063
|
}
|
|
8384
8064
|
.slider .slides {
|
|
8385
|
-
background-color: var(--
|
|
8065
|
+
background-color: var(--md-sys-color-surface);
|
|
8386
8066
|
margin: 0;
|
|
8387
8067
|
height: 400px;
|
|
8388
8068
|
padding-left: 0;
|
|
@@ -8442,8 +8122,7 @@ input[type=range]::-ms-thumb {
|
|
|
8442
8122
|
top: 0;
|
|
8443
8123
|
left: 0;
|
|
8444
8124
|
cursor: pointer;
|
|
8445
|
-
background-color: var(--
|
|
8446
|
-
-webkit-transition: background-color 0.3s;
|
|
8125
|
+
background-color: var(--md-sys-color-shadow-light);
|
|
8447
8126
|
transition: background-color 0.3s;
|
|
8448
8127
|
border-radius: 50%;
|
|
8449
8128
|
border-width: 0;
|
|
@@ -8451,20 +8130,18 @@ input[type=range]::-ms-thumb {
|
|
|
8451
8130
|
height: 100%;
|
|
8452
8131
|
}
|
|
8453
8132
|
.slider .indicators .indicator-item-btn.active {
|
|
8454
|
-
background-color: var(--
|
|
8133
|
+
background-color: var(--md-sys-color-primary);
|
|
8455
8134
|
}
|
|
8456
8135
|
|
|
8457
8136
|
.carousel {
|
|
8137
|
+
--carousel-height: 400px;
|
|
8458
8138
|
overflow: hidden;
|
|
8459
8139
|
position: relative;
|
|
8460
8140
|
width: 100%;
|
|
8461
|
-
height:
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
transform-style: preserve-3d;
|
|
8466
|
-
-webkit-transform-origin: 0% 50%;
|
|
8467
|
-
transform-origin: 0% 50%;
|
|
8141
|
+
height: var(--carousel-height);
|
|
8142
|
+
perspective: 500px;
|
|
8143
|
+
transform-style: preserve-3d;
|
|
8144
|
+
transform-origin: 0% 50%;
|
|
8468
8145
|
}
|
|
8469
8146
|
.carousel.carousel-slider {
|
|
8470
8147
|
top: 0;
|
|
@@ -8483,7 +8160,7 @@ input[type=range]::-ms-thumb {
|
|
|
8483
8160
|
.carousel.carousel-slider .carousel-item {
|
|
8484
8161
|
width: 100%;
|
|
8485
8162
|
height: 100%;
|
|
8486
|
-
min-height:
|
|
8163
|
+
min-height: var(--carousel-height);
|
|
8487
8164
|
position: absolute;
|
|
8488
8165
|
top: 0;
|
|
8489
8166
|
left: 0;
|
|
@@ -8498,8 +8175,8 @@ input[type=range]::-ms-thumb {
|
|
|
8498
8175
|
}
|
|
8499
8176
|
.carousel .carousel-item {
|
|
8500
8177
|
visibility: hidden;
|
|
8501
|
-
width:
|
|
8502
|
-
height:
|
|
8178
|
+
width: calc(var(--carousel-height) * 0.5);
|
|
8179
|
+
height: calc(var(--carousel-height) * 0.5);
|
|
8503
8180
|
position: absolute;
|
|
8504
8181
|
top: 0;
|
|
8505
8182
|
left: 0;
|
|
@@ -8524,13 +8201,12 @@ input[type=range]::-ms-thumb {
|
|
|
8524
8201
|
height: 8px;
|
|
8525
8202
|
width: 8px;
|
|
8526
8203
|
margin: 24px 4px;
|
|
8527
|
-
background-color:
|
|
8528
|
-
-webkit-transition: background-color 0.3s;
|
|
8204
|
+
background-color: rgba(255, 255, 255, 0.45);
|
|
8529
8205
|
transition: background-color 0.3s;
|
|
8530
8206
|
border-radius: 50%;
|
|
8531
8207
|
}
|
|
8532
8208
|
.carousel .indicators .indicator-item.active {
|
|
8533
|
-
background-color: var(--
|
|
8209
|
+
background-color: var(--md-ref-palette-primary100);
|
|
8534
8210
|
}
|
|
8535
8211
|
.carousel.scrolling .carousel-item .materialboxed,
|
|
8536
8212
|
.carousel .carousel-item:not(.active) .materialboxed {
|
|
@@ -8543,55 +8219,39 @@ input[type=range]::-ms-thumb {
|
|
|
8543
8219
|
position: fixed;
|
|
8544
8220
|
z-index: 1000;
|
|
8545
8221
|
visibility: hidden;
|
|
8546
|
-
-webkit-transition: visibility 0s 0.3s;
|
|
8547
8222
|
transition: visibility 0s 0.3s;
|
|
8548
8223
|
}
|
|
8549
8224
|
|
|
8550
8225
|
.tap-target-wrapper.open {
|
|
8551
8226
|
visibility: visible;
|
|
8552
|
-
-webkit-transition: visibility 0s;
|
|
8553
8227
|
transition: visibility 0s;
|
|
8554
8228
|
}
|
|
8555
8229
|
.tap-target-wrapper.open .tap-target {
|
|
8556
|
-
|
|
8557
|
-
transform: scale(1);
|
|
8230
|
+
transform: scale(1);
|
|
8558
8231
|
opacity: 0.95;
|
|
8559
|
-
-webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8560
|
-
transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8561
8232
|
transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8562
|
-
transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8563
8233
|
}
|
|
8564
8234
|
.tap-target-wrapper.open .tap-target-wave::before {
|
|
8565
|
-
|
|
8566
|
-
transform: scale(1);
|
|
8235
|
+
transform: scale(1);
|
|
8567
8236
|
}
|
|
8568
8237
|
.tap-target-wrapper.open .tap-target-wave::after {
|
|
8569
8238
|
visibility: visible;
|
|
8570
|
-
|
|
8571
|
-
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
|
|
8572
|
-
-webkit-transition: opacity 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
|
|
8573
|
-
transition: opacity 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
|
|
8239
|
+
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
|
|
8574
8240
|
transition: opacity 0.3s, transform 0.3s, visibility 0s 1s;
|
|
8575
|
-
transition: opacity 0.3s, transform 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
|
|
8576
8241
|
}
|
|
8577
8242
|
|
|
8578
8243
|
.tap-target {
|
|
8579
8244
|
position: absolute;
|
|
8580
8245
|
font-size: 1rem;
|
|
8581
8246
|
border-radius: 50%;
|
|
8582
|
-
background-color: var(--
|
|
8583
|
-
color: var(--
|
|
8584
|
-
|
|
8585
|
-
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
|
|
8247
|
+
background-color: var(--md-sys-color-primary-container);
|
|
8248
|
+
color: var(--md-sys-color-primary);
|
|
8249
|
+
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
|
|
8586
8250
|
width: 100%;
|
|
8587
8251
|
height: 100%;
|
|
8588
8252
|
opacity: 0;
|
|
8589
|
-
|
|
8590
|
-
transform: scale(0);
|
|
8591
|
-
-webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8592
|
-
transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8253
|
+
transform: scale(0);
|
|
8593
8254
|
transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8594
|
-
transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
|
|
8595
8255
|
}
|
|
8596
8256
|
|
|
8597
8257
|
.tap-target-content {
|
|
@@ -8611,30 +8271,22 @@ input[type=range]::-ms-thumb {
|
|
|
8611
8271
|
width: 100%;
|
|
8612
8272
|
height: 100%;
|
|
8613
8273
|
border-radius: 50%;
|
|
8614
|
-
background-color: var(--
|
|
8274
|
+
background-color: var(--md-sys-color-surface);
|
|
8615
8275
|
}
|
|
8616
8276
|
.tap-target-wave::before {
|
|
8617
|
-
|
|
8618
|
-
transform: scale(0);
|
|
8619
|
-
-webkit-transition: -webkit-transform 0.3s;
|
|
8620
|
-
transition: -webkit-transform 0.3s;
|
|
8277
|
+
transform: scale(0);
|
|
8621
8278
|
transition: transform 0.3s;
|
|
8622
|
-
transition: transform 0.3s, -webkit-transform 0.3s;
|
|
8623
8279
|
}
|
|
8624
8280
|
.tap-target-wave::after {
|
|
8625
8281
|
visibility: hidden;
|
|
8626
|
-
-webkit-transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
|
|
8627
|
-
transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
|
|
8628
8282
|
transition: opacity 0.3s, transform 0.3s, visibility 0s;
|
|
8629
|
-
transition: opacity 0.3s, transform 0.3s, visibility 0s, -webkit-transform 0.3s;
|
|
8630
8283
|
z-index: -1;
|
|
8631
8284
|
}
|
|
8632
8285
|
|
|
8633
8286
|
.tap-target-origin {
|
|
8634
8287
|
top: 50%;
|
|
8635
8288
|
left: 50%;
|
|
8636
|
-
|
|
8637
|
-
transform: translate(-50%, -50%);
|
|
8289
|
+
transform: translate(-50%, -50%);
|
|
8638
8290
|
z-index: 10002;
|
|
8639
8291
|
position: absolute !important;
|
|
8640
8292
|
}
|
|
@@ -8663,48 +8315,23 @@ input[type=range]::-ms-thumb {
|
|
|
8663
8315
|
left: 0;
|
|
8664
8316
|
background-color: inherit;
|
|
8665
8317
|
border-radius: inherit;
|
|
8666
|
-
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
|
8667
|
-
transition: opacity 0.3s, -webkit-transform 0.3s;
|
|
8668
8318
|
transition: opacity 0.3s, transform 0.3s;
|
|
8669
|
-
|
|
8670
|
-
-webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
|
|
8671
|
-
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
|
|
8319
|
+
animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
|
|
8672
8320
|
z-index: -1;
|
|
8673
8321
|
}
|
|
8674
8322
|
|
|
8675
|
-
@-webkit-keyframes pulse-animation {
|
|
8676
|
-
0% {
|
|
8677
|
-
opacity: 1;
|
|
8678
|
-
-webkit-transform: scale(1);
|
|
8679
|
-
transform: scale(1);
|
|
8680
|
-
}
|
|
8681
|
-
50% {
|
|
8682
|
-
opacity: 0;
|
|
8683
|
-
-webkit-transform: scale(1.5);
|
|
8684
|
-
transform: scale(1.5);
|
|
8685
|
-
}
|
|
8686
|
-
100% {
|
|
8687
|
-
opacity: 0;
|
|
8688
|
-
-webkit-transform: scale(1.5);
|
|
8689
|
-
transform: scale(1.5);
|
|
8690
|
-
}
|
|
8691
|
-
}
|
|
8692
|
-
|
|
8693
8323
|
@keyframes pulse-animation {
|
|
8694
8324
|
0% {
|
|
8695
8325
|
opacity: 1;
|
|
8696
|
-
|
|
8697
|
-
transform: scale(1);
|
|
8326
|
+
transform: scale(1);
|
|
8698
8327
|
}
|
|
8699
8328
|
50% {
|
|
8700
8329
|
opacity: 0;
|
|
8701
|
-
|
|
8702
|
-
transform: scale(1.5);
|
|
8330
|
+
transform: scale(1.5);
|
|
8703
8331
|
}
|
|
8704
8332
|
100% {
|
|
8705
8333
|
opacity: 0;
|
|
8706
|
-
|
|
8707
|
-
transform: scale(1.5);
|
|
8334
|
+
transform: scale(1.5);
|
|
8708
8335
|
}
|
|
8709
8336
|
}
|
|
8710
8337
|
/* Modal */
|
|
@@ -8715,35 +8342,19 @@ input[type=range]::-ms-thumb {
|
|
|
8715
8342
|
}
|
|
8716
8343
|
|
|
8717
8344
|
.datepicker-container.modal-content {
|
|
8718
|
-
display: -webkit-box;
|
|
8719
|
-
display: -webkit-flex;
|
|
8720
|
-
display: -ms-flexbox;
|
|
8721
8345
|
display: flex;
|
|
8722
|
-
-
|
|
8723
|
-
-webkit-box-direction: normal;
|
|
8724
|
-
-webkit-flex-direction: column;
|
|
8725
|
-
-ms-flex-direction: column;
|
|
8726
|
-
flex-direction: column;
|
|
8346
|
+
flex-direction: column;
|
|
8727
8347
|
padding: 0;
|
|
8728
|
-
background-color: var(--
|
|
8348
|
+
background-color: var(--md-sys-color-surface);
|
|
8729
8349
|
}
|
|
8730
8350
|
|
|
8731
8351
|
.datepicker-controls {
|
|
8732
|
-
display: -webkit-box;
|
|
8733
|
-
display: -webkit-flex;
|
|
8734
|
-
display: -ms-flexbox;
|
|
8735
8352
|
display: flex;
|
|
8736
|
-
-
|
|
8737
|
-
-webkit-justify-content: space-between;
|
|
8738
|
-
-ms-flex-pack: justify;
|
|
8739
|
-
justify-content: space-between;
|
|
8353
|
+
justify-content: space-between;
|
|
8740
8354
|
width: 280px;
|
|
8741
8355
|
margin: 0 auto;
|
|
8742
8356
|
}
|
|
8743
8357
|
.datepicker-controls .selects-container {
|
|
8744
|
-
display: -webkit-box;
|
|
8745
|
-
display: -webkit-flex;
|
|
8746
|
-
display: -ms-flexbox;
|
|
8747
8358
|
display: flex;
|
|
8748
8359
|
}
|
|
8749
8360
|
.datepicker-controls .select-wrapper input {
|
|
@@ -8765,18 +8376,12 @@ input[type=range]::-ms-thumb {
|
|
|
8765
8376
|
}
|
|
8766
8377
|
.datepicker-controls .month-prev,
|
|
8767
8378
|
.datepicker-controls .month-next {
|
|
8768
|
-
display: -webkit-inline-box;
|
|
8769
|
-
display: -webkit-inline-flex;
|
|
8770
|
-
display: -ms-inline-flexbox;
|
|
8771
8379
|
display: inline-flex;
|
|
8772
|
-
-
|
|
8773
|
-
-webkit-align-items: center;
|
|
8774
|
-
-ms-flex-align: center;
|
|
8775
|
-
align-items: center;
|
|
8380
|
+
align-items: center;
|
|
8776
8381
|
}
|
|
8777
8382
|
.datepicker-controls .month-prev > svg,
|
|
8778
8383
|
.datepicker-controls .month-next > svg {
|
|
8779
|
-
fill: var(--
|
|
8384
|
+
fill: var(--md-sys-color-on-surface-variant);
|
|
8780
8385
|
}
|
|
8781
8386
|
|
|
8782
8387
|
.month-prev, .month-next {
|
|
@@ -8788,12 +8393,9 @@ input[type=range]::-ms-thumb {
|
|
|
8788
8393
|
|
|
8789
8394
|
/* Date Display */
|
|
8790
8395
|
.datepicker-date-display {
|
|
8791
|
-
|
|
8792
|
-
-
|
|
8793
|
-
|
|
8794
|
-
flex: 1 auto;
|
|
8795
|
-
background-color: var(--primary-color);
|
|
8796
|
-
color: var(--font-on-primary-color-main);
|
|
8396
|
+
flex: 1 auto;
|
|
8397
|
+
background-color: var(--md-sys-color-primary);
|
|
8398
|
+
color: var(--md-sys-color-on-primary);
|
|
8797
8399
|
padding: 20px 22px;
|
|
8798
8400
|
font-weight: 500;
|
|
8799
8401
|
}
|
|
@@ -8801,7 +8403,7 @@ input[type=range]::-ms-thumb {
|
|
|
8801
8403
|
display: block;
|
|
8802
8404
|
font-size: 1.5rem;
|
|
8803
8405
|
line-height: 25px;
|
|
8804
|
-
color: var(--
|
|
8406
|
+
color: var(--md-sys-color-on-primary);
|
|
8805
8407
|
}
|
|
8806
8408
|
.datepicker-date-display .date-text {
|
|
8807
8409
|
display: block;
|
|
@@ -8812,10 +8414,7 @@ input[type=range]::-ms-thumb {
|
|
|
8812
8414
|
|
|
8813
8415
|
/* Calendar */
|
|
8814
8416
|
.datepicker-calendar-container {
|
|
8815
|
-
|
|
8816
|
-
-webkit-flex: 2.5 auto;
|
|
8817
|
-
-ms-flex: 2.5 auto;
|
|
8818
|
-
flex: 2.5 auto;
|
|
8417
|
+
flex: 2.5 auto;
|
|
8819
8418
|
}
|
|
8820
8419
|
|
|
8821
8420
|
.datepicker-table {
|
|
@@ -8835,22 +8434,22 @@ input[type=range]::-ms-thumb {
|
|
|
8835
8434
|
}
|
|
8836
8435
|
.datepicker-table abbr {
|
|
8837
8436
|
text-decoration: none;
|
|
8838
|
-
color: var(--
|
|
8437
|
+
color: var(--md-sys-color-on-surface-variant);
|
|
8839
8438
|
}
|
|
8840
8439
|
.datepicker-table td {
|
|
8841
|
-
color: var(--
|
|
8440
|
+
color: var(--md-sys-color-on-background);
|
|
8842
8441
|
border-radius: 50%;
|
|
8843
8442
|
padding: 0;
|
|
8844
8443
|
}
|
|
8845
8444
|
.datepicker-table td.is-today {
|
|
8846
|
-
color: var(--
|
|
8445
|
+
color: var(--md-sys-color-primary);
|
|
8847
8446
|
}
|
|
8848
8447
|
.datepicker-table td.is-selected {
|
|
8849
|
-
background-color: var(--
|
|
8850
|
-
color: var(--
|
|
8448
|
+
background-color: var(--md-sys-color-primary);
|
|
8449
|
+
color: var(--md-sys-color-on-primary);
|
|
8851
8450
|
}
|
|
8852
8451
|
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
|
|
8853
|
-
color: var(--
|
|
8452
|
+
color: var(--md-sys-color-on-surface);
|
|
8854
8453
|
pointer-events: none;
|
|
8855
8454
|
}
|
|
8856
8455
|
|
|
@@ -8866,10 +8465,10 @@ input[type=range]::-ms-thumb {
|
|
|
8866
8465
|
color: inherit;
|
|
8867
8466
|
}
|
|
8868
8467
|
.datepicker-day-button:hover {
|
|
8869
|
-
background-color: var(--
|
|
8468
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
8870
8469
|
}
|
|
8871
8470
|
.datepicker-day-button:focus {
|
|
8872
|
-
background-color: var(--
|
|
8471
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.18);
|
|
8873
8472
|
}
|
|
8874
8473
|
|
|
8875
8474
|
/* Footer */
|
|
@@ -8877,26 +8476,20 @@ input[type=range]::-ms-thumb {
|
|
|
8877
8476
|
width: 280px;
|
|
8878
8477
|
margin: 0 auto;
|
|
8879
8478
|
padding-bottom: 5px;
|
|
8880
|
-
display: -webkit-box;
|
|
8881
|
-
display: -webkit-flex;
|
|
8882
|
-
display: -ms-flexbox;
|
|
8883
8479
|
display: flex;
|
|
8884
|
-
-
|
|
8885
|
-
-webkit-justify-content: space-between;
|
|
8886
|
-
-ms-flex-pack: justify;
|
|
8887
|
-
justify-content: space-between;
|
|
8480
|
+
justify-content: space-between;
|
|
8888
8481
|
}
|
|
8889
8482
|
|
|
8890
8483
|
.datepicker-cancel,
|
|
8891
8484
|
.datepicker-clear,
|
|
8892
8485
|
.datepicker-today,
|
|
8893
8486
|
.datepicker-done {
|
|
8894
|
-
color: var(--
|
|
8487
|
+
color: var(--md-sys-color-primary);
|
|
8895
8488
|
padding: 0 1rem;
|
|
8896
8489
|
}
|
|
8897
8490
|
|
|
8898
8491
|
.datepicker-clear {
|
|
8899
|
-
color: var(--
|
|
8492
|
+
color: var(--md-sys-color-error);
|
|
8900
8493
|
}
|
|
8901
8494
|
|
|
8902
8495
|
/* Media Queries */
|
|
@@ -8905,17 +8498,10 @@ input[type=range]::-ms-thumb {
|
|
|
8905
8498
|
max-width: 625px;
|
|
8906
8499
|
}
|
|
8907
8500
|
.datepicker-container.modal-content {
|
|
8908
|
-
-
|
|
8909
|
-
-webkit-box-direction: normal;
|
|
8910
|
-
-webkit-flex-direction: row;
|
|
8911
|
-
-ms-flex-direction: row;
|
|
8912
|
-
flex-direction: row;
|
|
8501
|
+
flex-direction: row;
|
|
8913
8502
|
}
|
|
8914
8503
|
.datepicker-date-display {
|
|
8915
|
-
|
|
8916
|
-
-webkit-flex: 0 1 270px;
|
|
8917
|
-
-ms-flex: 0 1 270px;
|
|
8918
|
-
flex: 0 1 270px;
|
|
8504
|
+
flex: 0 1 270px;
|
|
8919
8505
|
}
|
|
8920
8506
|
.datepicker-controls,
|
|
8921
8507
|
.datepicker-table,
|
|
@@ -8933,30 +8519,20 @@ input[type=range]::-ms-thumb {
|
|
|
8933
8519
|
}
|
|
8934
8520
|
|
|
8935
8521
|
.timepicker-container.modal-content {
|
|
8936
|
-
display: -webkit-box;
|
|
8937
|
-
display: -webkit-flex;
|
|
8938
|
-
display: -ms-flexbox;
|
|
8939
8522
|
display: flex;
|
|
8940
|
-
-
|
|
8941
|
-
-webkit-box-direction: normal;
|
|
8942
|
-
-webkit-flex-direction: column;
|
|
8943
|
-
-ms-flex-direction: column;
|
|
8944
|
-
flex-direction: column;
|
|
8523
|
+
flex-direction: column;
|
|
8945
8524
|
padding: 0;
|
|
8946
8525
|
}
|
|
8947
8526
|
|
|
8948
8527
|
.text-primary {
|
|
8949
|
-
color: var(--
|
|
8528
|
+
color: var(--md-sys-color-on-primary);
|
|
8950
8529
|
}
|
|
8951
8530
|
|
|
8952
8531
|
/* Clock Digital Display */
|
|
8953
8532
|
.timepicker-digital-display {
|
|
8954
8533
|
width: 200px;
|
|
8955
|
-
|
|
8956
|
-
-
|
|
8957
|
-
-ms-flex: 1 auto;
|
|
8958
|
-
flex: 1 auto;
|
|
8959
|
-
background-color: var(--primary-color);
|
|
8534
|
+
flex: 1 auto;
|
|
8535
|
+
background-color: var(--md-sys-color-primary);
|
|
8960
8536
|
padding: 10px;
|
|
8961
8537
|
font-weight: 300;
|
|
8962
8538
|
}
|
|
@@ -8968,10 +8544,7 @@ input[type=range]::-ms-thumb {
|
|
|
8968
8544
|
color: var(--font-on-primary-color-medium);
|
|
8969
8545
|
font-weight: 400;
|
|
8970
8546
|
position: relative;
|
|
8971
|
-
|
|
8972
|
-
-moz-user-select: none;
|
|
8973
|
-
-ms-user-select: none;
|
|
8974
|
-
user-select: none;
|
|
8547
|
+
user-select: none;
|
|
8975
8548
|
}
|
|
8976
8549
|
.timepicker-text-container input[type=text] {
|
|
8977
8550
|
height: 4rem;
|
|
@@ -9012,15 +8585,12 @@ input[type=text].text-primary {
|
|
|
9012
8585
|
|
|
9013
8586
|
/* Analog Clock Display */
|
|
9014
8587
|
.timepicker-analog-display {
|
|
9015
|
-
|
|
9016
|
-
-
|
|
9017
|
-
-ms-flex: 2.5 auto;
|
|
9018
|
-
flex: 2.5 auto;
|
|
9019
|
-
background-color: var(--surface-color);
|
|
8588
|
+
flex: 2.5 auto;
|
|
8589
|
+
background-color: var(--md-sys-color-surface);
|
|
9020
8590
|
}
|
|
9021
8591
|
|
|
9022
8592
|
.timepicker-plate {
|
|
9023
|
-
background-color:
|
|
8593
|
+
background-color: rgba(0, 0, 0, 0.09);
|
|
9024
8594
|
border-radius: 50%;
|
|
9025
8595
|
width: 270px;
|
|
9026
8596
|
height: 270px;
|
|
@@ -9029,10 +8599,7 @@ input[type=text].text-primary {
|
|
|
9029
8599
|
margin: auto;
|
|
9030
8600
|
margin-top: 25px;
|
|
9031
8601
|
margin-bottom: 5px;
|
|
9032
|
-
|
|
9033
|
-
-moz-user-select: none;
|
|
9034
|
-
-ms-user-select: none;
|
|
9035
|
-
user-select: none;
|
|
8602
|
+
user-select: none;
|
|
9036
8603
|
}
|
|
9037
8604
|
|
|
9038
8605
|
.timepicker-canvas,
|
|
@@ -9050,7 +8617,7 @@ input[type=text].text-primary {
|
|
|
9050
8617
|
|
|
9051
8618
|
.timepicker-tick {
|
|
9052
8619
|
border-radius: 50%;
|
|
9053
|
-
color: var(--
|
|
8620
|
+
color: var(--md-sys-color-on-background);
|
|
9054
8621
|
line-height: 40px;
|
|
9055
8622
|
text-align: center;
|
|
9056
8623
|
width: 40px;
|
|
@@ -9062,34 +8629,28 @@ input[type=text].text-primary {
|
|
|
9062
8629
|
|
|
9063
8630
|
.timepicker-tick.active,
|
|
9064
8631
|
.timepicker-tick:hover {
|
|
9065
|
-
background-color: var(--
|
|
8632
|
+
background-color: rgba(var(--md-sys-color-primary-numeric), 0.06);
|
|
9066
8633
|
}
|
|
9067
8634
|
|
|
9068
8635
|
.timepicker-dial {
|
|
9069
|
-
-webkit-transition: opacity 350ms, -webkit-transform 350ms;
|
|
9070
|
-
transition: opacity 350ms, -webkit-transform 350ms;
|
|
9071
8636
|
transition: transform 350ms, opacity 350ms;
|
|
9072
|
-
transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
|
|
9073
8637
|
}
|
|
9074
8638
|
|
|
9075
8639
|
.timepicker-dial-out {
|
|
9076
8640
|
opacity: 0;
|
|
9077
8641
|
}
|
|
9078
8642
|
.timepicker-dial-out.timepicker-hours {
|
|
9079
|
-
|
|
9080
|
-
transform: scale(1.1, 1.1);
|
|
8643
|
+
transform: scale(1.1, 1.1);
|
|
9081
8644
|
}
|
|
9082
8645
|
.timepicker-dial-out.timepicker-minutes {
|
|
9083
|
-
|
|
9084
|
-
transform: scale(0.8, 0.8);
|
|
8646
|
+
transform: scale(0.8, 0.8);
|
|
9085
8647
|
}
|
|
9086
8648
|
|
|
9087
8649
|
.timepicker-canvas {
|
|
9088
|
-
-webkit-transition: opacity 175ms;
|
|
9089
8650
|
transition: opacity 175ms;
|
|
9090
8651
|
}
|
|
9091
8652
|
.timepicker-canvas line {
|
|
9092
|
-
stroke: var(--
|
|
8653
|
+
stroke: var(--md-sys-color-primary);
|
|
9093
8654
|
stroke-width: 4;
|
|
9094
8655
|
stroke-linecap: round;
|
|
9095
8656
|
}
|
|
@@ -9100,34 +8661,28 @@ input[type=text].text-primary {
|
|
|
9100
8661
|
|
|
9101
8662
|
.timepicker-canvas-bearing {
|
|
9102
8663
|
stroke: none;
|
|
9103
|
-
fill: var(--
|
|
8664
|
+
fill: var(--md-sys-color-primary);
|
|
9104
8665
|
}
|
|
9105
8666
|
|
|
9106
8667
|
.timepicker-canvas-bg {
|
|
9107
8668
|
stroke: none;
|
|
9108
|
-
fill: var(--
|
|
8669
|
+
fill: var(--md-sys-color-primary);
|
|
9109
8670
|
}
|
|
9110
8671
|
|
|
9111
8672
|
/* Footer */
|
|
9112
8673
|
.timepicker-footer {
|
|
9113
8674
|
margin: 0 auto;
|
|
9114
8675
|
padding: 5px 1rem;
|
|
9115
|
-
display: -webkit-box;
|
|
9116
|
-
display: -webkit-flex;
|
|
9117
|
-
display: -ms-flexbox;
|
|
9118
8676
|
display: flex;
|
|
9119
|
-
-
|
|
9120
|
-
-webkit-justify-content: space-between;
|
|
9121
|
-
-ms-flex-pack: justify;
|
|
9122
|
-
justify-content: space-between;
|
|
8677
|
+
justify-content: space-between;
|
|
9123
8678
|
}
|
|
9124
8679
|
|
|
9125
8680
|
.timepicker-clear {
|
|
9126
|
-
color: var(--
|
|
8681
|
+
color: var(--md-sys-color-error);
|
|
9127
8682
|
}
|
|
9128
8683
|
|
|
9129
8684
|
.timepicker-close {
|
|
9130
|
-
color: var(--
|
|
8685
|
+
color: var(--md-sys-color-primary);
|
|
9131
8686
|
}
|
|
9132
8687
|
|
|
9133
8688
|
.timepicker-clear,
|
|
@@ -9141,11 +8696,7 @@ input[type=text].text-primary {
|
|
|
9141
8696
|
max-width: 600px;
|
|
9142
8697
|
}
|
|
9143
8698
|
.timepicker-container.modal-content {
|
|
9144
|
-
-
|
|
9145
|
-
-webkit-box-direction: normal;
|
|
9146
|
-
-webkit-flex-direction: row;
|
|
9147
|
-
-ms-flex-direction: row;
|
|
9148
|
-
flex-direction: row;
|
|
8699
|
+
flex-direction: row;
|
|
9149
8700
|
}
|
|
9150
8701
|
.timepicker-text-container {
|
|
9151
8702
|
top: 32%;
|