PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.2
Easy Elements for Elementor – Addons & Website Templates v1.3.2
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / heading / css / heading.scss

heading.scss in Easy Elements for Elementor – Addons & Website Templates 1.3.2, at widgets/heading/css/heading.scss

196 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #FFD012;
3 --e-global-color-secondary: #0B3665;
4 --body-color: #121212bf;
5 }
6
7 .e-e-title {
8 color: var(--e-global-color-secondary);
9 margin-bottom: 16px;
10 }
11
12 .e-e-title a {
13 color: currentColor;
14 }
15
16 .e-e-title span {
17 color: var(--e-global-color-primary);
18 }
19
20 .e-e-description {
21 color: var(--body-color);
22 font-size: 20px;
23 line-height: 150%;
24 }
25
26 .eel-sub-heading {
27 img,
28 svg {
29 height: 1em;
30 width: auto;
31 }
32 &.top {
33 display: inline-block ;
34 span {
35 display: block;
36 }
37 }
38 &.left,
39 &.right {
40 display: inline-flex !important;
41 align-items: center;
42 gap: 8px;
43 }
44 &.right {
45 flex-direction: row-reverse;
46 }
47 }
48
49 .eel--separator-icon-wrap {
50 svg {
51 height: 1em;
52 }
53 }
54
55 .eel--separator-icon {
56 height: 4px;
57 width: 50px;
58 background: var(--e-global-color-primary);
59 border-radius: 2px;
60 position: relative;
61 margin: 0 auto;
62 display: inline-block;
63
64 &.dotted {
65 &::before {
66 content: "";
67 position: absolute;
68 top: 0;
69 right: -10px;
70 display: inline-block;
71 width: 4px;
72 height: 4px;
73 border-radius: 50%;
74 background-color: var(--e-global-color-primary);
75 color: var(--e-global-color-primary);
76 box-shadow: 9px 0 0 currentColor, 18px 0 0 currentColor;
77 }
78 }
79 }
80
81 .eel_full_title_start,
82 .eel_title_start .e-e-title {
83 border-left: 6px solid var(--e-global-color-primary);
84 display: inline-table;
85 padding-left: 10px;
86 width: 100%;
87 }
88
89 .eel_full_title_end,
90 .eel_title_end .e-e-title {
91 border-right: 6px solid var(--e-global-color-primary);
92 display: inline-table;
93 padding-right: 10px;
94 width: 100%;
95 }
96
97 .eel-watermark {
98 position: absolute;
99 bottom: 10px;
100 right: 10px;
101 font-size: 120px;
102 font-weight: bold;
103 color: transparent;
104 -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
105 text-stroke: 1px rgba(0, 0, 0, 0.3);
106 pointer-events: none;
107 -webkit-user-select: none;
108 -moz-user-select: none;
109 user-select: none;
110 white-space: nowrap;
111 z-index: 0;
112 transform: translateY(-50%);
113 line-height: 60%;
114 }
115
116 .eel-sub-heading.easy_gradiant_border {
117 display: inline-block;
118 }
119
120 .easy_gradiant_border {
121 position: relative;
122 padding: 4px 18px;
123 }
124
125
126 .easy_gradiant_border::before {
127 content: '';
128 position: absolute;
129 inset: 0;
130 padding: 1px;
131 background: linear-gradient(to right,
132 var(--grad-color-1, rgba(0, 0, 0, 0.15)) 15%,
133 var(--grad-color-2, rgba(0, 0, 0, 0.30)) 30%,
134 var(--grad-color-3, rgba(0, 0, 0, 0.50)) 50%,
135 var(--grad-color-2, rgba(0, 0, 0, 0.30)) 70%,
136 var(--grad-color-1, rgba(0, 0, 0, 0.15)) 85%);
137 -webkit-mask:
138 linear-gradient(#fff 0 0) content-box,
139 linear-gradient(#fff 0 0);
140 -webkit-mask-composite: xor;
141 mask-composite: exclude;
142 pointer-events: none;
143 z-index: -1;
144 border-radius: var(--grad-border-radius, 40px);
145 opacity: .5;
146 }
147
148 .easy-split-word,
149 .easy-split-letter {
150 font-style: normal;
151 }
152
153
154 .e-e-title {
155 &.e-e-gradient-title div,
156 &.e-e-gradient-title {
157 background: linear-gradient(68.75deg, #B0FF96 9.78%, #FFF1B5 92.67%);
158 -webkit-background-clip: text;
159 -webkit-text-fill-color: transparent;
160 background-clip: text;
161 text-fill-color: transparent;
162 line-height: 1.1;
163 }
164 }
165
166 .e-e-title.eel-text-reveal{
167 overflow: hidden;
168 display: inline-block;
169 .char {
170 transform: translateY(115px);
171 transition: transform .5s;
172 overflow: hidden;
173 }
174 }
175 .eel-lines-bottom-v2{
176 overflow: hidden;
177 }
178
179 .eel-text-bouncev2 {
180 display: inline-block;
181 transform-origin: 50% 100%;
182 will-change: transform, opacity;
183 }
184
185
186 .e-e-heading .e-e-title.e-e-image-fill div,
187 .e-e-heading .e-e-title.e-e-image-fill {
188 color: transparent;
189 -webkit-background-clip: text;
190 background-clip: text;
191 -webkit-text-fill-color: transparent;
192 background-repeat: no-repeat;
193 background-position: center;
194 background-size: cover;
195 }
196