Browse
For agents
About
Easy Elements for Elementor – Addons & Website Templates
/
1.2.8
Easy Elements for Elementor – Addons & Website Templates
v1.2.8
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
/
breadcrumb
/
css
/
breadcrumb.scss
breadcrumb.scss
in Easy Elements for Elementor – Addons & Website Templates 1.2.8, at widgets/breadcrumb/css/breadcrumb.scss
27 lines
458 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
{
2
--e-global-color-primary
:
#
FFD012
;
3
--e-global-color-secondary
:
#
0B3665
;
4
}
5
6
.
breadcrumb-separator
{
7
display
:
inline-block
;
8
margin
:
0
6
px
;
9
font-weight
:
400
;
10
color
:
var
(
--e-global-color-secondary
,
#
0B3665
)
;
11
font-size
:
1
em
;
12
vertical-align
:
middle
;
13
}
14
15
.
breadcrumb-path
svg
{
16
height
:
1
em
;
17
width
:
1
em
;
18
}
19
20
.
breadcrumb-home-icon
{
21
position
:
relative
;
22
top
:
1
px
;
23
}
24
25
.
eel-breadcrumb
{
26
display
:
inline-block
;
27
}