Browse
For agents
About
Easy Elements for Elementor – Addons & Website Templates
/
1.5.3
Easy Elements for Elementor – Addons & Website Templates
v1.5.3
Switch version
1.5.3
1.5.2
1.5.1
1.5.0
1.4.9
1.4.6
1.4.7
1.4.8
1.4.5
1.4.4
1.4.3
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
All 47 releases
Overview
Code
easy-elements
/
widgets
/
scroll-to-top
/
css
/
scroll.min.css
scroll.min.css
in Easy Elements for Elementor – Addons & Website Templates 1.5.3, at widgets/scroll-to-top/css/scroll.min.css
1 lines
536 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
:
root
{
--e-global-color-primary
:
#
EAA638
}
#
easyel-top-to-bottom
{
position
:
fixed
;
bottom
:
0
;
cursor
:
pointer
;
right
:
28
px
;
z-index
:
9999
;
transform
:
translateY
(
120
px
)
;
transition
:
all
.5
s
ease
0
s
;
opacity
:
1
;
width
:
40
px
;
height
:
40
px
;
line-height
:
40
px
;
background
:
var
(
--e-global-color-primary
)
;
border-radius
:
100
px
;
color
:
var
(
--e-global-color-secondary
)
;
display
:
grid
;
place-content
:
center
;
opacity
:
0
;
visibility
:
hidden
}
#
easyel-top-to-bottom
svg
{
height
:
1
em
;
width
:
1
em
}
#
easyel-top-to-bottom
.
eel-scroll-visible
{
transform
:
translateY
(
-20
px
)
;
opacity
:
1
;
visibility
:
visible
}