milligram/src/_List.sass
2015-12-26 18:40:55 -03:00

30 lines
391 B
Sass
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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