cssOMS/layout.scss

19 lines
345 B
SCSS

@import "_mixins", "color";
.ipt-wrap {
display: table;
vertical-align: top;
@include box-sizing(border-box);
.ipt-first {
width: 100%;
display: table-cell;
vertical-align: inherit;
}
.ipt-second {
padding-left: 5px;
display: table-cell;
vertical-align: inherit;
}
}