Improved groups
This commit is contained in:
@ -17,6 +17,7 @@ ui-background = rgb(254, 254, 254)
|
||||
// ui-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.037) 100%)
|
||||
// ui-hover-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.027) 100%)
|
||||
ui-disabled-color = rgb(224, 224, 224)
|
||||
ui-element-border-radius = 3px
|
||||
|
||||
// Input
|
||||
input-focus-border-color = rgb(248, 165, 130)
|
||||
|
@ -26,7 +26,7 @@ mixin noise-strong
|
||||
mixin ui-element
|
||||
border 1px solid ui-border-color
|
||||
background ui-background
|
||||
border-radius 3px
|
||||
border-radius ui-element-border-radius
|
||||
default-transition
|
||||
:hover
|
||||
border-color ui-hover-border-color
|
||||
|
Reference in New Issue
Block a user