| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.13.3 - 22-05-2023 */ | |
| 1 | 2 | :root { |
| 2 | 3 | --e-is-device-mode: 0; |
| 3 | 4 | } |
| 4 | 5 | |
| @@ -20,9 +21,12 @@ | ||
| 20 | 21 | } |
| 21 | 22 | #elementor-responsive-bar:before { |
| 22 | 23 | content: ""; |
| 23 | 24 | position: absolute; |
| 24 | - inset: 0; | |
| 25 | + left: 0; | |
| 26 | + top: 0; | |
| 27 | + width: 100%; | |
| 28 | + height: 100%; | |
| 25 | 29 | z-index: -1; |
| 26 | 30 | transform: scaleX(var(--e-preview-scale, 1)); |
| 27 | 31 | } |
| 28 | 32 | |
| @@ -48,9 +52,10 @@ | ||
| 48 | 52 | .e-responsive-bar-switcher__option input { |
| 49 | 53 | display: none; |
| 50 | 54 | } |
| 51 | 55 | .e-responsive-bar-switcher__option:not(:last-child) { |
| 52 | - margin-inline-end: 6px; | |
| 56 | + -webkit-margin-end: 6px; | |
| 57 | + margin-inline-end: 6px; | |
| 53 | 58 | } |
| 54 | 59 | .e-responsive-bar__button { |
| 55 | 60 | -webkit-appearance: none; |
| 56 | 61 | -moz-appearance: none; |
| @@ -105,11 +110,11 @@ | ||
| 105 | 110 | } |
| 106 | 111 | |
| 107 | 112 | #e-responsive-bar { |
| 108 | 113 | width: 100%; |
| 109 | - margin-block-start: calc(-40px + 40px * var(--e-is-device-mode)); | |
| 114 | + margin-top: calc(-40px + 40px * var(--e-is-device-mode)); | |
| 110 | 115 | z-index: 1; |
| 111 | - transition: margin-block-start 0.2s ease-in-out; | |
| 116 | + transition: margin-top 0.2s ease-in-out; | |
| 112 | 117 | display: grid; |
| 113 | 118 | grid-template-columns: auto 1fr; |
| 114 | 119 | align-items: center; |
| 115 | 120 | justify-content: space-between; |
| @@ -144,9 +149,10 @@ | ||
| 144 | 149 | } |
| 145 | 150 | #e-responsive-bar__size-inputs-wrapper { |
| 146 | 151 | display: flex; |
| 147 | 152 | align-items: center; |
| 148 | - margin-inline-end: 8px; | |
| 153 | + -webkit-margin-end: 8px; | |
| 154 | + margin-inline-end: 8px; | |
| 149 | 155 | color: #BABFC5; |
| 150 | 156 | } |
| 151 | 157 | #e-responsive-bar-switcher { |
| 152 | 158 | padding: 0 20px; |