| 1 |
.sp-smart-post-tab-panel { |
| 2 |
.components-tab-panel__tabs-item:focus:not(:disabled) { |
| 3 |
box-shadow: none; |
| 4 |
} |
| 5 |
.components-tab-panel__tabs { |
| 6 |
justify-content: center; |
| 7 |
padding: 0; |
| 8 |
margin-bottom: 16px; |
| 9 |
} |
| 10 |
.components-tab-panel__tab-content { |
| 11 |
padding: 0; |
| 12 |
margin: 0; |
| 13 |
border: none; |
| 14 |
background: transparent; |
| 15 |
} |
| 16 |
.components-tab-panel__tabs > button { |
| 17 |
padding: 0; |
| 18 |
} |
| 19 |
.components-tab-panel__tabs button { |
| 20 |
color: #2f2f2f; |
| 21 |
height: 40px; |
| 22 |
font-size: 14px; |
| 23 |
font-weight: 500; |
| 24 |
width: 100%; |
| 25 |
justify-content: center; |
| 26 |
border-bottom: 2px solid #ddd; |
| 27 |
border-top: none; |
| 28 |
border-left: none; |
| 29 |
border-right: none; |
| 30 |
} |
| 31 |
.components-tab-panel__tabs button.components-tab-panel__tabs-item:focus { |
| 32 |
border-bottom: 2px solid var(--sp-smart-primary-2-600) !important; |
| 33 |
} |
| 34 |
.components-panel__body-title .components-button:focus:not(:disabled) { |
| 35 |
border-bottom: 0 !important; |
| 36 |
} |
| 37 |
.sp-smart-post-general-tab .components-button:focus:not(:disabled) { |
| 38 |
border-bottom: 2px solid var(--sp-smart-primary-2-600) !important; |
| 39 |
} |
| 40 |
.components-tab-panel__tabs button span { |
| 41 |
display: flex; |
| 42 |
align-items: center; |
| 43 |
svg { |
| 44 |
margin-right: 4px; |
| 45 |
fill: #2f2f2f; |
| 46 |
transition: 0.3s ease-in-out; |
| 47 |
} |
| 48 |
} |
| 49 |
.components-tab-panel__tabs button.active-tab { |
| 50 |
position: relative; |
| 51 |
color: var(--sp-smart-primary-2-600); |
| 52 |
border-bottom: 2px solid var(--sp-smart-primary-2-600) !important; |
| 53 |
&:hover { |
| 54 |
color: var(--sp-smart-primary-2-600); |
| 55 |
} |
| 56 |
span { |
| 57 |
.sp-smart-post-block-icon { |
| 58 |
svg { |
| 59 |
fill: var(--sp-smart-primary-2-600); |
| 60 |
} |
| 61 |
} |
| 62 |
} |
| 63 |
} |
| 64 |
.components-panel__body { |
| 65 |
.components-panel__body-title { |
| 66 |
.components-panel__body-toggle:focus { |
| 67 |
box-shadow: none; |
| 68 |
} |
| 69 |
} |
| 70 |
} |
| 71 |
} |
| 72 |
|
| 73 |
.sp-smart-post-tab-panel .components-tab-panel__tabs-item { |
| 74 |
height: 41px !important; |
| 75 |
margin-top: -12px; |
| 76 |
} |