add border-box

This commit is contained in:
piensaenpixel
2016-04-26 18:53:06 +02:00
parent 9e0f9ca372
commit f6e13bdf2e

View File

@@ -52,6 +52,7 @@
background: $cWhite;
font-size: $sFontSize-medium;
line-height: $sLineHeight-medium;
box-sizing: border-box;
&:hover {
border: 1px solid $cHoverLine;