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%
|
|
|
|
|
|
2016-09-10 00:33:20 +00:00
|
|
|
|
td,
|
|
|
|
|
th
|
2016-08-23 07:52:06 +00:00
|
|
|
|
border-bottom: .1rem solid $color-quinary
|
2015-12-26 01:58:21 +00:00
|
|
|
|
padding: 1.2rem 1.5rem
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
|
|
|
&:first-child
|
|
|
|
|
padding-left: 0
|
|
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
|
padding-right: 0
|
2017-11-20 20:01:59 +00:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 40.0rem)
|
|
|
|
|
table
|
|
|
|
|
border-spacing: 0
|
|
|
|
|
display: flex
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
thead
|
|
|
|
|
border-right: solid .1rem $color-quinary
|
|
|
|
|
|
|
|
|
|
td,
|
|
|
|
|
th
|
|
|
|
|
padding-left: 0
|
|
|
|
|
|
|
|
|
|
&:first-child
|
|
|
|
|
padding-left: 0
|
|
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
|
padding-right: 1.2rem
|
|
|
|
|
|
|
|
|
|
tbody
|
|
|
|
|
display: flex
|
|
|
|
|
overflow-x: auto
|
|
|
|
|
white-space: nowrap
|
|
|
|
|
|
|
|
|
|
tr
|
|
|
|
|
border-right: solid .1rem $color-quinary
|
|
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
|
border-right: none
|
|
|
|
|
|
|
|
|
|
td,
|
|
|
|
|
th
|
|
|
|
|
display: block
|
|
|
|
|
|
|
|
|
|
&:first-child
|
|
|
|
|
padding-left: 1.2rem
|
|
|
|
|
|
|
|
|
|
&:last-child
|
|
|
|
|
padding-right: 1.2rem
|