summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css
new file mode 100644
index 00000000..adab0ade
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css
@@ -0,0 +1,20 @@
+/*!
+ * 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-toolbar.md-THEME_NAME-theme {
+ background-color: '{{primary-color}}';
+ color: '{{primary-contrast}}'; }
+ md-toolbar.md-THEME_NAME-theme md-icon {
+ color: '{{primary-contrast}}'; }
+ md-toolbar.md-THEME_NAME-theme .md-button {
+ color: '{{primary-contrast}}'; }
+ md-toolbar.md-THEME_NAME-theme.md-accent {
+ background-color: '{{accent-color}}';
+ color: '{{accent-contrast}}'; }
+ md-toolbar.md-THEME_NAME-theme.md-warn {
+ background-color: '{{warn-color}}';
+ color: '{{warn-contrast}}'; }