PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.7
Elementor Website Builder – more than just a page builder v3.25.7
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / responsive-bar.css

responsive-bar.css in Elementor Website Builder – more than just a page builder 3.25.7, at assets/css/responsive-bar.css

194 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! elementor - v3.25.0 - 18-11-2024 */
2 :root {
3 --e-is-device-mode: 0;
4 }
5
6 .e-is-device-mode {
7 --e-is-device-mode: 1;
8 }
9
10 #elementor-responsive-bar {
11 position: sticky;
12 height: calc(40px * var(--e-is-device-mode));
13 align-self: stretch;
14 flex-shrink: 0;
15 transition: height 0.2s ease-in-out, opacity 0.1s;
16 left: 0;
17 top: 0;
18 z-index: 100;
19 opacity: var(--e-is-device-mode);
20 box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.33), 0 0 2px 1px rgba(0, 0, 0, 0.25), 0 0 6px -3px rgba(255, 255, 255, 0.5);
21 }
22 #elementor-responsive-bar:before {
23 content: "";
24 position: absolute;
25 left: 0;
26 top: 0;
27 width: 100%;
28 height: 100%;
29 z-index: -1;
30 transform: scaleX(var(--e-preview-scale, 1));
31 }
32
33 .e-responsive-bar-switcher__option {
34 cursor: pointer;
35 text-align: center;
36 width: 22px;
37 height: 22px;
38 margin: 0 4px;
39 line-height: 22px;
40 border-radius: 3px;
41 font-size: 16px;
42 transition: var(--e-a-transition-hover);
43 }
44 .e-responsive-bar-switcher__option:hover {
45 color: var(--e-a-color-primary-bold);
46 background-color: #310132;
47 }
48 .e-responsive-bar-switcher__option[aria-selected=true] {
49 background-color: #3f444b;
50 color: #F9FAFA;
51 }
52 .e-responsive-bar-switcher__option input {
53 display: none;
54 }
55 .e-responsive-bar-switcher__option:not(:last-child) {
56 margin-inline-end: 6px;
57 }
58 .e-responsive-bar__button {
59 -webkit-appearance: none;
60 -moz-appearance: none;
61 appearance: none;
62 background: none;
63 border: 0 none;
64 cursor: pointer;
65 color: inherit;
66 }
67 .e-responsive-bar__button:focus:not(:focus-visible) {
68 outline: none;
69 }
70 .e-responsive-bar__button:hover {
71 color: #F1F2F3;
72 background-color: #3f444b;
73 }
74 .e-responsive-bar--pipe {
75 position: relative;
76 }
77 .e-responsive-bar--pipe::before {
78 content: "";
79 display: block;
80 height: 20px;
81 width: 1px;
82 background-color: #BABFC5;
83 position: absolute;
84 inset-inline-end: -5px;
85 top: calc(50% - 10px);
86 }
87 .e-responsive-bar__input-size {
88 background-color: transparent;
89 color: #BABFC5;
90 border: 1px solid #BABFC5;
91 padding: 0 3px;
92 width: 60px;
93 font-size: 12px;
94 line-height: 16px;
95 height: 18px;
96 margin: auto 8px auto 4px;
97 text-align: center;
98 }
99 .e-responsive-bar__input-size-separator {
100 color: #BABFC5;
101 }
102 .e-responsive-bar__input-size[disabled] {
103 background-color: transparent;
104 color: #818A96;
105 cursor: default;
106 -moz-appearance: none;
107 appearance: none;
108 -webkit-appearance: none;
109 }
110
111 #e-responsive-bar {
112 width: 100%;
113 margin-block-start: calc(-40px + 40px * var(--e-is-device-mode));
114 z-index: 1;
115 transition: margin-block-start 0.2s ease-in-out;
116 display: grid;
117 grid-template-columns: auto 1fr;
118 align-items: center;
119 justify-content: space-between;
120 color: #BABFC5;
121 background-color: #1f2124;
122 }
123 #e-responsive-bar__center, #e-responsive-bar__end, #e-responsive-bar-scale, #e-responsive-bar-switcher {
124 display: flex;
125 justify-content: center;
126 align-items: center;
127 font-size: 13px;
128 background-color: #1f2124;
129 padding: 2px 0;
130 }
131 #e-responsive-bar__end {
132 justify-self: end;
133 }
134 @media (min-width: 1400px) {
135 #e-responsive-bar {
136 grid-template-columns: 1fr auto 1fr;
137 }
138 #e-responsive-bar::before {
139 content: "";
140 }
141 }
142 #e-responsive-bar__close-button, #e-responsive-bar__settings-button {
143 width: 22px;
144 height: 22px;
145 border-radius: 3px;
146 margin: 7px 5px;
147 font-size: 16px;
148 }
149 #e-responsive-bar__size-inputs-wrapper {
150 display: flex;
151 align-items: center;
152 margin-inline-end: 8px;
153 color: #BABFC5;
154 }
155 #e-responsive-bar-switcher {
156 padding: 0 20px;
157 }
158 #e-responsive-bar-scale {
159 padding: 0 20px;
160 }
161 #e-responsive-bar-scale__value-wrapper {
162 margin: 0 14px;
163 min-width: 32px;
164 text-align: center;
165 }
166 #e-responsive-bar-scale__plus, #e-responsive-bar-scale__minus, #e-responsive-bar-scale__reset {
167 cursor: pointer;
168 width: 20px;
169 height: 20px;
170 display: flex;
171 align-items: center;
172 justify-content: center;
173 border-radius: 3px;
174 transition: all 0.3s;
175 }
176 #e-responsive-bar-scale__plus:hover, #e-responsive-bar-scale__minus:hover, #e-responsive-bar-scale__reset:hover {
177 color: #F1F2F3;
178 background-color: #3f444b;
179 }
180 #e-responsive-bar-scale__minus:before {
181 content: "";
182 display: block;
183 width: 13px;
184 height: 2px;
185 background-color: #BABFC5;
186 border-radius: 3px;
187 }
188 #e-responsive-bar-scale__minus:hover:before {
189 background-color: #F1F2F3;
190 }
191 #e-responsive-bar-scale__reset {
192 margin: 0 8px;
193 }
194 /*# sourceMappingURL=responsive-bar.css.map */