summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css
new file mode 100644
index 00000000..82e3eb39
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css
@@ -0,0 +1,16 @@
+/*!
+ * 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-bottom-sheet.md-THEME_NAME-theme {
+ background-color: '{{background-50}}';
+ border-top-color: '{{background-300}}'; }
+ md-bottom-sheet.md-THEME_NAME-theme.md-list md-list-item {
+ color: '{{foreground-1}}'; }
+ md-bottom-sheet.md-THEME_NAME-theme .md-subheader {
+ background-color: '{{background-50}}'; }
+ md-bottom-sheet.md-THEME_NAME-theme .md-subheader {
+ color: '{{foreground-1}}'; }