Shadow issue fixed

This commit is contained in:
Fraham 2017-11-05 16:47:38 +00:00
parent 37f20080e9
commit ef5824da81

View file

@ -2,7 +2,7 @@ button, .paper-btn, [type="button"] {
.shadow;
align-self:center;
background:transparent;
transition:background-color .1s ease;
transition:all .5s ease, background-color .1s ease;
color: @primary;
display: inline;
outline:none;