| 1 |
.sp-smart-post-tab-panel { |
| 2 |
.sp-smart-post-input-control .sp-smart-post-spacing-part-1 { |
| 3 |
.sp-smart-post-header-input-control { |
| 4 |
&.d-flex { |
| 5 |
display: flex; |
| 6 |
justify-content: space-between; |
| 7 |
|
| 8 |
.sp-smart-post-component-title { |
| 9 |
margin-bottom: 0; |
| 10 |
} |
| 11 |
|
| 12 |
.sp-smart-post-header-control-left { |
| 13 |
display: flex; |
| 14 |
width: 60%; |
| 15 |
} |
| 16 |
|
| 17 |
.sp-smart-post-header-control-right { |
| 18 |
width: 80px; |
| 19 |
|
| 20 |
.components-input-control__container { |
| 21 |
input[type="number"]="number""] { |
| 22 |
text-align: center; |
| 23 |
} |
| 24 |
|
| 25 |
} |
| 26 |
} |
| 27 |
} |
| 28 |
|
| 29 |
&.d-block { |
| 30 |
.sp-smart-post-header-control-left { |
| 31 |
width: 100%; |
| 32 |
// margin-bottom: 5px; |
| 33 |
} |
| 34 |
|
| 35 |
.sp-smart-post-header-control-right .components-base-control { |
| 36 |
width: 100%; |
| 37 |
} |
| 38 |
} |
| 39 |
.components-input-control__backdrop { |
| 40 |
border-color: #b0b0b0; |
| 41 |
} |
| 42 |
} |
| 43 |
} |
| 44 |
} |
| 45 |
|
| 46 |
.sp-smart-post-tab-panel input:not(#sp-smart-post-spacing-bottom, #sp-smart-post-spacing-top, #sp-smart-post-spacing-right, #sp-smart-post-spacing-left)::-webkit-inner-spin-button{ |
| 47 |
min-height: 30px; |
| 48 |
margin-right: -7px; |
| 49 |
cursor: pointer; |
| 50 |
} |
| 51 |
|
| 52 |
.sp-smart-post-header-control-left { |
| 53 |
display: flex; |
| 54 |
align-items: center; |
| 55 |
} |
| 56 |
.sp-smart-post-tab-panel { |
| 57 |
input::-webkit-inner-spin-button{ |
| 58 |
min-height: 32px; |
| 59 |
margin-right: 0px; |
| 60 |
cursor: pointer; |
| 61 |
} |
| 62 |
} |
| 63 |
|
| 64 |
.sp-smart-post-input-control { |
| 65 |
input::-webkit-inner-spin-button{ |
| 66 |
min-height: 33px; |
| 67 |
margin-right: -10px; |
| 68 |
cursor: pointer; |
| 69 |
} |
| 70 |
} |
| 71 |
|
| 72 |
.sp-smart-post-header-input-control.d-flex .components-input-base { |
| 73 |
input { |
| 74 |
min-height: 32px !important; |
| 75 |
height: 32px !important; |
| 76 |
width: 80px; |
| 77 |
} |
| 78 |
input::-webkit-inner-spin-button { |
| 79 |
margin-right: -12px !important; |
| 80 |
} |
| 81 |
} |
| 82 |
|
| 83 |
.sp-is-pro { |
| 84 |
.sp-smart-post-header-control-right { |
| 85 |
opacity: .6; |
| 86 |
pointer-events: none; |
| 87 |
} |
| 88 |
} |
| 89 |
|