cssOMS/layout.scss

16 lines
254 B
SCSS

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