mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-16 04:29:20 +00:00
feat: Move to css variables !
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
.bar
|
||||
width 100%
|
||||
background rgba($main, .15)
|
||||
background nativeRGBA(var(--theme-color), 0.15)
|
||||
height 8px
|
||||
border-radius 8px
|
||||
|
||||
@ -21,5 +21,5 @@
|
||||
height 100%
|
||||
max-width 100%
|
||||
width 0
|
||||
background $main
|
||||
background nativeRGB(var(--theme-color))
|
||||
border-radius 8px
|
||||
|
Reference in New Issue
Block a user