Minor changes

This commit is contained in:
2017-06-19 21:14:54 +02:00
parent 63a5b02c0e
commit 7fdfeb935b
3 changed files with 2 additions and 3 deletions

@ -4,7 +4,6 @@ input, textarea, button, select
padding 0.4em 0.8em
border-radius 3px
color text-color
default-transition
input, textarea
border ui-border

@ -21,7 +21,7 @@ mixin ui-element
border ui-border
background ui-background
border-radius 3px
default-transition
transition border transition-speed ease, background transition-speed ease
:hover
border ui-hover-border
background ui-hover-background