PluginProbe
Elementor Website Builder – more than just a page builder / 3.5.0-dev9
Elementor Website Builder – more than just a page builder v3.5.0-dev9
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | assets/css/app-base.css +50 -58 4.2.23.5.0-dev9 View file →
@@ -1,11 +1,10 @@
1 +/*! elementor - v3.4.0 - 17-08-2021 */
1 2 :root {
2 - --color-box-shadow-color: rgba(0, 0, 0, 0.05);
3 -}
3 + --color-box-shadow-color: rgba(0, 0, 0, 0.05); }
4 4
5 5 .eps-theme-dark {
6 - --color-box-shadow-color: rgba(0, 0, 0, 0.1);
7 -}
6 + --color-box-shadow-color: rgba(0, 0, 0, 0.1); }
8 7
9 8 .sr-only {
10 9 position: absolute;
11 10 width: 1px;
@@ -14,93 +13,86 @@
14 13 margin: -1px;
15 14 overflow: hidden;
16 15 clip: rect(0, 0, 0, 0);
17 16 white-space: nowrap;
18 - border: 0;
19 -}
17 + border: 0; }
20 18
21 19 @media screen and (min-width: 480px) {
22 20 .text-start-sm {
23 - text-align: start;
24 - }
25 -}
21 + text-align: start; } }
22 +
26 23 @media screen and (min-width: 480px) {
27 24 .text-center-sm {
28 - text-align: center;
29 - }
30 -}
25 + text-align: center; } }
26 +
31 27 @media screen and (min-width: 480px) {
32 28 .text-end-sm {
33 - text-align: end;
34 - }
35 -}
29 + text-align: end; } }
30 +
36 31 @media screen and (min-width: 768px) {
37 32 .text-start-md {
38 - text-align: start;
39 - }
40 -}
33 + text-align: start; } }
34 +
41 35 @media screen and (min-width: 768px) {
42 36 .text-center-md {
43 - text-align: center;
44 - }
45 -}
37 + text-align: center; } }
38 +
46 39 @media screen and (min-width: 768px) {
47 40 .text-end-md {
48 - text-align: end;
49 - }
50 -}
41 + text-align: end; } }
42 +
51 43 @media screen and (min-width: 1025px) {
52 44 .text-start-lg {
53 - text-align: start;
54 - }
55 -}
45 + text-align: start; } }
46 +
56 47 @media screen and (min-width: 1025px) {
57 48 .text-center-lg {
58 - text-align: center;
59 - }
60 -}
49 + text-align: center; } }
50 +
61 51 @media screen and (min-width: 1025px) {
62 52 .text-end-lg {
63 - text-align: end;
64 - }
65 -}
53 + text-align: end; } }
54 +
66 55 @media screen and (min-width: 1440px) {
67 56 .text-start-xl {
68 - text-align: start;
69 - }
70 -}
57 + text-align: start; } }
58 +
71 59 @media screen and (min-width: 1440px) {
72 60 .text-center-xl {
73 - text-align: center;
74 - }
75 -}
61 + text-align: center; } }
62 +
76 63 @media screen and (min-width: 1440px) {
77 64 .text-end-xl {
78 - text-align: end;
79 - }
80 -}
65 + text-align: end; } }
66 +
81 67 @media screen and (min-width: 1600px) {
82 68 .text-start-xxl {
83 - text-align: start;
84 - }
85 -}
69 + text-align: start; } }
70 +
86 71 @media screen and (min-width: 1600px) {
87 72 .text-center-xxl {
88 - text-align: center;
89 - }
90 -}
73 + text-align: center; } }
74 +
91 75 @media screen and (min-width: 1600px) {
92 76 .text-end-xxl {
93 - text-align: end;
94 - }
95 -}
77 + text-align: end; } }
78 +
79 +@-webkit-keyframes eps-animation-pop {
80 + from {
81 + -webkit-transform: scale(0.75);
82 + transform: scale(0.75);
83 + opacity: 0; }
84 + to {
85 + -webkit-transform: scale(1);
86 + transform: scale(1);
87 + opacity: 1; } }
88 +
96 89 @keyframes eps-animation-pop {
97 90 from {
98 - transform: scale(0.75);
99 - opacity: 0;
100 - }
91 + -webkit-transform: scale(0.75);
92 + transform: scale(0.75);
93 + opacity: 0; }
101 94 to {
102 - transform: scale(1);
103 - opacity: 1;
104 - }
105 -}
95 + -webkit-transform: scale(1);
96 + transform: scale(1);
97 + opacity: 1; } }
106 98 /*# sourceMappingURL=app-base.css.map */