milligram/src/_Table.sass

20 lines
364 B
Sass
Raw Normal View History

2015-12-26 01:58:21 +00:00
// Table
//
table
2016-12-27 20:43:13 +00:00
border-spacing: 0
2015-12-26 01:58:21 +00:00
width: 100%
2019-07-23 00:50:51 +00:00
td,
th
2020-05-15 03:48:09 +00:00
border-bottom: .1rem solid $color-quinary
2019-07-23 00:50:51 +00:00
padding: 1.2rem 1.5rem
text-align: left
2020-05-15 03:48:09 +00:00
&:first-child
padding-left: 0
2020-05-15 03:48:09 +00:00
&:last-child
padding-right: 0