style.scss 683 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. md-contact-chips {
  35. margin-bottom : 10px;
  36. }
  37. .md-chips {
  38. padding: 5px 0 8px;
  39. }
  40. .fixedRows {
  41. height: 250px;
  42. overflow:hidden;
  43. }