Skip to content

Commit 970cf38

Browse files
Merge branch 'dashboard' of https://github.com/Wealcoder/animation-addons-for-elementor into dashboard
2 parents 5395afb + 1a95c45 commit 970cf38

30 files changed

+2016
-717
lines changed

assets/css/widgets/meta-info.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
align-items: center;
118118
}
119119

120+
.post-time-ago,
120121
.wcf--meta-date,
121122
.wcf--meta-list.style-2 li a,
122123
.wcf--meta-view {

assets/css/widgets/meta-info.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/widgets/search.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@
116116
visibility: hidden;
117117
transition: all 0.5s;
118118
}
119+
.elementor-widget-wcf--blog--search--form .search--wrapper.style-full-screen .wcf-search-container.ajax-fs-wrap {
120+
padding-top: 15px;
121+
align-items: flex-start;
122+
}
119123
.elementor-widget-wcf--blog--search--form .search--wrapper.style-full-screen .toggle--close {
120124
display: flex;
121125
cursor: pointer;
@@ -131,4 +135,40 @@
131135
opacity: 1;
132136
visibility: visible;
133137
transform: scale(1);
138+
}
139+
140+
.aae--live-search-results {
141+
position: absolute;
142+
width: 100%;
143+
height: auto;
144+
display: none;
145+
gap: 10px;
146+
padding: 30px;
147+
border-radius: 5px;
148+
background-color: #ddd;
149+
z-index: 99;
150+
}
151+
.aae--live-search-results .search-item {
152+
gap: 12px;
153+
display: grid;
154+
grid-template-columns: 90px auto;
155+
align-items: center;
156+
}
157+
.aae--live-search-results .thumb {
158+
height: 60px;
159+
overflow: hidden;
160+
}
161+
.aae--live-search-results .thumb img {
162+
width: 100%;
163+
height: 100%;
164+
-o-object-fit: cover;
165+
object-fit: cover;
166+
}
167+
.aae--live-search-results .title {
168+
display: inline-block;
169+
}
170+
171+
.elementor-widget-wcf--blog--search--form .search--wrapper.style-full-screen .wcf-search-container.ajax-search {
172+
align-items: flex-start;
173+
padding-top: 15px;
134174
}

assets/css/widgets/search.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/widgets/testimonial3.css

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@
9393
width: 20px;
9494
height: 12px;
9595
background-color: #1C1D20;
96-
-webkit-clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
97-
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
96+
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
9897
}
9998
.wcf__testimonial-3.style-1 .quote::after {
10099
position: absolute;
@@ -104,8 +103,7 @@
104103
width: 20px;
105104
height: 12px;
106105
background-color: #1C1D20;
107-
-webkit-clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
108-
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
106+
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
109107
}
110108
.wcf__testimonial-3.style-1 .quote img {
111109
max-width: 110px;
@@ -155,8 +153,7 @@
155153
width: 20px;
156154
height: 12px;
157155
background-color: #1C1D20;
158-
-webkit-clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
159-
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
156+
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
160157
}
161158
.wcf__testimonial-3.style-1 .main-title::after {
162159
position: absolute;
@@ -166,8 +163,7 @@
166163
width: 20px;
167164
height: 12px;
168165
background-color: #1C1D20;
169-
-webkit-clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
170-
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
166+
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
171167
}
172168
@media only screen and (max-width: 991px) {
173169
.wcf__testimonial-3.style-1 .main-title::before, .wcf__testimonial-3.style-1 .main-title::after {
@@ -276,8 +272,7 @@
276272
width: 20px;
277273
height: 12px;
278274
background-color: #1C1D20;
279-
-webkit-clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
280-
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
275+
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
281276
}
282277
.wcf__testimonial-3.style-1 .ts-navigation::after {
283278
position: absolute;
@@ -287,8 +282,7 @@
287282
width: 20px;
288283
height: 12px;
289284
background-color: #1C1D20;
290-
-webkit-clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
291-
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
285+
clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
292286
}
293287
.wcf__testimonial-3.style-1 .ts-navigation::before, .wcf__testimonial-3.style-1 .ts-navigation::after {
294288
inset-inline-start: -10px;
@@ -314,8 +308,7 @@
314308
width: 20px;
315309
height: 12px;
316310
background-color: #1C1D20;
317-
-webkit-clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
318-
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
311+
clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
319312
}
320313
.wcf__testimonial-3.style-1 .wcf-arrow-next::before {
321314
inset-inline-start: -5px;

0 commit comments

Comments
 (0)