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