Blame view

src/styles.scss 368 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
  // Custom style for loading elements without height
  .will-load {
      min-height: 80px;
  }
74a2441c   Administrator   Add ServiceObject
5
  
c680f5b4   Administrator   first commit
6
7
8
9
10
11
12
  // Href line height wasn't right for md-icon-button
  a[md-icon-button] {
      line-height: 36px;
  }
  
  // Capitalize
  .text-capital {
74a2441c   Administrator   Add ServiceObject
13
14
15
16
17
18
19
20
21
22
23
      text-transform: capitalize;
  }
  
  .grid_containert {
      height: 100%;
  }
  
  .control_button {
      position: fixed;
      bottom: 40px;
      right: 40px;
c680f5b4   Administrator   first commit
24
  }