use flexbox for forms

This commit is contained in:
piensaenpixel
2016-02-23 13:48:27 +01:00
parent 008f6aaf8e
commit 78829e693c
5 changed files with 22 additions and 13 deletions
@@ -21,6 +21,7 @@
border-radius: $baseSize / 2;
font-size: $sFontSize-medium;
line-height: $sLineHeight-medium;
box-sizing: border-box;
&:hover {
border: 1px solid $cHoverLine;