redux-text.scss (904B)
1 .redux-container-text { 2 label { 3 display: block; 4 position: relative; 5 font-size: 12px !important; 6 text-align: left; 7 color: #999; 8 margin: 4px 0 2px 0 !important; 9 cursor: default; 10 top: 5px; 11 width: 100px; 12 } 13 14 input { 15 clear: left; 16 } 17 18 .input_wrapper { 19 display: block; 20 position: relative; 21 padding: 0; 22 width: 23%; 23 max-width: 23%; 24 min-width: 70px; 25 float: left; 26 clear: left; 27 height: 57px; 28 -webkit-box-sizing: border-box; 29 -moz-box-sizing: border-box; 30 -o-box-sizing: border-box; 31 box-sizing: border-box; 32 vertical-align: baseline; 33 } 34 } 35 36 .wp-customizer { 37 .redux-container-text { 38 .input_wrapper { 39 width: 100%; 40 max-width: 100%; 41 height: auto; 42 } 43 } 44 }