| 1 |
/* MarqueeAll Widget Badge in Elementor Panel */ |
| 2 |
.elementor-element .icon i.marquee-all-widget-icon { |
| 3 |
position: relative; |
| 4 |
display: inline-block; |
| 5 |
} |
| 6 |
|
| 7 |
.elementor-element .icon i.marquee-all-widget-icon::after { |
| 8 |
content: "MA"; |
| 9 |
position: absolute; |
| 10 |
top: -16px; |
| 11 |
right: 55px; |
| 12 |
background: #f2644d; |
| 13 |
color: white; |
| 14 |
font-size: 8px; |
| 15 |
font-weight: 600; |
| 16 |
padding: 2px 5px; |
| 17 |
z-index: 0; |
| 18 |
font-family: 'Roboto'; |
| 19 |
text-transform: uppercase; |
| 20 |
letter-spacing: 0.5px; |
| 21 |
line-height: 1.2; |
| 22 |
} |
| 23 |
|
| 24 |
/* Hover effect */ |
| 25 |
.elementor-element .icon i.marquee-all-widget-icon:hover::after { |
| 26 |
background: #3a7bc8; |
| 27 |
} |
| 28 |
|
| 29 |
/* For RTL support */ |
| 30 |
.rtl .elementor-element .icon i.marquee-all-widget-icon::after { |
| 31 |
right: auto; |
| 32 |
left: -8px; |
| 33 |
} |
| 34 |
.masscie-scramble-container { |
| 35 |
display: inline-flex; |
| 36 |
align-items: center; |
| 37 |
flex-wrap: wrap; |
| 38 |
gap: 5px; |
| 39 |
} |
| 40 |
|
| 41 |
.masscie-scramble-before, |
| 42 |
.masscie-scramble-after { |
| 43 |
display: inline-block; |
| 44 |
} |