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

19 lines
338 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.

// Table
//
table
width: 100%
th,
td
border-bottom: .1rem solid #e1e1e1
padding: 1.2rem 1.5rem
text-align: left
&:first-child
padding-left: 0
&:last-child
padding-right: 0