| 1 |
:root { |
| 2 |
--e-global-color-primary: #FFD012; |
| 3 |
--e-global-color-secondary: #0B3665; |
| 4 |
} |
| 5 |
.elementor-widget-eel-post-meta .eel--blog-meta{ |
| 6 |
margin:0; |
| 7 |
padding: 0; |
| 8 |
display: inline-flex; |
| 9 |
flex-wrap: wrap; |
| 10 |
align-items: center; |
| 11 |
li{ |
| 12 |
position: relative; |
| 13 |
display: inline-flex; |
| 14 |
gap: 5px; |
| 15 |
flex-wrap: wrap; |
| 16 |
font-size: 14px; |
| 17 |
line-height: 100%; |
| 18 |
align-items: center; |
| 19 |
margin-right: 20px; |
| 20 |
font-style: normal; |
| 21 |
a{ |
| 22 |
color: currentColor; |
| 23 |
&:hover{ |
| 24 |
color: var(--e-global-color-primary); |
| 25 |
} |
| 26 |
} |
| 27 |
i{ |
| 28 |
font-size: 15px; |
| 29 |
} |
| 30 |
svg{ |
| 31 |
height: 16px; |
| 32 |
width: 16px; |
| 33 |
} |
| 34 |
em{ |
| 35 |
font-style: normal; |
| 36 |
} |
| 37 |
} |
| 38 |
} |
| 39 |
|
| 40 |
.eel--separator--dot { |
| 41 |
li+li { |
| 42 |
padding-left: 10px; |
| 43 |
&::before { |
| 44 |
content: ""; |
| 45 |
position: absolute; |
| 46 |
left: 0; |
| 47 |
top: 8px; |
| 48 |
background: #000; |
| 49 |
width: 5px; |
| 50 |
height: 5px; |
| 51 |
border-radius: 100%; |
| 52 |
} |
| 53 |
} |
| 54 |
} |
| 55 |
|
| 56 |
.eel--separator--line { |
| 57 |
li+li { |
| 58 |
padding-left: 10px; |
| 59 |
&::before { |
| 60 |
content: ""; |
| 61 |
position: absolute; |
| 62 |
left: 0; |
| 63 |
top: 3px; |
| 64 |
background: #000; |
| 65 |
width: 1px; |
| 66 |
height: 10px; |
| 67 |
} |
| 68 |
} |
| 69 |
} |
| 70 |
|
| 71 |
@media (max-width: 600px) { |
| 72 |
.elementor-widget-eel-post-meta .eel--blog-meta{ |
| 73 |
row-gap: 12px; |
| 74 |
} |
| 75 |
} |
| 76 |
|
| 77 |
.elementor-widget-eel-post-meta .eel--blog-meta li.eel--blog-cat a{ |
| 78 |
margin-right: -4px; |
| 79 |
} |