nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / demos / chips / demoContactChips / style.scss
1 md-content.autocomplete {
2   min-height: 250px;
3 }
4 .md-item-text.compact {
5   padding-top: 8px;
6   padding-bottom: 8px;
7 }
8 .contact-item {
9   box-sizing: border-box;
10   &.selected {
11     opacity: 0.5;
12     h3 {
13       opacity: 0.5;
14     }
15   }
16   .md-list-item-text {
17     padding: 14px 0;
18     h3 {
19       margin: 0 !important;
20       padding: 0;
21       line-height: 1.2em !important;
22     }
23     h3, p {
24       text-overflow: ellipsis;
25       white-space: nowrap;
26       overflow: hidden;
27     }
28   }
29   @media (min-width: 900px) {
30     float: left;
31     width: 33%;
32   }
33 }
34
35 md-contact-chips {
36   margin-bottom : 10px;
37 }
38
39 .md-chips {
40   padding: 5px 0 8px;
41 }
42
43
44 .fixedRows {
45   height: 250px;
46   overflow:hidden;
47 }