| 1 |
.sp-smart-post-popup-content:has(.sp-smart-global-shadow-wrapper) { |
| 2 |
// position: relative; |
| 3 |
margin-top: 0; |
| 4 |
bottom: 50px; |
| 5 |
} |
| 6 |
.sp-smart-global-shadow { |
| 7 |
.sp-smart-post-component-title { |
| 8 |
margin-bottom: 0; |
| 9 |
} |
| 10 |
&-list ul { |
| 11 |
margin-bottom: 12px; |
| 12 |
} |
| 13 |
&-list ul li { |
| 14 |
border: 1px solid #ddd; |
| 15 |
padding: 10px; |
| 16 |
margin-bottom: 0; |
| 17 |
button { |
| 18 |
color: #fff; |
| 19 |
} |
| 20 |
&:not(:last-child) { |
| 21 |
border-bottom: 0; |
| 22 |
} |
| 23 |
} |
| 24 |
&-wrapper { |
| 25 |
width: 360px; |
| 26 |
} |
| 27 |
&-header { |
| 28 |
display: flex; |
| 29 |
align-items: center; |
| 30 |
justify-content: space-between; |
| 31 |
padding: 10px 0px 10px 10px; |
| 32 |
background: #f2f2f2; |
| 33 |
|
| 34 |
input { |
| 35 |
border-radius: 2px; |
| 36 |
border: 1px solid #ddd; |
| 37 |
height: 32px; |
| 38 |
width: 220px; |
| 39 |
padding-left: 10px; |
| 40 |
|
| 41 |
&:focus{ |
| 42 |
outline: none; |
| 43 |
} |
| 44 |
} |
| 45 |
h4 { |
| 46 |
margin: 6px; |
| 47 |
span { |
| 48 |
margin-right: 5px; |
| 49 |
} |
| 50 |
} |
| 51 |
} |
| 52 |
&-body { |
| 53 |
padding: 16px; |
| 54 |
|
| 55 |
.components-base-control__field { |
| 56 |
width: 80px; |
| 57 |
} |
| 58 |
|
| 59 |
.components-input-control__backdrop:focus-within, |
| 60 |
select:focus { |
| 61 |
outline: none; |
| 62 |
box-shadow: none; |
| 63 |
} |
| 64 |
} |
| 65 |
&-preset { |
| 66 |
border: 1px solid #cccc; |
| 67 |
padding: 40px; |
| 68 |
margin-bottom: 16px; |
| 69 |
|
| 70 |
.sp-smart-shadow-preset-box { |
| 71 |
width: 100%; |
| 72 |
box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.18); |
| 73 |
height: 70px; |
| 74 |
border: 0.5px solid #DDD; |
| 75 |
border-radius: 2px; |
| 76 |
} |
| 77 |
} |
| 78 |
|
| 79 |
&-input-field { |
| 80 |
display: flex; |
| 81 |
margin-bottom: 16px; |
| 82 |
.components-input-base { |
| 83 |
flex-direction: column-reverse; |
| 84 |
} |
| 85 |
.components-input-control__label { |
| 86 |
font-size: 11px !important; |
| 87 |
color: #8C8F94; |
| 88 |
} |
| 89 |
.components-input-control__input { |
| 90 |
height: 32px; |
| 91 |
} |
| 92 |
|
| 93 |
.components-input-control__backdrop:focus-within:not(:has(:is(.em5sgkm8, .em5sgkm7):focus-within)) .em5sgkm6 { |
| 94 |
border: none; |
| 95 |
box-shadow: none; |
| 96 |
outline: none; |
| 97 |
} |
| 98 |
} |
| 99 |
} |