Browse
For agents
About
Easy Elements for Elementor – Addons & Website Templates
/
1.5.0
Easy Elements for Elementor – Addons & Website Templates
v1.5.0
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
/
post-author
/
css
/
post-author.min.css
post-author.min.css
in Easy Elements for Elementor – Addons & Website Templates 1.5.0, at widgets/post-author/css/post-author.min.css
1 lines
761 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
:
#
FFD012
;
--e-global-color-secondary
:
#
0B3665
}
.
eel-author-info
{
display
:
inline-flex
}
.
eel-author-info
.
eel-author-image
{
max-width
:
-moz-max-content
;
max-width
:
max-content
;
min-width
:
-moz-max-content
;
min-width
:
max-content
}
.
eel-author-info
.
eel-author-image
img
{
display
:
block
;
border-radius
:
16
px
}
.
eel-author-info
.
eel-author-description
{
flex
:
0
0
91
%
;
max-width
:
91
%
;
padding-left
:
14
px
}
.
eel-author-info
.
eel-author-name
{
margin
:
0
;
font-size
:
24
px
}
.
eel-author-info
.
eel-author-bio
{
margin
:
0
}
.
eel-author-info
a
{
text-decoration
:
none
;
color
:
var
(
--e-global-color-secondary
)
}
.
eel-author-info
a
:
hover
{
opacity
:
.8
}
@
media
(
max-width
:
767
px
)
{
.
eel-author-info
{
display
:
block
}
.
eel-author-info
.
eel-author-description
{
flex
:
0
0
100
%
;
max-width
:
100
%
;
margin-top
:
15
px
}
}