PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.5.0
Easy Elements for Elementor – Addons & Website Templates v1.5.0
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
easy-elements / widgets / post-author / css / post-author.css

post-author.css in Easy Elements for Elementor – Addons & Website Templates 1.5.0, at widgets/post-author/css/post-author.css

48 lines 913 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #FFD012;
3 --e-global-color-secondary: #0B3665;
4 }
5
6 .eel-author-info {
7 display: inline-flex;
8 }
9 .eel-author-info .eel-author-image {
10 max-width: -moz-max-content;
11 max-width: max-content;
12 min-width: -moz-max-content;
13 min-width: max-content;
14 }
15 .eel-author-info .eel-author-image img {
16 display: block;
17 border-radius: 16px;
18 }
19 .eel-author-info .eel-author-description {
20 flex: 0 0 91%;
21 max-width: 91%;
22 padding-left: 14px;
23 }
24 .eel-author-info .eel-author-name {
25 margin: 0;
26 font-size: 24px;
27 }
28 .eel-author-info .eel-author-bio {
29 margin: 0;
30 }
31 .eel-author-info a {
32 text-decoration: none;
33 color: var(--e-global-color-secondary);
34 }
35 .eel-author-info a:hover {
36 opacity: 0.8;
37 }
38
39 @media (max-width: 767px) {
40 .eel-author-info {
41 display: block;
42 }
43 .eel-author-info .eel-author-description {
44 flex: 0 0 100%;
45 max-width: 100%;
46 margin-top: 15px;
47 }
48 }