Browse
For agents
About
Easy Elements for Elementor – Addons & Website Templates
/
1.3.4
Easy Elements for Elementor – Addons & Website Templates
v1.3.4
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
/
site-logo
/
css
/
logo.scss
logo.scss
in Easy Elements for Elementor – Addons & Website Templates 1.3.4, at widgets/site-logo/css/logo.scss
17 lines
249 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
eel-site-logo
a
img
{
2
width
:
auto
;
3
display
:
block
;
4
}
5
.
eel-site-logo
{
6
display
:
grid
;
7
height
:
auto
;
8
img
{
9
width
:
120
px
;
10
}
11
}
12
13
.
eel-site-logo
svg
{
14
width
:
100
%
;
15
height
:
auto
;
16
display
:
block
;
17
}