summaryrefslogtreecommitdiffstats
path: root/browser/components/pocket/content/panels/css/styleguide.scss
blob: 9310d6ba98b8c63b3815c7449ec087ee1346c0c6 (plain)
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
#stp_style_guide {
  #dark_mode_toggle {
    text-align: end;
  }

  border: 1px solid #ddd;
  margin: 20px auto;
  padding: 20px;
  width: 260px;

  @include theme_dark {
    background: #42414c;
  }

  .stp_superheader {
    margin: 0;
  }

  .stp_styleguide_h4 {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
  }

  .stp_styleguide_h5 {
    font-size: 10px;
    margin: 10px 0;
  }
}