Conflicts:
less/grid.less
input[type="tel"],
input[type="color"] {
display: inline-block;
- .box-sizing(border-box); // Makes inputs behave like true block-level elements
min-height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: 6px 9px;
- // margin-bottom: @line-height-base / 2;
+ // margin-bottom: (@line-height-base / 2);
font-size: @font-size-base;
line-height: @line-height-base;
color: @gray;
}
[class^="span"] {
min-height: 1px;
- padding-left: @grid-gutter-width / 2;
- padding-right: @grid-gutter-width / 2;
+ padding-left: (@grid-gutter-width / 2);
+ padding-right: (@grid-gutter-width / 2);
- // Proper box-model (padding doesn't add to width)
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
}
// Responsive: Tablets and up