| 1 |
:root { |
| 2 |
--e-global-color-primary: #EAA638; |
| 3 |
} |
| 4 |
|
| 5 |
.eel-page-title { |
| 6 |
line-height: 100%; |
| 7 |
margin: 0; |
| 8 |
position: relative; |
| 9 |
display: inline-flex; |
| 10 |
align-items: center; |
| 11 |
gap: 10px; |
| 12 |
} |
| 13 |
.eel-page-title .eel-border-left { |
| 14 |
display: block; |
| 15 |
width: 40px; |
| 16 |
height: 1px; |
| 17 |
background: rgba(0, 0, 0, 0.1490196078); |
| 18 |
} |
| 19 |
|
| 20 |
.eel-highlighted { |
| 21 |
color: var(--e-global-color-primary); |
| 22 |
} |
| 23 |
|
| 24 |
.eel-title-size-small .eel-page-title { |
| 25 |
font-size: 16px; |
| 26 |
text-transform: uppercase; |
| 27 |
color: #0B3665; |
| 28 |
} |
| 29 |
|
| 30 |
.eel-border-position-right .eel-border-left { |
| 31 |
order: 2; |
| 32 |
} |