| 1 |
.block-editor-block-inspector .sp-smart-post-tab-panel |
| 2 |
.components-panel__body.sp-smart-post-child-panel-body { |
| 3 |
border-top: 1px solid var(--sp-smart-primary-2-100); |
| 4 |
margin: 0px -16px; |
| 5 |
box-sizing: border-box; |
| 6 |
// background-color: var( --sp-smart-primary-2-50 ); |
| 7 |
.components-panel__body-title { |
| 8 |
background-color: var( --sp-smart-primary-2-50 ); |
| 9 |
padding: 6px; |
| 10 |
.components-panel__body-toggle.components-button { |
| 11 |
padding: 6px; |
| 12 |
.components-panel__arrow { |
| 13 |
right: 5px; |
| 14 |
} |
| 15 |
} |
| 16 |
} |
| 17 |
.components-panel__body.sp-smart-post-child-panel-body { |
| 18 |
border: 1px solid var( --sp-smart-primary-2-50 ); |
| 19 |
margin: 0px; |
| 20 |
.components-panel__body-title { |
| 21 |
background: var( --sp-smart-primary-2-50 ); |
| 22 |
padding: 6px; |
| 23 |
.components-panel__body-toggle.components-button { |
| 24 |
padding: 6px; |
| 25 |
.components-panel__arrow { |
| 26 |
right: 15px; |
| 27 |
} |
| 28 |
} |
| 29 |
} |
| 30 |
} |
| 31 |
} |
| 32 |
.sp-smart-post-tab-panel { |
| 33 |
.components-panel__body.is-opened > .components-panel__body-title { |
| 34 |
margin: -16px -16px 16px; |
| 35 |
} |
| 36 |
} |
| 37 |
|
| 38 |
.sp-smart-post-sub-panel-title { |
| 39 |
font-size: 13px; |
| 40 |
font-weight: 400; |
| 41 |
text-align: left; |
| 42 |
margin: 12px 0px 8px 0px; |
| 43 |
} |
| 44 |
// reset button |
| 45 |
.child-panel-body-reset-icon { |
| 46 |
position: absolute; |
| 47 |
top: 7px; |
| 48 |
right: 0; |
| 49 |
} |
| 50 |
body.rtl .child-panel-body-reset-icon { |
| 51 |
right: auto; |
| 52 |
left: 0; |
| 53 |
} |
| 54 |
|
| 55 |
body.rtl { |
| 56 |
.components-panel__body.sp-smart-post-child-panel-body { |
| 57 |
.components-panel__body-title { |
| 58 |
.components-panel__body-toggle.components-button { |
| 59 |
.components-panel__arrow { |
| 60 |
left: 5px; |
| 61 |
right: auto; |
| 62 |
} |
| 63 |
} |
| 64 |
} |
| 65 |
} |
| 66 |
} |
| 67 |
|