Unify `box-sizing` to LESS mixin

Change-Id: I3c308267e6754d681c26c3799084203fae0cdb42
This commit is contained in:
Volker E 2017-09-21 15:20:45 -07:00
parent 96956bb3a0
commit 5c8fe4c94d
1 changed files with 1 additions and 1 deletions

View File

@ -30,9 +30,9 @@
.cta-holder {
background-color: @colorGray14;
.box-sizing( border-box );
padding: 30px 20px;
text-align: center;
box-sizing: border-box;
border-radius: @borderRadius;
.icon {