redux-palette.scss (1507B)
1 .redux-container-palette { 2 label { 3 border: 3px solid transparent; 4 border-color: transparent !important; 5 border-radius: 0; 6 width: 100% !important; 7 display: block; 8 &.ui-button.ui-widget { 9 width: 95%; 10 background: none; 11 padding: 0; 12 display: flex; 13 14 .ui-checkboxradio-icon, 15 .ui-checkboxradio-icon-space { 16 display:none; 17 } 18 19 span { 20 padding: 10px; 21 flex-grow: 1; 22 font-size: 0; 23 line-height: 10px; 24 color: rgba(0, 0, 0, 0); 25 -webkit-transition: all 200ms ease-in-out; 26 -moz-transition: all 200ms ease-in-out; 27 -ms-transition: all 200ms ease-in-out; 28 -o-transition: all 200ms ease-in-out; 29 transition: all 200ms ease-in-out; 30 text-shadow: 0; 31 &:hover { 32 flex-grow: 3; 33 font-weight: bold; 34 min-width: 60px; 35 font-size: 12px; 36 line-height: 10px; 37 color: #333; 38 text-shadow: 0 0 8px #fff, 0 0 8px #fff; 39 } 40 } 41 } 42 43 &.ui-state-active { 44 border: 3px solid #333 !important; 45 } 46 } 47 } 48 49 .wp-customizer { 50 .redux-main .redux-container-palette label { 51 margin-bottom: 3px; 52 } 53 } 54