mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-16 12:39:20 +00:00
feat: Remove post install compilation
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
background nativeRGB(var(--gray-700))
|
||||
&:active
|
||||
color white
|
||||
background nativeRGB(var(--theme-color))
|
||||
background nativeRGB(var(--theme-500))
|
||||
&.short
|
||||
width 88px
|
||||
.userSpace > div:not(:last-child)
|
||||
@ -145,7 +145,7 @@
|
||||
background nativeRGB(var(--gray-700))
|
||||
&:active
|
||||
color white
|
||||
background nativeRGB(var(--theme-color))
|
||||
background nativeRGB(var(--theme-500))
|
||||
|
||||
padding 8px
|
||||
display flex
|
||||
@ -169,7 +169,7 @@
|
||||
|
||||
&.active > div
|
||||
color white
|
||||
background nativeRGB(var(--theme-color))
|
||||
background nativeRGB(var(--theme-500))
|
||||
ul
|
||||
list-style none
|
||||
margin 0
|
||||
|
Reference in New Issue
Block a user