| 1 |
.sp-smart-post-tab-panel { |
| 2 |
.sp-smart-post-toggle { |
| 3 |
.components-flex { |
| 4 |
flex-direction: row-reverse; |
| 5 |
} |
| 6 |
.components-toggle-control__label { |
| 7 |
margin-bottom: 0px; |
| 8 |
font-size: 13px; |
| 9 |
font-weight: 400; |
| 10 |
// text-transform: capitalize; |
| 11 |
color: #1e1e1e; |
| 12 |
} |
| 13 |
.components-form-toggle.is-checked .components-form-toggle__track { |
| 14 |
background: var(--sp-smart-primary-2-400) !important; |
| 15 |
border-color: var(--sp-smart-primary-2-400); |
| 16 |
} |
| 17 |
.components-form-toggle.is-checked .components-form-toggle__thumb { |
| 18 |
background: #fff; |
| 19 |
} |
| 20 |
.components-form-toggle .components-form-toggle__thumb { |
| 21 |
background: #757575; |
| 22 |
border-color: #757575; |
| 23 |
} |
| 24 |
&.updated-toggle { |
| 25 |
display: flex; |
| 26 |
justify-content: space-between; |
| 27 |
align-items: center; |
| 28 |
padding: 4px; |
| 29 |
border: 1px solid #eee; |
| 30 |
border-radius: 4px; |
| 31 |
.sp-smart-post-toggle-left { |
| 32 |
display: flex; |
| 33 |
align-items: center; |
| 34 |
svg { |
| 35 |
margin: -4px; |
| 36 |
} |
| 37 |
span { |
| 38 |
margin-left: 7px; |
| 39 |
margin-bottom: 0px; |
| 40 |
font-size: 13px; |
| 41 |
font-weight: 400; |
| 42 |
line-height: 20px; |
| 43 |
text-transform: capitalize; |
| 44 |
color: #1e1e1e; |
| 45 |
font-family: Inter, sans-serif; |
| 46 |
} |
| 47 |
} |
| 48 |
.components-base-control .components-base-control__field { |
| 49 |
padding: 0; |
| 50 |
} |
| 51 |
} |
| 52 |
} |
| 53 |
} |
| 54 |
.sp-smart-post-panel-pb { |
| 55 |
padding-bottom: 16px; |
| 56 |
} |
| 57 |
|
| 58 |
.sp-smart-post-toggle.sp-smart-post-component-mb.sp-smart-pro-toggle { |
| 59 |
display: flex; |
| 60 |
align-items: center; |
| 61 |
justify-content: space-between; |
| 62 |
// gap: 5px; |
| 63 |
} |
| 64 |
|
| 65 |
.sp-smart-pro-label { |
| 66 |
opacity: 0.6; |
| 67 |
} |
| 68 |
|
| 69 |
a.sp-smart-pro-text { |
| 70 |
margin-right: auto; |
| 71 |
color: #159E2E; |
| 72 |
text-decoration: none; |
| 73 |
margin-left: 5px; |
| 74 |
} |
| 75 |
|
| 76 |
.components-toggle-control__help { |
| 77 |
opacity: 0.6; |
| 78 |
color: rgb(117, 117, 117); |
| 79 |
font-size: 12px; |
| 80 |
margin: -10px 0px 16px 0px; |
| 81 |
} |
| 82 |
|