style.scss 225 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13
md-content {
  background-color: transparent !important;
  md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    md-tabs-canvas {
      background: white;
    }
  }
  h1:first-child {
    margin-top: 0;
  }
}