aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/theme/_list.scss
blob: 3d68e1664ffcf71b285a1b9987773122ca609927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;

  dl,
  ol,
  ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem;
  }
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}