Blame view

src/styles.scss 248 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  // Custom style for loading elements without height
  .will-load {
      min-height: 80px;
  }
  // Href line height wasn't right for md-icon-button
  a[md-icon-button] {
      line-height: 36px;
  }
  
  // Capitalize
  .text-capital {
    text-transform: capitalize;
  }