cssOMS/layout.scss
2018-05-11 21:32:12 +02:00

16 lines
278 B
SCSS

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