page-title.scss in Easy Elements for Elementor – Addons & Website Templates 1.4.9, at widgets/page-title/css/page-title.scss
| 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 | .eel-border-left{ |
| 13 | display: block; |
| 14 | width: 40px; |
| 15 | height: 1px; |
| 16 | background: #00000026; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .eel-highlighted{ |
| 21 | color: var(--e-global-color-primary); |
| 22 | } |
| 23 | |
| 24 | .eel-title-size-small{ |
| 25 | .eel-page-title{ |
| 26 | font-size: 16px; |
| 27 | text-transform: uppercase; |
| 28 | color: #0B3665; |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | .eel-border-position-right .eel-border-left{ |
| 33 | order: 2; |
| 34 | } |