style.scss 225 B

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