fix(theme): fix forms styles

This commit is contained in:
tibing 2016-10-24 06:39:59 +03:00
parent 3a30eacaf3
commit b73af9a21b

View file

@ -48,6 +48,7 @@
box-shadow: none;
font-size: 14px;
&:focus {
color: $content-text;
box-shadow: none;
border-color: $primary-bg;
background: $input-background;