mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-22 19:02:15 +00:00
Updated Table to use Light/Dark themes
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
6f1c366289
commit
d49c194654
@ -1,11 +1,17 @@
|
||||
@import '../config'
|
||||
|
||||
.table
|
||||
border-spacing 0
|
||||
border 2px solid #EEE
|
||||
border 2px solid $grayDark
|
||||
@media (prefers-color-scheme dark)
|
||||
border-color $grayLight
|
||||
border-radius 4px
|
||||
width 100%
|
||||
|
||||
td
|
||||
border-top 1px solid #EEE
|
||||
border-top 1px solid $grayDark
|
||||
@media (prefers-color-scheme dark)
|
||||
border-color $grayLight
|
||||
|
||||
th
|
||||
td
|
||||
|
Loading…
x
Reference in New Issue
Block a user