PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.1
Elementor Website Builder – more than just a page builder v4.2.1
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 / atomic-widgets / editor.css

editor.css in Elementor Website Builder – more than just a page builder 4.2.1, at assets/css/modules/atomic-widgets/editor.css

81 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .e-pro-promotion-placeholder {
2 display: flex;
3 flex-direction: column;
4 align-items: center;
5 justify-content: center;
6 padding: 40px 20px;
7 border: 2px dashed #d2d2d2;
8 text-align: center;
9 min-height: 200px;
10 }
11 .e-pro-promotion-placeholder__icon {
12 font-size: 48px;
13 color: rgba(0, 0, 0, 0.54);
14 margin-bottom: 4px;
15 }
16 .e-pro-promotion-placeholder__title {
17 font-family: Poppins, sans-serif;
18 font-size: 16px;
19 font-weight: 600;
20 line-height: normal;
21 color: #000000;
22 }
23 .e-pro-promotion-placeholder__description {
24 font-family: Poppins, sans-serif;
25 font-size: 12px;
26 font-weight: 400;
27 line-height: normal;
28 color: #3f444b;
29 margin-bottom: 16px;
30 }
31 .e-pro-promotion-placeholder__actions {
32 display: flex;
33 gap: 8px;
34 }
35 .e-pro-promotion-placeholder__remove-btn {
36 display: flex;
37 justify-content: center;
38 align-items: center;
39 padding: 4px 10px;
40 height: 30px;
41 border: 1px solid rgba(81, 89, 98, 0.5);
42 border-radius: 8px;
43 background: #fff;
44 cursor: pointer;
45 font-family: Roboto, sans-serif;
46 font-size: 13px;
47 font-weight: 500;
48 line-height: 22px;
49 letter-spacing: 0.46px;
50 color: #515962;
51 box-sizing: border-box;
52 }
53 .e-pro-promotion-placeholder__remove-btn:hover {
54 background: #f1f2f3;
55 }
56 .e-pro-promotion-placeholder__unlock-btn {
57 display: flex;
58 justify-content: center;
59 align-items: center;
60 padding: 4px 10px;
61 height: 30px;
62 border: none;
63 border-radius: 8px;
64 background: #93003f;
65 color: #fff;
66 cursor: pointer;
67 font-family: Roboto, sans-serif;
68 font-size: 13px;
69 font-weight: 500;
70 line-height: 22px;
71 letter-spacing: 0.46px;
72 text-decoration: none;
73 box-sizing: border-box;
74 }
75 .e-pro-promotion-placeholder__unlock-btn:hover {
76 background: #7a0032;
77 color: #fff;
78 text-decoration: none;
79 }
80
81 /*# sourceMappingURL=editor.css.map */