(css) Drop unused "theme" Sass files

Only the original ng-material theme files are used in the build process
of ng-material (using gulp).
This commit is contained in:
Francis Lachapelle
2015-05-15 09:12:28 -04:00
parent ec2b52bf7b
commit 8e286b5d15
21 changed files with 0 additions and 749 deletions
@@ -1,52 +0,0 @@
md-switch.md-THEME_NAME-theme {
.md-thumb {
background-color: '{{background-50}}';
}
.md-bar {
background-color: '{{background-500}}';
}
&.md-checked {
.md-thumb {
background-color: '{{accent-color}}';
}
.md-bar {
background-color: '{{accent-color-0.5}}';
}
&.md-primary {
.md-thumb {
background-color: '{{primary-color}}';
}
.md-bar {
background-color: '{{primary-color-0.5}}';
}
}
&.md-warn {
.md-thumb {
background-color: '{{warn-color}}';
}
.md-bar {
background-color: '{{warn-color-0.5}}';
}
}
}
&[disabled] {
.md-thumb {
background-color: '{{background-400}}';
}
.md-bar {
background-color: '{{foreground-4}}';
}
}
&:focus {
.md-label:not(:empty) {
border-color: '{{foreground-1}}';
border-style: dotted;
}
}
}