| 1 |
.sp-smart-post-popup-content { |
| 2 |
// position: absolute; |
| 3 |
z-index: 9999; |
| 4 |
background: #ffffff; |
| 5 |
border-radius: 4px; |
| 6 |
width: fit-content; |
| 7 |
height: fit-content; |
| 8 |
margin: 0; |
| 9 |
overflow: hidden; |
| 10 |
padding: 0; |
| 11 |
box-sizing: border-box; |
| 12 |
box-shadow: 0px 4px 16px rgb(0 0 0 / 20%); |
| 13 |
// margin-top: -12px; |
| 14 |
border: 1px solid #dddddd; |
| 15 |
} |
| 16 |
|
| 17 |
.sp-smart-post-popup-content:has(.sp-smart-popup-body) { |
| 18 |
overflow: auto; |
| 19 |
max-height: 300px; |
| 20 |
position: relative; |
| 21 |
border: none; |
| 22 |
} |
| 23 |
|
| 24 |
.sp-smart-post-popup-wrapper:has(.sp-smart-post-select-dropdown ) { |
| 25 |
padding: 0; |
| 26 |
width: 100% !important; |
| 27 |
} |
| 28 |
.components-popover.sp-smart-post-tab-panel:has(.sp-smart-popup-body) { |
| 29 |
top: -10px !important; |
| 30 |
} |
| 31 |
|
| 32 |
.sp-smart-post-button{ |
| 33 |
.sp-smart-post-header-left{ |
| 34 |
&.wide-area{ |
| 35 |
width: 85%; |
| 36 |
justify-content: space-between; |
| 37 |
align-items: center; |
| 38 |
.sp-smart-post-toggle{ |
| 39 |
width: 100%; |
| 40 |
.components-toggle-control{ |
| 41 |
margin-bottom: 0px; |
| 42 |
} |
| 43 |
} |
| 44 |
} |
| 45 |
} |
| 46 |
} |
| 47 |
|
| 48 |
.sp-smart-post-dropdown-select { |
| 49 |
display: flex; |
| 50 |
align-items: center; |
| 51 |
text-align: left; |
| 52 |
min-width: 240px; |
| 53 |
min-height: 32px; |
| 54 |
padding-left: 14px; |
| 55 |
margin-bottom: 4px; |
| 56 |
cursor: pointer; |
| 57 |
} |
| 58 |
.sp-smart-post-border-popup .sp-smart-post-border-icon-button:hover { |
| 59 |
color: transparent !important; |
| 60 |
} |
| 61 |
.sp-smart-post-header-right .sp-smart-post-border-icon-button { |
| 62 |
height: 26px; |
| 63 |
border: none; |
| 64 |
outline: none; |
| 65 |
background: transparent; |
| 66 |
outline: 2px solid transparent; |
| 67 |
border-radius: 4px; |
| 68 |
padding: 1px; |
| 69 |
outline: 2px solid #F26C0D00 !important; |
| 70 |
|
| 71 |
&.button-clicked { |
| 72 |
// outline: 2px solid var(--sp-smart-primary-2-400) !important; |
| 73 |
// padding: 1px; |
| 74 |
svg { |
| 75 |
fill: var(--sp-smart-primary-2-400); |
| 76 |
} |
| 77 |
// path { |
| 78 |
// // fill: var(--sp-smart-primary-2-400); |
| 79 |
// stroke: #fff; |
| 80 |
// } |
| 81 |
rect { |
| 82 |
stroke: var(--sp-smart-primary-2-400); |
| 83 |
} |
| 84 |
} |
| 85 |
&:hover { |
| 86 |
color: #fff !important; |
| 87 |
} |
| 88 |
&.button-clicked { |
| 89 |
// outline: 2px solid var(--sp-smart-primary-2-400) !important; |
| 90 |
// padding: 1px; |
| 91 |
} |
| 92 |
} |
| 93 |
.sp-border-popover { |
| 94 |
width: 360px; |
| 95 |
} |
| 96 |
.components-popover__fallback-container { |
| 97 |
.sp-border-popover { |
| 98 |
// top: 20px !important; |
| 99 |
} |
| 100 |
} |
| 101 |
.sp-smart-post-popup-content { |
| 102 |
input::-webkit-inner-spin-button{ |
| 103 |
min-height: 33px; |
| 104 |
margin-right: 0px; |
| 105 |
cursor: pointer; |
| 106 |
} |
| 107 |
} |
| 108 |
.components-popover__content { |
| 109 |
overflow: auto; |
| 110 |
overflow-x: hidden !important; |
| 111 |
} |