redux-background.scss (1834B)
1 .redux-main { 2 .redux-container-background { 3 .redux-background-position, 4 .redux-background-position select, 5 .redux-background-attachment, 6 .redux-background-attachment select, 7 .redux-background-clip, 8 .redux-background-clip select, 9 .redux-background-origin, 10 .redux-background-origin select, 11 .redux-background-size, 12 .redux-background-size select, 13 .redux-background-repeat, 14 .redux-background-repeat select { 15 width: 200px !important; 16 margin-right: 10px; 17 margin-bottom: 7px; 18 } 19 20 .background-preview { 21 display: block; 22 width: 100%; 23 margin: 5px 0 10px; 24 border: 1px dotted #d3d3d3; 25 } 26 27 .select2-container { 28 margin-right: 10px; 29 margin-bottom: 10px; 30 } 31 32 .wp-picker-container { 33 margin-bottom: 10px; 34 } 35 36 .upload { 37 width: 100%; 38 margin-bottom: 8px; 39 } 40 } 41 42 .redux-container-select { 43 li.ui-state-highlight { 44 height: 20px; 45 margin-top: 2px; 46 margin-left: 5px; 47 width: 64px; 48 margin-bottom: 0; 49 } 50 } 51 } 52 53 .wp-customizer { 54 .redux-container-background { 55 .redux-background-position, 56 .redux-background-position select, 57 .redux-background-attachment, 58 .redux-background-attachment select, 59 .redux-background-clip, 60 .redux-background-clip select, 61 .redux-background-origin, 62 .redux-background-origin select, 63 .redux-background-size, 64 .redux-background-size select, 65 .redux-background-repeat, 66 .redux-background-repeat select { 67 width: 100% !important; 68 } 69 } 70 }