PluginProbe
Elementor Website Builder – more than just a page builder / 3.17.2
Elementor Website Builder – more than just a page builder v3.17.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 3.17.2, at assets/css/modules/apps/admin.css

97 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-list {
27 display: grid;
28 grid-gap: 30px;
29 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
30 }
31 .e-a-apps .e-a-item {
32 border: var(--e-a-border);
33 border-radius: var(--e-a-border-radius);
34 display: flex;
35 padding: 20px 24px;
36 flex-direction: column;
37 align-items: flex-start;
38 transition: var(--e-a-transition-hover);
39 }
40 .e-a-apps .e-a-item:hover {
41 border-color: var(--e-a-border-color-bold);
42 }
43 .e-a-apps .e-a-heading {
44 display: flex;
45 justify-content: space-between;
46 align-items: flex-start;
47 width: 100%;
48 }
49 .e-a-apps .e-a-heading .e-a-img {
50 border-radius: var(--e-a-border-radius);
51 width: 70px;
52 display: flex;
53 margin-bottom: 20px;
54 }
55 .e-a-apps .e-a-heading .e-a-badge {
56 background: #ECFDF5;
57 color: #047857;
58 border-radius: 100px;
59 padding: 3px 8px;
60 }
61 .e-a-apps .e-a-title,
62 .e-a-apps .e-a-author {
63 margin: 0;
64 line-height: 1.6;
65 }
66 .e-a-apps .e-a-author {
67 font-size: 12px;
68 }
69 .e-a-apps .e-a-author a {
70 color: inherit;
71 }
72 .e-a-apps .e-a-desc {
73 flex-grow: 1;
74 }
75 .e-a-apps .e-a-offering {
76 font-size: 12px;
77 font-style: italic;
78 }
79 .e-a-apps .e-a-actions {
80 display: flex;
81 justify-content: space-between;
82 align-items: center;
83 width: 100%;
84 margin-top: 20px;
85 }
86 .e-a-apps .e-a-actions a {
87 text-decoration: none;
88 }
89 .e-a-apps .e-a-actions .e-accent {
90 margin-inline-start: auto;
91 }
92 .e-a-apps .e-a-actions .e-a-learn-more {
93 color: #4338CA;
94 font-weight: 500;
95 }
96
97 /*# sourceMappingURL=admin.css.map */