ux(sass): work on sass variables, getting messy

This commit is contained in:
Torkel Ödegaard
2016-02-16 12:15:09 +01:00
parent 7c917156ee
commit b05939ec9a
17 changed files with 315 additions and 351 deletions

View File

@@ -118,7 +118,7 @@
.input-block-level {
display: block;
width: 100%;
min-height: $inputHeight; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
min-height: $input-line-height; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
@include box-sizing(border-box); // Makes inputs behave like true block-level elements
}