Fixed widgets

This commit is contained in:
Eduard Urbach 2017-06-19 23:06:48 +02:00
parent c3b86caff4
commit bed8ae4108
2 changed files with 2 additions and 2 deletions

View File

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

View File

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