PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.0
Easy Elements for Elementor – Addons & Website Templates v1.3.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 / contact-box / css / contact-box.css

contact-box.css in Easy Elements for Elementor – Addons & Website Templates 1.3.0, at widgets/contact-box/css/contact-box.css

47 lines 1002 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: #EAA638;
3 --e-global-color-secondary: #0B3665;
4 --e-global-color-text: #7A8986;
5 }
6
7 .ee--contact-box {
8 width: 100%;
9 }
10 .ee--contact-box svg {
11 height: 1em;
12 }
13 .ee--contact-box .contact-box-title {
14 color: var(--e-global-color-secondary);
15 margin-bottom: 14px;
16 }
17 .ee--contact-box .contact-box-title a {
18 color: currentColor;
19 }
20 .ee--contact-box .eel-icon {
21 min-width: 60px;
22 height: 60px;
23 background: var(--e-global-color-primary);
24 display: inline-grid;
25 margin-bottom: 36px;
26 border-radius: 16px;
27 font-size: 20px;
28 place-content: center;
29 }
30 .ee--contact-box .contact-box-description {
31 font-size: 18px;
32 color: var(--e-global-color-text);
33 }
34 .ee--contact-box .contact-box-description a {
35 color: currentColor;
36 }
37 .ee--contact-box.right, .ee--contact-box.left {
38 display: flex;
39 gap: 20px;
40 }
41 .ee--contact-box.right .eel-icon, .ee--contact-box.left .eel-icon {
42 margin-bottom: 0;
43 margin-top: 4px;
44 }
45 .ee--contact-box.right .eel-icon {
46 order: 2;
47 }