[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / checkbox / checkbox-default-theme.css
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.css
deleted file mode 100644 (file)
index c23e596..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-/* mixin definition ; sets LTR and RTL within the same style call */
-md-checkbox.md-THEME_NAME-theme .md-ripple {
-  color: '{{accent-600}}'; }
-md-checkbox.md-THEME_NAME-theme.md-checked .md-ripple {
-  color: '{{background-600}}'; }
-md-checkbox.md-THEME_NAME-theme.md-checked.md-focused .md-container:before {
-  background-color: '{{accent-color-0.26}}'; }
-md-checkbox.md-THEME_NAME-theme .md-icon {
-  border-color: '{{foreground-2}}'; }
-md-checkbox.md-THEME_NAME-theme.md-checked .md-icon {
-  background-color: '{{accent-color-0.87}}'; }
-md-checkbox.md-THEME_NAME-theme.md-checked .md-icon:after {
-  border-color: '{{background-200}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ripple {
-  color: '{{primary-600}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ripple {
-  color: '{{background-600}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-icon {
-  border-color: '{{foreground-2}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon {
-  background-color: '{{primary-color-0.87}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
-  background-color: '{{primary-color-0.26}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon:after {
-  border-color: '{{background-200}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ripple {
-  color: '{{warn-600}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-icon {
-  border-color: '{{foreground-2}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon {
-  background-color: '{{warn-color-0.87}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
-  background-color: '{{warn-color-0.26}}'; }
-md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon:after {
-  border-color: '{{background-200}}'; }
-md-checkbox.md-THEME_NAME-theme[disabled] .md-icon {
-  border-color: '{{foreground-3}}'; }
-md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon {
-  background-color: '{{foreground-3}}'; }
-md-checkbox.md-THEME_NAME-theme[disabled] .md-label {
-  color: '{{foreground-3}}'; }