aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Notes/styles/_export.scss
blob: 40aae891ce5e941ad9fbda2d92e354098eb75173 (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
28
29
30
31
32
33
.export {
  padding: 1em;

  p {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  label {
    padding-top: .125em;
    display: flex;
    line-height: 1.25;

    span {
      flex-shrink: 0;
      display: inline-block;
      width: 1.5em;
      margin-right: .5em;
      text-align: center;
    }
  }

  &__select {
    display: inline-block;
    border-bottom: 1px dashed var(--color-decor);
    padding-bottom: .5em;
    margin-bottom: .25em;
  }

  input[type=checkbox] {
    margin: .5em .5em 0 0;
  }
}