mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
16 lines
243 B
SCSS
16 lines
243 B
SCSS
@import "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;
|
|
}
|
|
} |