feat: Move to css variables !

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-03 17:50:46 +02:00
parent c2f6e7e055
commit 81f654e1b2
25 changed files with 450 additions and 285 deletions

View File

@ -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