PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.4.6
Easy Elements for Elementor – Addons & Website Templates v1.4.6
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-tag / css / post-tag.scss

post-tag.scss in Easy Elements for Elementor – Addons & Website Templates 1.4.6, at widgets/post-tag/css/post-tag.scss

32 lines 603 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .eel-post-tags-widget {
2 display: flex;
3 flex-wrap: wrap;
4 align-items: center;
5 gap: 8px;
6
7 .eel-tags-label {
8 font-size: 24px;
9 font-weight: 600;
10 }
11
12 a {
13 padding: 8px 14px;
14 border-radius: 6px;
15 background: #0000000a;
16 color: inherit;
17 font-size: 16px;
18 transition: all 0.3s ease;
19 display: inline-block;
20 text-decoration: none;
21 }
22
23 a:hover {
24 color: var(--e-global-color-primary);
25 }
26
27 .eel-tags-sep {
28 color: #999;
29 font-size: 14px;
30 }
31 }
32