mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
19 lines
345 B
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;
|
|
}
|
|
} |