Decor list
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
6ff3c17225
commit
ed6be35b4e
22
_scss/components/theme/_list.scss
Normal file
22
_scss/components/theme/_list.scss
Normal file
@ -0,0 +1,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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user