Blame view

src/styles.scss 554 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;
d653c752   Administrator   fix
24
25
26
27
28
29
30
31
32
      td-loading {
          width: 56px;
          height: 56px;
          float: left;
          margin-right: 20px;
          .td-loading-wrapper {
              margin-top: -10px;
          }
      }
c680f5b4   Administrator   first commit
33
  }