| 1 |
// select field modified css |
| 2 |
.sp-smart-post-tab-panel { |
| 3 |
.sp-smart-post-select-field { |
| 4 |
&.sp-smart-post-d-flex { |
| 5 |
display: flex; |
| 6 |
justify-content: space-between; |
| 7 |
align-items: center; |
| 8 |
} |
| 9 |
.sp-smart-post-header { |
| 10 |
display: flex; |
| 11 |
align-items: center; |
| 12 |
.sp-smart-post-select-component-title { |
| 13 |
margin-right: 8px; |
| 14 |
font-size: 13px; |
| 15 |
font-weight: 400; |
| 16 |
line-height: 20px; |
| 17 |
text-align: left; |
| 18 |
} |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
.sp-smart-post-select-field { |
| 23 |
&.h-32 { |
| 24 |
.components-select-control__input { |
| 25 |
max-height: 32px !important; |
| 26 |
min-height: 32px !important; |
| 27 |
height: 32px !important; |
| 28 |
text-transform: capitalize; |
| 29 |
} |
| 30 |
} |
| 31 |
// .components-select-control__input { |
| 32 |
// text-transform: capitalize; |
| 33 |
// } |
| 34 |
} |
| 35 |
|
| 36 |
.sp-is-pro { |
| 37 |
.sp-smart-pro-text { |
| 38 |
margin-left: 0; |
| 39 |
} |
| 40 |
.sp-smart-post-header{ |
| 41 |
color: #00000080; |
| 42 |
} |
| 43 |
.components-select-control { |
| 44 |
opacity: .6; |
| 45 |
pointer-events: none; |
| 46 |
} |
| 47 |
} |