PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 3.6.0
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v3.6.0
3.6.0 3.5.3 3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / assets / css / components / _evf-pro-upsell.scss
everest-forms / assets / css / components Last commit date
_accordion.scss 4 months ago _badge.scss 5 years ago _buttons.scss 4 months ago _card.scss 5 years ago _entries-views.scss 2 months ago _evf-header-skeleton.scss 4 months ago _evf-pro-upsell.scss 2 months ago _forms.scss 5 years ago _table.scss 2 months ago _toast.scss 6 months ago
_evf-pro-upsell.scss
182 lines
1 $evf-purple: #7545bb;
2 $evf-purple-bg: #f5f3ff;
3 $evf-text: #111827;
4 $evf-text-muted: #6b7280;
5 $evf-text-body: #374151;
6 // $evf-border: #e5e7eb;
7 $evf-border: #e1e1e1;
8 $evf-border-lt: #f3f4f6;
9 $evf-white: #ffffff;
10 $evf-bg-faint: #fafafa;
11 $evf-radius: 10px;
12 $evf-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
13
14 .evf-upsell-integration-card {
15 background: $evf-white;
16 border: 1px solid $evf-border;
17 border-radius: 7px;
18 padding: 24px;
19 margin-bottom: 16px;
20 box-shadow: none;
21 }
22
23 .evf-upsell-badge {
24 display: inline-block;
25 background: $evf-purple;
26 color: $evf-white;
27 font-size: 10px;
28 font-weight: 700;
29 letter-spacing: 0.08em;
30 padding: 2px 8px;
31 border-radius: 20px;
32 margin-bottom: 12px;
33 text-transform: uppercase;
34 }
35
36 .evf-upsell-card-header {
37 display: flex;
38 align-items: center;
39 gap: 12px;
40 margin-bottom: 20px;
41 }
42
43 .evf-upsell-icon img {
44 width: 40px;
45 height: 40px;
46 object-fit: contain;
47 border-radius: 6px;
48 border: 1px solid $evf-border-lt;
49 padding: 4px;
50 background: $evf-bg-faint;
51 display: block;
52 }
53
54 .evf-upsell-card-heading {
55 h3 {
56 margin: 0;
57 font-size: 18px;
58 line-height: 28px;
59 font-weight: 600;
60 color: $evf-text;
61 }
62 }
63
64 .evf-upsell-description {
65 margin: 0;
66 font-size: 13px;
67 color: $evf-text-muted;
68 line-height: 1.5;
69 }
70
71 .evf-upsell-lock-icon {
72 color: #9ca3af;
73
74 svg {
75 width: 20px;
76 height: 20px;
77 }
78 }
79
80 .evf-upsell-divider {
81 border: none;
82 border-top: 1px solid $evf-border;
83 margin: 0 0 28px;
84 }
85
86 .evf-upsell-features {
87 list-style: none;
88 margin: 0 0 20px;
89 padding: 0;
90 display: grid;
91 grid-template-columns: 1fr 1fr;
92 gap: 8px 16px;
93
94 @media (max-width: 640px) {
95 grid-template-columns: 1fr;
96 }
97
98 li {
99 display: flex;
100 align-items: flex-start;
101 gap: 8px;
102 font-size: 14px;
103 line-height: 24px;
104 color: #2c3338;
105
106 svg {
107 color: #4CC741;
108 margin-top: 4px;
109 width: 18px;
110 height: 18px;
111 }
112 }
113 }
114
115 .evf-upsell-actions {
116 display: flex;
117 flex-wrap: wrap;
118 align-items: center;
119 gap: 10px;
120 }
121
122 .evf-upsell-btn {
123 display: inline-flex;
124 align-items: center;
125 gap: 6px;
126 cursor: pointer;
127 border-radius: 4px;
128 padding: 8px 16px;
129 font-size: 14px;
130 font-weight: 500;
131 line-height: 22px;
132 transition: all 0.3s ease-in-out;
133
134 svg {
135 width: 16px;
136 height: 16px;
137 }
138
139 &-primary {
140 background: $evf-purple;
141 color: $evf-white !important;
142 border: none;
143
144 &:hover {
145 color: $evf-white !important;
146 background: #9159e3;
147 box-shadow: none;
148 }
149
150 &:active,
151 &:focus,
152 &:visited {
153 color: $evf-white !important;
154 background: $evf-purple;
155 box-shadow: none;
156 }
157 }
158
159 &.evf-upsell-upgrade-trigger {
160 background: $evf-white;
161 color: $evf-text-body;
162 border: 1px solid $evf-border;
163
164 &:hover {
165 border-color: #9ca3af;
166 }
167
168 svg {
169 fill: #4e4e4e;
170 }
171 }
172
173 &-ghost {
174 background: transparent;
175 color: $evf-purple;
176
177 &:hover {
178 color: $evf-purple;
179 text-decoration: underline;
180 }
181 }
182 }