PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 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 All 454 releases
elementor / assets / css / modules / promotions / conversion-banner.css

conversion-banner.css in Elementor Website Builder – more than just a page builder 4.3.1, at assets/css/modules/promotions/conversion-banner.css

96 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #e-conversion-banner {
2 display: none;
3 }
4
5 #e-conversion-banner.e-conversion-banner--ready,
6 .e-conversion-banner-inline {
7 box-sizing: border-box;
8 position: relative;
9 z-index: 1;
10 display: block;
11 clear: both;
12 width: 100%;
13 margin: 16px 20px 16px 0;
14 }
15
16 .e-conversion-banner__paper {
17 position: relative;
18 z-index: 1;
19 display: flex;
20 flex-direction: row;
21 align-items: center;
22 justify-content: space-between;
23 gap: 24px;
24 padding: 24px 32px;
25 background-color: #ffffff;
26 border: 1px solid #e0e0e0;
27 border-radius: 8px;
28 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
29 }
30 @media (max-width: 800px) {
31 .e-conversion-banner__paper {
32 flex-direction: column;
33 align-items: flex-start;
34 }
35 }
36
37 .e-conversion-banner__content {
38 flex: 1;
39 }
40
41 .e-conversion-banner__title {
42 margin: 0 0 8px;
43 font-size: 18px;
44 font-weight: 500;
45 color: #0c0d0e;
46 }
47
48 .e-conversion-banner__text {
49 margin: 0 0 16px;
50 font-size: 14px;
51 color: #515962;
52 }
53
54 .e-conversion-banner__actions {
55 display: flex;
56 flex-direction: row;
57 gap: 8px;
58 }
59
60 #wpcontent .e-conversion-banner__button.button.button-primary,
61 .e-conversion-banner__button.button.button-primary {
62 border: 1px solid var(--e-one-palette-primary-main, #f0abfc);
63 border-radius: 4px;
64 background-color: var(--e-one-palette-primary-main, #f0abfc);
65 color: var(--e-one-palette-primary-contrast-text, #0c0d0e);
66 font-weight: 500;
67 text-decoration: none;
68 box-shadow: none;
69 text-shadow: none;
70 }
71 #wpcontent .e-conversion-banner__button.button.button-primary:hover, #wpcontent .e-conversion-banner__button.button.button-primary:focus, #wpcontent .e-conversion-banner__button.button.button-primary:active,
72 .e-conversion-banner__button.button.button-primary:hover,
73 .e-conversion-banner__button.button.button-primary:focus,
74 .e-conversion-banner__button.button.button-primary:active {
75 border-color: var(--e-one-palette-primary-dark, #eb8efb);
76 background-color: var(--e-one-palette-primary-dark, #eb8efb);
77 color: var(--e-one-palette-primary-contrast-text, #0c0d0e);
78 box-shadow: none;
79 }
80
81 .e-conversion-banner__image {
82 flex: 1;
83 max-width: min(50%, 600px);
84 height: auto;
85 }
86
87 .e-conversion-banner__dismiss {
88 position: absolute;
89 top: 8px;
90 inset-inline-end: 8px;
91 border: none;
92 background: transparent;
93 cursor: pointer;
94 }
95
96 /*# sourceMappingURL=conversion-banner.css.map */