(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-06-12 12:03:07 -04:00
parent ec2b52bf7b
commit 8e286b5d15
21 changed files with 0 additions and 749 deletions
@@ -1,17 +0,0 @@
md-toolbar.md-THEME_NAME-theme {
background-color: '{{primary-color}}';
color: '{{primary-contrast}}';
.md-button {
color: '{{primary-contrast}}';
}
&.md-accent {
background-color: '{{accent-color}}';
color: '{{accent-contrast}}';
}
&.md-warn {
background-color: '{{warn-color}}';
color: '{{warn-contrast}}';
}
}