@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; } }