styles.css
40 lines
| 1 | #customize-theme-controls .control-section-kirki-expanded .accordion-section-title { |
| 2 | display: none; |
| 3 | } |
| 4 | |
| 5 | #customize-theme-controls .control-section-kirki-expanded .customize-section-back { |
| 6 | display: none; |
| 7 | } |
| 8 | |
| 9 | #customize-theme-controls .customize-pane-child.control-section-kirki-expanded { |
| 10 | position: relative; |
| 11 | visibility: visible; |
| 12 | height: auto; |
| 13 | margin-left: -100%; |
| 14 | } |
| 15 | |
| 16 | #customize-theme-controls .customize-pane-child.control-section-kirki-expanded h3 .customize-action { |
| 17 | display: none; |
| 18 | } |
| 19 | |
| 20 | #customize-theme-controls .control-section-kirki-link .accordion-section-title { |
| 21 | padding-right: 10px !important |
| 22 | } |
| 23 | |
| 24 | #customize-theme-controls .control-section-kirki-link .button { |
| 25 | margin-top: -3px; |
| 26 | } |
| 27 | |
| 28 | #customize-theme-controls .customize-pane-child.current-section-parent, |
| 29 | .in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent { |
| 30 | transform: translateX(-100%); |
| 31 | } |
| 32 | |
| 33 | .control-section-kirki-nested { |
| 34 | margin: 0 -12px; |
| 35 | } |
| 36 | |
| 37 | .control-section-kirki-outer { |
| 38 | display: list-item !important; |
| 39 | } |
| 40 |