| 1 |
.sp-smart-post-tab-panel { |
| 2 |
.components-range-control__thumb-wrapper span { |
| 3 |
background-color: var(--sp-smart-primary-2-400); |
| 4 |
} |
| 5 |
.components-range-control__thumb-wrapper span::after, |
| 6 |
.components-range-control__thumb-wrapper span::before { |
| 7 |
background-color: var(--sp-smart-primary-2-400); |
| 8 |
} |
| 9 |
} |
| 10 |
|
| 11 |
.sp-smart-post-header-control-left, |
| 12 |
.sp-smart-post-header-control-right { |
| 13 |
display: flex; |
| 14 |
align-items: center; |
| 15 |
} |
| 16 |
|
| 17 |
.sp-smart-post-header-control { |
| 18 |
display: flex; |
| 19 |
justify-content: space-between; |
| 20 |
height: 22px; |
| 21 |
margin-bottom: 8px; |
| 22 |
} |
| 23 |
|
| 24 |
.sp-smart-post-header-control-reset.components-button { |
| 25 |
color: #8c8f94; |
| 26 |
} |
| 27 |
.sp-smart-post-header-control-reset.components-button:focus { |
| 28 |
box-shadow: none; |
| 29 |
} |
| 30 |
|
| 31 |
.sp-smart-post-header-control-reset.components-button:hover svg { |
| 32 |
color: var(--sp-smart-primary-2-400); |
| 33 |
} |
| 34 |
.sp-smart-post-header-control-reset.components-button::after { |
| 35 |
border: 0; |
| 36 |
} |
| 37 |
.sp-smart-post-ranger-length .sp-smart-post-units span, |
| 38 |
.sp-smart-post-ranger-length .sp-smart-post-units button { |
| 39 |
width: 38px; |
| 40 |
} |
| 41 |
.sp-smart-post-range-control { |
| 42 |
.components-range-control { |
| 43 |
.components-input-control { |
| 44 |
.components-input-control__container { |
| 45 |
input { |
| 46 |
text-align: center; |
| 47 |
font-size: 14px; |
| 48 |
} |
| 49 |
} |
| 50 |
} |
| 51 |
} |
| 52 |
} |
| 53 |
body.rtl { |
| 54 |
.sp-smart-post-range-control { |
| 55 |
.components-range-control { |
| 56 |
.components-input-control { |
| 57 |
margin-left: 0 !important; |
| 58 |
margin-right: 16px; |
| 59 |
} |
| 60 |
} |
| 61 |
} |
| 62 |
} |
| 63 |
|
| 64 |
.sp-smart-post-range-control { |
| 65 |
&.sp-negative-space { |
| 66 |
margin-top: -4px; |
| 67 |
} |
| 68 |
.components-input-base { |
| 69 |
min-height: 32px; |
| 70 |
height: 32px; |
| 71 |
input { |
| 72 |
max-height: 32px; |
| 73 |
} |
| 74 |
input::-webkit-inner-spin-button{ |
| 75 |
min-height: 32px; |
| 76 |
margin-right: -11px !important; |
| 77 |
cursor: pointer; |
| 78 |
} |
| 79 |
} |
| 80 |
.components-range-control__root { |
| 81 |
min-height: auto; |
| 82 |
} |
| 83 |
.components-base-control { |
| 84 |
.components-range-control, |
| 85 |
.components-base-control__field { |
| 86 |
margin-bottom: 0 !important; |
| 87 |
} |
| 88 |
} |
| 89 |
} |
| 90 |
|
| 91 |
.sp-pro-ranger { |
| 92 |
a.sp-smart-pro-text { |
| 93 |
margin-left: 0; |
| 94 |
} |
| 95 |
.sp-smart-post-component-title { |
| 96 |
color: #00000080 |
| 97 |
} |
| 98 |
.sp-smart-post-units, |
| 99 |
.components-range-control, |
| 100 |
.sp-smart-post-header-control-right { |
| 101 |
opacity: 0.6; |
| 102 |
pointer-events: none; |
| 103 |
} |
| 104 |
} |
| 105 |
|