Split mixins into multiple files

This commit is contained in:
2018-04-07 15:48:43 +02:00
parent ed1d375c63
commit 62875b8dd4
11 changed files with 153 additions and 140 deletions

13
styles/mixins/ui.scarlet Normal file
View File

@ -0,0 +1,13 @@
mixin ui-element
border 1px solid ui-border-color
background ui-background
border-radius ui-element-border-radius
default-transition
:hover
border-color ui-hover-border-color
// background ui-hover-background
// box-shadow outline-shadow-medium
mixin ui-disabled
background-color ui-disabled-color
cursor not-allowed