style.scss 1 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
md-icon {
    width:50%;height:50%
}

md-icon svg {
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s64 {
  font-size:64px;
}

.s32 {
  
  font-size:48px;

}

md-icon.fa {
  display:block;
  padding-left: 0;
}

md-icon.s32 span {
  padding-left:8px;
}

md-grid-list {
  margin: 8px; }
.gray {
  background: #f5f5f5; }
.green {
  background: #b9f6ca; }
.yellow {
  background: #ffff8d; }
.blue {
  background: #84ffff; }
.darkBlue {
  background: #80d8ff; }
.deepBlue {
  background: #448aff; }
.purple {
  background: #b388ff; }
.lightPurple {
  background: #8c9eff; }
.red {
  background: #ff8a80; }
.pink {
  background: #ff80ab; }


md-grid-tile {
  transition: all 300ms ease-out 50ms;
}


md-grid-tile md-icon {
  padding-bottom: 32px;
}

md-grid-tile md-grid-tile-footer {
  background:  rgba(0,0,0,.68);
  height: 36px;
  
}

md-grid-tile-footer figcaption  {
  width:100%;
}

md-grid-tile-footer figcaption h3 {
  margin: 0;
  font-weight:700;
  width:100%;
  text-align:center;
}