2018-04-07 13:48:43 +00:00
|
|
|
mixin ui-element
|
|
|
|
border 1px solid ui-border-color
|
|
|
|
background ui-background
|
|
|
|
border-radius ui-element-border-radius
|
|
|
|
default-transition
|
2019-08-29 03:23:58 +00:00
|
|
|
|
2018-04-07 13:48:43 +00:00
|
|
|
:hover
|
|
|
|
border-color ui-hover-border-color
|
|
|
|
|
|
|
|
mixin ui-disabled
|
2018-11-23 10:11:46 +00:00
|
|
|
color button-color !important
|
|
|
|
background-color ui-disabled-color !important
|
|
|
|
cursor not-allowed !important
|