mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-16 12:39:20 +00:00
30 lines
440 B
Stylus
30 lines
440 B
Stylus
@import '../config'
|
|
|
|
.table
|
|
border-spacing 0
|
|
width 100%
|
|
|
|
tr:not(:last-child) td
|
|
border-bottom 1px solid $darkGrayLight
|
|
tr th
|
|
border-bottom 2px solid $darkGrayLight
|
|
|
|
tr td:not(:first-child)
|
|
tr th:not(:first-child)
|
|
border-left 1px solid $darkGrayLight
|
|
|
|
th
|
|
font-weight bold
|
|
font-size rem(18)
|
|
|
|
th
|
|
td
|
|
padding 16px
|
|
text-align left
|
|
color black
|
|
@media (prefers-color-scheme dark)
|
|
color white
|
|
|
|
.parent
|
|
overflow-x auto
|