aboutsummaryrefslogtreecommitdiff
path: root/src/settings/components/site.scss
blob: c0c4f9ef80cf6a84a3b2d2fcf0d4e61c21c50750 (plain) (blame)
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
.vimvixen-settings-form {
  padding: 2px;

  textarea[name=json] {
    font-family: monospace;
    width: 100%;
    min-height: 64ex;
    resize: vertical;
  }

  fieldset {
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 1rem;

    fieldset:first-of-type {
      margin-top: 1rem;
    }

    legend {
      font-size: 1.5rem;
      padding: .5rem 0;
      font-weight: bold;
    }
  }
}