Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
3.16.2
Elementor Website Builder – more than just a page builder
v3.16.2
Switch version
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
Overview
Code
elementor
/
assets
/
css
/
modules
/
container-converter
/
editor.css
editor.css
in Elementor Website Builder – more than just a page builder 3.16.2, at assets/css/modules/container-converter/editor.css
20 lines
505 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
elementor-control-convert_to_container
.
elementor-button
.
e-loading
{
2
font-size
:
0
;
3
width
:
42
px
;
4
position
:
relative
;
5
pointer-events
:
none
;
6
}
7
.
elementor-control-convert_to_container
.
elementor-button
.
e-loading
::
before
{
8
content
:
"
\e8fb
"
;
9
font-family
:
"
eicons
"
;
10
font-size
:
12
px
;
11
animation
:
eicon-spin
2
s
infinite
linear
;
12
display
:
inline-block
;
13
position
:
absolute
;
14
left
:
50
%
;
15
top
:
50
%
;
16
margin-inline-start
:
-6
px
;
17
margin-block-start
:
-6
px
;
18
}
19
20
/*
# sourceMappingURL=editor.css.map
*/