Variable name change
This commit is contained in:
parent
155efa5567
commit
c08a6446ec
8 changed files with 27 additions and 87 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue