milligram/src/_Table.sass

19 lines
338 B
Sass
Raw Normal View History

2015-12-26 01:58:21 +00:00
// 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