Variable name change

This commit is contained in:
Mike Francis 2014-12-01 12:26:25 +00:00
parent 155efa5567
commit c08a6446ec
8 changed files with 27 additions and 87 deletions

View file

@ -6,9 +6,9 @@
display: inline-block;
font: inherit;
font-weight: bold;
height: ($base-margin-bottom * 1.5);
line-height: ($base-margin-bottom * 1.5);
padding: 0 $base-margin-bottom;
height: ($base-spacing-unit * 1.5);
line-height: ($base-spacing-unit * 1.5);
padding: 0 $base-spacing-unit;
text-align: center;
width: auto;
&::-moz-focus-inner {