PluginProbe
Tagembed: Social Media Feeds and Customer Reviews Widget / 3.9
Tagembed: Social Media Feeds and Customer Reviews Widget v3.9
7.8 7.5 7.6 7.7 7.4 trunk 3.10 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 All 43 releases
tagembed-widget / assets / css / variables.scss

variables.scss in Tagembed: Social Media Feeds and Customer Reviews Widget 3.9, at assets/css/variables.scss

509 lines 10.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 $fw4: 400;
2 $fw5: 500;
3 $fw6: 600;
4 $fw7: 700;
5 $fw9: 900;
6
7 $fs12: 12px;
8 $fs13: 13px;
9 $fs14: 14px;
10 $fs16: 16px;
11 $fs18: 18px;
12 $fs21: 21px;
13 $fs22: 22px;
14 $fs24: 24px;
15 $fs32: 32px;
16 $fs34: 34px;
17 $fs42: 42px;
18 $fs44: 44px;
19 $fs46: 46px;
20
21 $z-index1: 1;
22 $z-index9: 9;
23 $z-index10: 10;
24 $z-index999: 999;
25
26 $fa: FontAwesome;
27 $fa5: "Font Awesome 5 Free";
28 $Trebuchet: Trebuchet, Arial, sans-serif;
29 $Poppins: "Poppins", sans-serif;
30
31 $primary-color: #3c434a;
32 $white-color: #fff;
33 $black-color: #000;
34 $bg-color: #f0f0f1;
35 $para-color: #1d2327;
36 $blue-color: #2271b1;
37 $blue-color2: #2d63a1;
38 $input-color: #2c3338;
39 $input-color2: #ddd;
40 $input-bcolor: #8c8f94;
41 $error-color: #d63638;
42 $hover-color: #135e96;
43 $hover-color2: #0079f5;
44 $btnhover-color: #0a4b78;
45 $light-blue: #55acee;
46 $activeblue: #3871b1;
47 $bg-transparent: transparent;
48 $danger: #d63638;
49 $success: #4fa746;
50 $warning: #f2c010;
51 $bdrcolor: #c3c4c7;
52 $bdrcolor2: #eee;
53 $bdrcolor3: #999;
54 $bdrcolor4: #dcdcde;
55 $border-lighttop: #f9f9f9;
56 $light-grey: #f6f7f7;
57 $light-grey2: #dbdbdb;
58 $dark-grey: #3f4254;
59 $dark-grey2: #272121;
60 $grey2: #646464;
61 $grey3: #545454;
62 $btn-darkbg: #1b2531;
63 $input-lightbg: #ecf3ff;
64 $btnhover-bdr: #f5f5f5;
65 $lightbg: #e8e9ee;
66 $lightbg2: #f7f7f7;
67 $tdcolor: #181c32;
68 $borderlight: #f1f1f1;
69 $btnb-wrapcolor: #efefef;
70
71 $previewbg: rgba(0, 0, 0, 0.01);
72 $rgbordercolor: rgba(0, 0, 0, 0.01);
73 $modaction-right: rgba(0, 0, 0, 0.01);
74
75 $twitter: #26c4f1;
76 $instagram: #cd486b;
77 $facebook: #1878f2;
78 $linkedin: #0e76a8;
79 $rss: #ee802f;
80 $youtube: #ff0000;
81 $tumblr: #35465c;
82 $pinterest: #bd081c;
83 $yelp: #bd0301;
84 $soundcloud: #f85204;
85
86 $light-blue2: #bcdafd;
87 $switch-bg: #e0e0e0;
88 $switch-bg2: #a9abbc;
89 $planbox-bg: #fffdfd;
90 $selectbtn-bg: #e3ebff;
91 $tbl-bdrcolor: #ebedf3;
92 $filter-bg: rgba(255, 255, 255, 0.1);
93 $new-blue: #4f99ff;
94 $light-bgcolor: #fbfbfb;
95 $moaction-bg: #f3f6f9;
96 $moaction-active: #204863;
97 $mod-more: #333;
98 $mod-switchgreen: #99db93;
99 $mod-switchprivate: #ef898a;
100 $pager-bg: #ecf1f6;
101 $add-network: #1e2531;
102 $tooltop-bg: #555;
103
104 $twitterhover: #29a9e1;
105 $instagramhover: #d45561;
106 $facebookhover: #386690;
107 $linkedinhover: #1877f2;
108 $googlehover: #34a853;
109 $vimeohover: #1eb8eb;
110 $yammerhover: #0177d4;
111 $slackhover: #500e4e;
112
113 $none: none;
114 $normal: normal;
115 $unset: unset;
116 $auto: auto;
117 $inherit: inherit;
118 $solid: solid;
119 $top: top;
120 $wrap: wrap;
121 $super: super;
122
123 $sizefull: 100%;
124 $sizedouble: 200%;
125 $sizefullvh: 100vh;
126 $sizehalf: 50%;
127 $sizeoneth: 33.33%;
128 $size15: 15%;
129 $twoper: 2%;
130 $width23: 23.5%;
131 $size45: 45%;
132 $size80: 80%;
133 $size32: 32%;
134 $size20: 20%;
135 $size46: 46%;
136 $size40: 40%;
137 $size49: 49%;
138 $size125: 125%;
139 $size33: 33.3333%;
140 $size66: 66.6666%;
141 $size90: 90%;
142
143 $desktopmax: 1600px;
144 $tabmax: 600px;
145 $mobmax: 375px;
146
147 $popupxl: 800px;
148 $popupmd: 480px;
149
150 $boxs: border-box;
151 $mw: 1200px;
152 $mw62: 62px;
153 $center: center;
154 $middle: middle;
155 $capitalize: capitalize;
156 $left: left;
157 $both: both;
158 $right: right;
159 $mw310: 310px;
160 $w3: 300px;
161 $previewleftw: 315px;
162 $tbw: 326px;
163 $mwpopup: 255px;
164 $border: 1px solid;
165 $border4: 4px solid;
166 $selectw: 160px;
167 $w260: 260px;
168
169 $p1: 1px;
170 $p2: 2px;
171 $p3: 3px;
172 $p4: 4px;
173 $p6: 6px;
174 $p7: 7px;
175 $lh2: 2;
176 $lh: 2.15;
177 $zero: 0;
178 $h5: 5px;
179 $h8: 8px;
180 $h9: 9px;
181 $h10: 10px;
182 $h11: 11px;
183 $h15: 15px;
184 $h20: 20px;
185 $h25: 25px;
186 $h26: 26px;
187 $h28: 28px;
188 $h30: 30px;
189 $h35: 35px;
190 $h36: 36px;
191 $h40: 40px;
192 $h45: 45px;
193 $h48: 48px;
194 $h50: 50px;
195 $h58: 58px;
196 $h84: 84px;
197 $h85: 85px;
198 $h99: 99px;
199 $h100: 100px;
200 $h120: 120px;
201 $h-double: 200px;
202
203 $bradius: 0px;
204 $bradius4: 0px;
205 $onem: 1em;
206 $onerem: 1rem;
207 $tworem: 2rem;
208 $eight: 0.8em;
209 $sevenfive: 0.75rem;
210
211 $hidden: hidden;
212 $d-block: block;
213 $dinblock: inline-block;
214 $pointer: pointer;
215 $rel: relative;
216 $abs: absolute;
217 $fixed: fixed;
218 $opcity85: 8.5;
219 $opcity09: 0.9;
220 $f-end: flex-end;
221 $nowrap: nowrap;
222 $underline: underline;
223 $ellipsis: ellipsis;
224 $down-arrow: url(../images/arrow-down.png) no-repeat right 5px top 55%;
225 $norepeat: no-repeat;
226
227 $breakall: break-all;
228
229 %align-justify {
230 text-align: justify;
231 }
232 %with-span {
233 padding-top: 4px;
234 padding-bottom: 4px;
235 display: inline-block;
236 }
237 %d-flex {
238 display: -webkit-box;
239 display: -ms-flexbox;
240 display: flex;
241 }
242 %f-wrap {
243 -ms-flex-wrap: wrap;
244 flex-wrap: wrap;
245 }
246 %ai-center {
247 -webkit-box-align: center;
248 -ms-flex-align: center;
249 align-items: center;
250 }
251 %ai-selftstart {
252 -webkit-box-align: self-start;
253 -ms-flex-align: self-start;
254 align-items: self-start;
255 }
256 %aicenter-self {
257 -ms-flex-item-align: center;
258 -ms-grid-row-align: center;
259 align-self: center;
260 }
261 %ai-top {
262 -webkit-box-align: start;
263 -ms-flex-align: start;
264 align-items: flex-start;
265 }
266 %jc-center {
267 -webkit-box-pack: center;
268 -ms-flex-pack: center;
269 justify-content: center;
270 }
271 %jc-start {
272 -webkit-box-pack: start;
273 -ms-flex-pack: start;
274 justify-content: start;
275 }
276 %fd-column {
277 -webkit-box-orient: vertical;
278 -webkit-box-direction: normal;
279 -ms-flex-direction: column;
280 flex-direction: column;
281 }
282 %fd-row {
283 -webkit-box-orient: horizontal;
284 -webkit-box-direction: normal;
285 -ms-flex-direction: row;
286 flex-direction: row;
287 }
288 %jc-between {
289 -webkit-box-pack: justify;
290 -ms-flex-pack: justify;
291 justify-content: space-between;
292 }
293 %jc-around {
294 -ms-flex-pack: distribute;
295 justify-content: space-around;
296 }
297 %trans {
298 -webkit-transition: all 0.3s ease-in-out;
299 -o-transition: all 0.3s ease-in-out;
300 transition: all 0.3s ease-in-out;
301 }
302 %trans2 {
303 transition: all 0.3s ease-in 0s;
304 -webkit-transition: all 0.3s ease-in 0s;
305 }
306 %plrequal {
307 padding-left: 15px;
308 padding-right: 15px;
309 }
310 %input-focus {
311 -webkit-box-shadow: 0 0 0 1px $blue-color;
312 box-shadow: 0 0 0 1px $blue-color;
313 }
314 %outline {
315 outline: 2px solid transparent;
316 }
317 %translate {
318 -webkit-transform: translateY(-50%);
319 -ms-transform: translateY(-50%);
320 transform: translateY(-50%);
321 }
322 %box-shadow {
323 -webkit-box-shadow: 0 1px 1px 0 #0000001a;
324 box-shadow: 0 1px 1px 0 #0000001a;
325 }
326 %box-shadow2 {
327 -webkit-box-shadow: 0 0 10px #8892a8ef;
328 box-shadow: 0 0 10px #8892a8ef;
329 }
330 %box-shadow3 {
331 -webkit-box-shadow: 0 0 15px #ebebeb;
332 box-shadow: 0 0 15px #ebebeb;
333 }
334 %switch-shadow {
335 box-shadow: 0 3px 10px #b1b1b1;
336 -moz-box-shadow: 0 3px 10px #b1b1b1;
337 -webkit-box-shadow: 0 3px 10px #b1b1b1;
338 }
339 %flexend {
340 -ms-flex-item-align: end;
341 align-self: flex-end;
342 }
343
344 %d-order1 {
345 -webkit-box-ordinal-group: 2;
346 -ms-flex-order: 1;
347 order: 1;
348 }
349 %d-order2 {
350 -webkit-box-ordinal-group: 3;
351 -ms-flex-order: 2;
352 order: 2;
353 }
354
355 %feed-btn {
356 display: $dinblock;
357 text-decoration: $none;
358 font-size: $fs13;
359 min-height: $h30;
360 margin: $zero;
361 padding: $zero $h10;
362 cursor: $pointer;
363 border: $border;
364 border-radius: $bradius;
365 white-space: $nowrap;
366 color: $blue-color;
367 border-color: $blue-color;
368 background: $white-color;
369 margin-right: $h5;
370 line-height: 2.15384615;
371 margin-bottom: 4px;
372 }
373
374 %invertone {
375 -webkit-filter: invert(1);
376 filter: invert(1);
377 }
378 %cover {
379 -o-object-fit: cover;
380 object-fit: cover;
381 }
382
383 %transication-mar {
384 transition: margin 0.3s ease-in 0s;
385 -webkit-transition: margin 0.3s ease-in 0s;
386 }
387 %userselect {
388 -webkit-user-select: $none;
389 -moz-user-select: $none;
390 -ms-user-select: $none;
391 user-select: $none;
392 }
393
394 %flex-basis {
395 -ms-flex-preferred-size: 100%;
396 flex-basis: 100%;
397 }
398 %infinitespin {
399 animation: fa-spin 2s linear infinite;
400 -webkit-animation: fa-spin 2s linear infinite;
401 }
402 %transication-opacity {
403 -webkit-transition: opacity 0.3s;
404 -o-transition: opacity 0.3s;
405 transition: opacity 0.3s;
406 }
407
408 %btnprimary-active {
409 background-color: #0b5ed7;
410 border-color: #0a58ca;
411 box-shadow: 0 0 0 3px rgba(49, 132, 253, 0.5) !important;
412 }
413 %btnsuccess-active {
414 background-color: #157347;
415 border-color: #146c43;
416 box-shadow: 0 0 0 3px rgba(60, 153, 110, 0.5) !important;
417 }
418 %btndanger-active {
419 background-color: #bb2d3b;
420 border-color: #b02a37;
421 box-shadow: 0 0 0 3px rgba(225, 83, 97, 0.5) !important;
422 }
423 %btnwarning-active {
424 background-color: #ffca2c;
425 border-color: #ffc720;
426 box-shadow: 0 0 0 3px rgba(217, 164, 6, 0.5) !important;
427 }
428 %flxflow-column {
429 -webkit-box-orient: vertical;
430 -webkit-box-direction: normal;
431 -ms-flex-flow: column wrap;
432 flex-flow: column wrap;
433 }
434 %embose-button {
435 width: 28px;
436 height: 28px;
437 background: #fff;
438 display: flex;
439 align-items: center;
440 justify-content: center;
441 border: 1px solid #eee;
442 }
443 @mixin flex {
444 display: -webkit-box !important;
445 display: -ms-flexbox !important;
446 display: flex !important;
447 }
448 @mixin boxshadow {
449 box-shadow: 0 1px 1px #0000000a;
450 -webkit-box-shadow: 0 1px 1px #0000000a;
451 }
452 @mixin line-clamp {
453 -webkit-box-orient: vertical;
454 -webkit-line-clamp: 2;
455 display: -webkit-box;
456 -o-text-overflow: $ellipsis;
457 text-overflow: $ellipsis;
458 }
459 @mixin tablecoll {
460 border-collapse: collapse;
461 border-collapse: separate;
462 }
463 @mixin collapse {
464 border-collapse: collapse;
465 }
466 @mixin googletxt {
467 background: -webkit-gradient(
468 linear,
469 left top,
470 right top,
471 from(#eb4335),
472 color-stop(#fbbc04),
473 color-stop(#34a853),
474 to(#4285f4)
475 );
476 background: linear-gradient(to right, #eb4335, #fbbc04, #34a853, #4285f4);
477 -webkit-background-clip: text;
478 -webkit-text-fill-color: transparent;
479 }
480 @mixin appearance {
481 -webkit-appearance: unset;
482 -moz-appearance: unset;
483 appearance: unset;
484 }
485 @mixin rotate180 {
486 -webkit-transform: rotate(180deg);
487 -ms-transform: rotate(180deg);
488 transform: rotate(180deg);
489 }
490 @mixin rotate90 {
491 -webkit-transform: rotate(90deg);
492 -ms-transform: rotate(90deg);
493 transform: rotate(90deg);
494 }
495 @mixin placeholder {
496 &::-webkit-input-placeholder {
497 @content;
498 }
499 &:-moz-placeholder {
500 @content;
501 }
502 &::-moz-placeholder {
503 @content;
504 }
505 &:-ms-input-placeholder {
506 @content;
507 }
508 }
509