.customize-control-ast-responsive-spacing { /* Unit Screen wrap */ .customize-control-title { display:inline-block; } .ast-spacing-responsive-btns { display: block; text-align: right; /*float:right;*/ line-height: 1; margin-top: 5px; > li { margin-bottom: 6px; display: none; &.active { display: inline-block; } } button[type="button"] { padding: 0; cursor: pointer; background: none; border: none; opacity: .75; outline: none; > i { width: 15px; height: 15px; font-size: 15px; } } } .ast-spacing-responsive-units { position: absolute; transform: translateY(-100%); font-size: 11px; text-transform: uppercase; li.single-unit { display: inline-block; margin-right: 6px; width: 16px; text-align: center; user-select: none; opacity: 0.7; &.active { font-weight: bold; text-decoration: underline; opacity: 1; } } } .input-wrapper { .ast-spacing-wrapper { display: none; position: relative; li{ text-align: center; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; input.ast-spacing-input{ text-align: center; } } &.active { display: flex; } span.ast-spacing-title{ font-size:12px; } .ast-spacing-input-item-link{ .ast-spacing-connected { display: none; } &.disconnected { .ast-spacing-disconnected{ display: none; } .ast-spacing-connected { display: block; } } span { width: 35px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #ddd; } } } } }