milligram/src/_Table.sass

28 lines
492 B
Sass
Raw Permalink 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
border-spacing: 0
display: block
overflow-x: auto
text-align: left
width: 100%
td,
th
border-bottom: .1rem solid $color-quinary
padding: 1.2rem 1.5rem
&:first-child
padding-left: 0
&:last-child
padding-right: 0
@media (min-width: 40.0rem)
table
display: table
overflow-x: initial