Fixed transitions

This commit is contained in:
Eduard Urbach 2017-06-19 22:50:47 +02:00
parent c42ec17b84
commit c3b86caff4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -12,6 +12,7 @@
.widget-element
vertical-wrap
ui-element
transition border transition-speed ease, background transition-speed ease
margin-bottom 1rem
padding 0.5rem 1rem
width 100%