Improved styles

This commit is contained in:
2016-12-01 00:29:36 +09:00
parent 4631a10d24
commit fe03d70095
15 changed files with 245 additions and 21 deletions

View File

@ -1,3 +1,6 @@
mixin default-transition
transition all transition-speed ease
mixin horizontal
display flex
flex-direction row
@ -18,8 +21,7 @@ mixin ui-element
border ui-border
background ui-background
border-radius 3px
transition all transition-speed ease
default-transition
:hover
border ui-hover-border
background ui-hover-background
@ -48,4 +50,9 @@ mixin scale-up
mixin shadow-up
box-shadow shadow-light
:hover
box-shadow shadow-medium
box-shadow shadow-medium
mixin outline-shadow-up
box-shadow outline-shadow-light
:hover
box-shadow outline-shadow-medium