aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css
new file mode 100644
index 00000000..d60815e5
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/switch/switch-default-theme.css
@@ -0,0 +1,56 @@
+/*!
+ * Angular Material Design
+ * https://github.com/angular/material
+ * @license MIT
+ * v1.1.3
+ */
+md-switch.md-THEME_NAME-theme .md-ink-ripple {
+ color: '{{background-500}}'; }
+
+md-switch.md-THEME_NAME-theme .md-thumb {
+ background-color: '{{background-50}}'; }
+
+md-switch.md-THEME_NAME-theme .md-bar {
+ background-color: '{{background-500}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked .md-ink-ripple {
+ color: '{{accent-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked .md-thumb {
+ background-color: '{{accent-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked .md-bar {
+ background-color: '{{accent-color-0.5}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-focused .md-thumb:before {
+ background-color: '{{accent-color-0.26}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-primary .md-ink-ripple {
+ color: '{{primary-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-primary .md-thumb {
+ background-color: '{{primary-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-primary .md-bar {
+ background-color: '{{primary-color-0.5}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-primary.md-focused .md-thumb:before {
+ background-color: '{{primary-color-0.26}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-warn .md-ink-ripple {
+ color: '{{warn-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-warn .md-thumb {
+ background-color: '{{warn-color}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-warn .md-bar {
+ background-color: '{{warn-color-0.5}}'; }
+
+md-switch.md-THEME_NAME-theme.md-checked.md-warn.md-focused .md-thumb:before {
+ background-color: '{{warn-color-0.26}}'; }
+
+md-switch.md-THEME_NAME-theme[disabled] .md-thumb {
+ background-color: '{{background-400}}'; }
+
+md-switch.md-THEME_NAME-theme[disabled] .md-bar {
+ background-color: '{{foreground-4}}'; }