mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
17 lines
307 B
SCSS
17 lines
307 B
SCSS
.ipt-wrap {
|
|
display: table;
|
|
vertical-align: top;
|
|
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;
|
|
}
|
|
} |