PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.2
Elementor Website Builder – more than just a page builder v4.2.2
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
elementor / assets / css / modules / apps / admin.css

admin.css in Elementor Website Builder – more than just a page builder 4.2.2, at assets/css/modules/apps/admin.css

101 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body.elementor-apps-page {
2 background: var(--e-a-color-white);
3 }
4
5 .e-a-apps .e-a-page-title {
6 margin: 30px auto 60px;
7 max-width: 770px;
8 text-align: center;
9 }
10 .e-a-apps .e-a-page-title h2 {
11 font-size: 28px;
12 margin: 0;
13 line-height: 1.6;
14 }
15 .e-a-apps .e-a-page-title p {
16 margin-block-start: 0;
17 font-size: 16px;
18 }
19 .e-a-apps .e-a-page-title p a {
20 color: inherit;
21 }
22 .e-a-apps .e-a-page-footer {
23 margin: 60px auto;
24 text-align: center;
25 }
26 .e-a-apps .e-a-page-footer p {
27 max-width: 1200px;
28 margin: auto;
29 }
30 .e-a-apps .e-a-list {
31 display: grid;
32 grid-gap: 30px;
33 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
34 }
35 .e-a-apps .e-a-item {
36 border: var(--e-a-border);
37 border-radius: var(--e-a-border-radius);
38 display: flex;
39 padding: 20px 24px;
40 flex-direction: column;
41 align-items: flex-start;
42 transition: var(--e-a-transition-hover);
43 }
44 .e-a-apps .e-a-item:hover {
45 border-color: var(--e-a-border-color-bold);
46 }
47 .e-a-apps .e-a-heading {
48 display: flex;
49 justify-content: space-between;
50 align-items: flex-start;
51 width: 100%;
52 }
53 .e-a-apps .e-a-heading .e-a-img {
54 border-radius: var(--e-a-border-radius);
55 width: 70px;
56 display: flex;
57 margin-block-end: 20px;
58 }
59 .e-a-apps .e-a-heading .e-a-badge {
60 background: #ECFDF5;
61 color: #047857;
62 border-radius: 100px;
63 padding: 3px 8px;
64 }
65 .e-a-apps .e-a-title,
66 .e-a-apps .e-a-author {
67 margin: 0;
68 line-height: 1.6;
69 }
70 .e-a-apps .e-a-author {
71 font-size: 12px;
72 }
73 .e-a-apps .e-a-author a {
74 color: inherit;
75 }
76 .e-a-apps .e-a-desc {
77 flex-grow: 1;
78 }
79 .e-a-apps .e-a-offering {
80 font-size: 12px;
81 font-style: italic;
82 }
83 .e-a-apps .e-a-actions {
84 display: flex;
85 justify-content: space-between;
86 align-items: center;
87 width: 100%;
88 margin-block-start: 20px;
89 }
90 .e-a-apps .e-a-actions a {
91 text-decoration: none;
92 }
93 .e-a-apps .e-a-actions .e-accent {
94 margin-inline-start: auto;
95 }
96 .e-a-apps .e-a-actions .e-a-learn-more {
97 color: #4338CA;
98 font-weight: 500;
99 }
100
101 /*# sourceMappingURL=admin.css.map */