list created
This commit is contained in:
parent
e37fbbb52a
commit
2babd335d9
29
sass/_List.sass
Normal file
29
sass/_List.sass
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
// List
|
||||||
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
|
dl,
|
||||||
|
ol,
|
||||||
|
ul
|
||||||
|
margin-top: 0
|
||||||
|
padding-left: 0
|
||||||
|
|
||||||
|
dl
|
||||||
|
ul,
|
||||||
|
ol
|
||||||
|
font-size: 90%
|
||||||
|
margin: 1.5rem 0 1.5rem 3.0rem
|
||||||
|
|
||||||
|
dl
|
||||||
|
list-style: none
|
||||||
|
|
||||||
|
ul
|
||||||
|
list-style: circle inside
|
||||||
|
|
||||||
|
ol
|
||||||
|
list-style: decimal inside
|
||||||
|
|
||||||
|
dt,
|
||||||
|
dd,
|
||||||
|
li
|
||||||
|
margin-bottom: 1.0rem
|
Loading…
Reference in New Issue
Block a user