aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Notes/styles/_export.scss
blob: d5951f363cfdffcbcce4efdd464d5b4148d8754d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.export {
  padding: 1em;

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

  &__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;
  }
}