PluginProbe
MarqueeAll – Elementor Marquee for Image, Text, Post Grid, Testimonial, Cryptocurrency, Faqs & News Ticker 🌀 / trunk
MarqueeAll – Elementor Marquee for Image, Text, Post Grid, Testimonial, Cryptocurrency, Faqs & News Ticker 🌀 vtrunk
1.2.3 1.2.2 trunk 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1
marqueeall / assets / css / elementor-editor.css

elementor-editor.css in MarqueeAll – Elementor Marquee for Image, Text, Post Grid, Testimonial, Cryptocurrency, Faqs & News Ticker 🌀 trunk, at assets/css/elementor-editor.css

44 lines 959 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }