source: trip-planner-front/node_modules/angular-material/modules/closure/switch/switch-default-theme.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.2 KB
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7md-switch.md-THEME_NAME-theme .md-ink-ripple {
8 color: '{{background-500}}'; }
9
10md-switch.md-THEME_NAME-theme .md-thumb {
11 background-color: '{{background-50}}'; }
12
13md-switch.md-THEME_NAME-theme .md-bar {
14 background-color: '{{background-500}}'; }
15
16md-switch.md-THEME_NAME-theme.md-focused:not(.md-checked) .md-thumb:before {
17 background-color: '{{foreground-4}}'; }
18
19md-switch.md-THEME_NAME-theme.md-focused[disabled] .md-thumb:before {
20 background-color: '{{foreground-4}}'; }
21
22md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-ink-ripple {
23 color: '{{accent-color}}'; }
24
25md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-thumb {
26 background-color: '{{accent-color}}'; }
27
28md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-bar {
29 background-color: '{{accent-color-0.5}}'; }
30
31md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-focused .md-thumb:before {
32 background-color: '{{accent-color-0.26}}'; }
33
34md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-ink-ripple {
35 color: '{{primary-color}}'; }
36
37md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-thumb {
38 background-color: '{{primary-color}}'; }
39
40md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-bar {
41 background-color: '{{primary-color-0.5}}'; }
42
43md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
44 background-color: '{{primary-color-0.26}}'; }
45
46md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-ink-ripple {
47 color: '{{warn-color}}'; }
48
49md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-thumb {
50 background-color: '{{warn-color}}'; }
51
52md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-bar {
53 background-color: '{{warn-color-0.5}}'; }
54
55md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
56 background-color: '{{warn-color-0.26}}'; }
57
58md-switch.md-THEME_NAME-theme[disabled] .md-thumb {
59 background-color: '{{background-400}}'; }
60
61md-switch.md-THEME_NAME-theme[disabled] .md-bar {
62 background-color: '{{foreground-4}}'; }
Note: See TracBrowser for help on using the repository browser.