mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 20:19:20 +00:00
feat: Move to css variables !
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import "../config"
|
||||
|
||||
.breadcrumb ol
|
||||
display flex
|
||||
display inline-flex
|
||||
@ -14,3 +16,8 @@
|
||||
|
||||
.item
|
||||
padding 0 16px
|
||||
|
||||
.chevron
|
||||
color nativeRGB(var(--theme-500))
|
||||
@media (prefers-color-scheme dark)
|
||||
color white
|
||||
|
Reference in New Issue
Block a user