Files
milligram/src/_List.sass
Sudheer c7e099c571 Fix typo.
* Added a missing semicolon in _lists.sass
2016-01-30 23:33:50 +05:30

30 lines
392 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