summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css
new file mode 100644
index 00000000..6680eb20
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css
@@ -0,0 +1,27 @@
+/*!
+ * 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-progress-linear.md-THEME_NAME-theme .md-container {
+ background-color: '{{primary-100}}'; }
+md-progress-linear.md-THEME_NAME-theme .md-bar {
+ background-color: '{{primary-color}}'; }
+md-progress-linear.md-THEME_NAME-theme.md-warn .md-container {
+ background-color: '{{warn-100}}'; }
+md-progress-linear.md-THEME_NAME-theme.md-warn .md-bar {
+ background-color: '{{warn-color}}'; }
+md-progress-linear.md-THEME_NAME-theme.md-accent .md-container {
+ background-color: '{{accent-100}}'; }
+md-progress-linear.md-THEME_NAME-theme.md-accent .md-bar {
+ background-color: '{{accent-color}}'; }
+md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-bar1 {
+ background-color: '{{warn-100}}'; }
+md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-dashed:before {
+ background: radial-gradient('{{warn-100}}' 0%, '{{warn-100}}' 16%, transparent 42%); }
+md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-bar1 {
+ background-color: '{{accent-100}}'; }
+md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-dashed:before {
+ background: radial-gradient('{{accent-100}}' 0%, '{{accent-100}}' 16%, transparent 42%); }