milligram/src/_Table.sass

28 lines
492 B
Sass
Raw Normal View History

2015-12-26 01:58:21 +00:00
// Table
//
table
2020-05-17 21:41:05 +00:00
border-spacing: 0
display: block
overflow-x: auto
2020-05-18 21:48:52 +00:00
text-align: left
2020-05-17 21:41:05 +00:00
width: 100%
2015-12-26 01:58:21 +00:00
2019-07-23 00:50:51 +00:00
td,
th
2020-05-17 21:41:05 +00:00
border-bottom: .1rem solid $color-quinary
padding: 1.2rem 1.5rem
2020-05-17 21:41:05 +00:00
&:first-child
padding-left: 0
2020-05-17 21:41:05 +00:00
&:last-child
padding-right: 0
@media (min-width: 40.0rem)
table
display: table
overflow-x: initial