summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss47
1 files changed, 47 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss b/ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss
new file mode 100644
index 00000000..17e40fc4
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/demos/chips/demoContactChips/style.scss
@@ -0,0 +1,47 @@
+md-content.autocomplete {
+ min-height: 250px;
+}
+.md-item-text.compact {
+ padding-top: 8px;
+ padding-bottom: 8px;
+}
+.contact-item {
+ box-sizing: border-box;
+ &.selected {
+ opacity: 0.5;
+ h3 {
+ opacity: 0.5;
+ }
+ }
+ .md-list-item-text {
+ padding: 14px 0;
+ h3 {
+ margin: 0 !important;
+ padding: 0;
+ line-height: 1.2em !important;
+ }
+ h3, p {
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ }
+ }
+ @media (min-width: 900px) {
+ float: left;
+ width: 33%;
+ }
+}
+
+md-contact-chips {
+ margin-bottom : 10px;
+}
+
+.md-chips {
+ padding: 5px 0 8px;
+}
+
+
+.fixedRows {
+ height: 250px;
+ overflow:hidden;
+}