Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / chips / chips-default-theme.css
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/chips/chips-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/chips/chips-default-theme.css
new file mode 100644 (file)
index 0000000..4a2fa22
--- /dev/null
@@ -0,0 +1,24 @@
+/*!
+ * 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-chips.md-THEME_NAME-theme .md-chips {
+  box-shadow: 0 1px '{{background-300}}'; }
+  md-chips.md-THEME_NAME-theme .md-chips.md-focused {
+    box-shadow: 0 2px '{{primary-color}}'; }
+md-chips.md-THEME_NAME-theme .md-chip {
+  background: '{{background-300}}';
+  color: '{{background-800}}'; }
+  md-chips.md-THEME_NAME-theme .md-chip.md-focused {
+    background: '{{primary-color}}';
+    color: '{{primary-contrast}}'; }
+    md-chips.md-THEME_NAME-theme .md-chip.md-focused md-icon {
+      color: '{{primary-contrast}}'; }
+md-chips.md-THEME_NAME-theme md-chip-remove .md-button md-icon path {
+  fill: '{{background-500}}'; }
+
+.md-contact-suggestion span.md-contact-email {
+  color: '{{background-400}}'; }