| 1 |
.sp-smart-breakpoint { |
| 2 |
display: flex; |
| 3 |
align-items: center; |
| 4 |
margin-top: 6px; |
| 5 |
margin-bottom: 10px; |
| 6 |
|
| 7 |
.components-base-control__field { |
| 8 |
padding-top: 0; |
| 9 |
} |
| 10 |
|
| 11 |
.components-input-control { |
| 12 |
width: 100%; |
| 13 |
input { |
| 14 |
text-align: center; |
| 15 |
&:focus-within, |
| 16 |
&:focus { |
| 17 |
box-shadow: none !important; |
| 18 |
outline: none !important; |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
.components-input-control__backdrop { |
| 23 |
border-right: 0 !important; |
| 24 |
border-left: 0 !important; |
| 25 |
box-shadow: none !important; |
| 26 |
outline: none !important; |
| 27 |
border-color: #ccc !important; |
| 28 |
} |
| 29 |
&-icon { |
| 30 |
padding: 6px 10px; |
| 31 |
border: 1px solid #DDD; |
| 32 |
margin-right: -2px; |
| 33 |
border-top-left-radius: 4px; |
| 34 |
border-bottom-left-radius: 4px; |
| 35 |
position: relative; |
| 36 |
z-index: 1; |
| 37 |
} |
| 38 |
span { |
| 39 |
padding: 6px 10px; |
| 40 |
border: 1px solid #DDD; |
| 41 |
margin-left: -2px; |
| 42 |
border-top-right-radius: 4px; |
| 43 |
border-bottom-right-radius: 4px; |
| 44 |
position: relative; |
| 45 |
z-index: 1; |
| 46 |
} |
| 47 |
&-container { |
| 48 |
display: flex; |
| 49 |
margin-bottom: 10px; |
| 50 |
input { |
| 51 |
border-left: 1px solid #ccc !important; |
| 52 |
} |
| 53 |
} |
| 54 |
} |
| 55 |
|
| 56 |
.sp-smart-breakpoint-header { |
| 57 |
display: flex; |
| 58 |
justify-content: space-between; |
| 59 |
align-items: center; |
| 60 |
white-space: nowrap; |
| 61 |
|
| 62 |
button, |
| 63 |
button:hover { |
| 64 |
color: #949494 !important; |
| 65 |
height: 14px; |
| 66 |
} |
| 67 |
button.active { |
| 68 |
color: #0054FB !important; |
| 69 |
} |
| 70 |
svg { |
| 71 |
fill: white; |
| 72 |
} |
| 73 |
} |