PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 3.5.2
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v3.5.2
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 / addons / CleanTalk / assets / css / admin / admin.scss
everest-forms / addons / CleanTalk / assets / css / admin Last commit date
admin.css 1 year ago admin.scss 1 year ago backward.css 1 year ago backward.scss 1 year ago
admin.scss
195 lines
1 .evf-clean-talk-label-1{
2 font-size: 16px;
3 font-weight: 500;
4 }
5 .evf-clean-talk-label-2{
6 font-size: 13px;
7 font-weight: 400
8 }
9
10 #evf-clean-talk-section-container{
11 .evf-clean-talk-radio{
12 display:flex;
13 margin: 12px 0;
14 gap:24px;
15 align-items: center
16 }
17 }
18
19 .everest-forms-border-container{
20 .everest-forms-clean-talk-setting-container{
21 display: flex;
22 justify-content: space-between;
23 height: 39px;
24 border-bottom: 1px solid #E9E9E9;
25 margin-bottom: 24px;
26
27 .everest-forms-border-container-title{
28 border-bottom: 0px !important;
29 }
30
31 .everest-forms-update-clean-talk-key-button{
32 background-color: #ffff;
33 color: #2271B1;
34 border: none;
35 cursor: pointer;
36 margin-right: 12px;
37 font-size: 13px;
38 font-style: normal;
39 font-weight: 400;
40 line-height: 150%;
41 text-decoration: underline !important;
42 }
43
44 .everest-forms-learn-more-link-cleantalk{
45 color: #2271B1;
46 text-align: right;
47 font-size: 13px;
48 font-style: normal;
49 font-weight: 400;
50 line-height: 150%;
51 text-decoration: underline !important;
52 }
53 }
54 .everest-forms-warning-container{
55 display: flex;
56 align-items: center;
57 gap: 8px;
58 padding: 10px 11px;
59 border-left: 3px solid #EE9936;
60 background: #FFFAF5;
61 align-self: stretch;
62 height: 40px;
63 height: 40px;
64 margin: 20px 0;
65 }
66
67 .everest-forms-warning-text{
68 color: #383838;
69 font-size: 13px;
70 font-style: normal;
71 font-weight: 400;
72 line-height: 150%;
73 }
74
75 .everest-forms-warning-text-link{
76 color: #2271B1;
77 font-size: 13px;
78 font-style: normal;
79 font-weight: 400;
80 line-height: 150%;
81 text-decoration-line: underline !important;
82 text-decoration-style: solid;
83 text-decoration-skip-ink: none;
84 text-decoration-thickness: auto;
85 text-underline-offset: auto;
86 cursor: pointer;
87 }
88 }
89
90 .everest-forms-clean-talk-form-container{
91 .clean-talk-form-group{
92 margin: 24px;
93 .everest-forms-clean-talk-error-message-container{
94 padding: 10px 11px;
95 display: flex;
96 margin: 16px 0;
97 }
98 .everest-forms-clean-talk-error-message-container.evf-error-message{
99 color: #383838;
100 font-size: 13px;
101 font-style: normal;
102 font-weight: 400;
103 line-height: 150%;
104 border-left: 3px solid #F25656;
105 background: #FFF4F4;
106 }
107
108 .everest-forms-clean-talk-error-message-container.evf-success-message{
109 color: #383838;
110 font-size: 13px;
111 font-style: normal;
112 font-weight: 400;
113 line-height: 150%;
114 border-left: 3px solid #4CC741;
115 background:#F5FFF4;
116 }
117
118 .everest-forms-clean-talk-message-box{
119 margin-left: 8px;
120 }
121
122 .everest-forms-clean-talk-access-key-title{
123 text-align: left;
124 margin-bottom: 12px;
125 font-size: 15px;
126 font-weight: 500;
127 line-height: 120%
128 }
129 .everest-forms-clean-talk-access-key{
130 height:38px;
131 margin: 0;
132 width: 100%;
133 }
134
135 .everest-forms-clean-talk-note{
136 text-align: left;
137 background: #f3f6fb;
138 padding: 10px;
139 border-left: 3px solid #4584FF;
140 display: flex;
141
142 svg{
143 margin-right: 8px !important;
144 margin-top: 2px !important;
145 }
146
147 p{
148 color: #383838 !important;
149 font-size: 13px !important;
150 font-style: normal !important;
151 font-weight: 400 !important;
152 line-height: 150% !important;
153 }
154 }
155 }
156 }
157
158 .everest-forms-clean_talk__submit {
159 margin-right: 24px !important;
160 padding: 10px 16px !important;
161 color: #FFF !important;
162 font-size: 14px !important;
163 font-style: normal !important;
164 font-weight: 400 !important;
165 line-height: 120% !important;
166 margin-bottom: 24px !important;
167 text-transform: capitalize !important;
168 }
169
170
171 .evf-clean-talk-message.evf-success-message{
172 color: #383838;
173 font-size: 13px;
174 font-style: normal;
175 font-weight: 400;
176 line-height: 150%;
177 border-left: 3px solid #4CC741;
178 background:#F5FFF4;
179 }
180
181 .evf-clean-talk-message{
182 padding: 10px 11px;
183 display: flex;
184 margin: 16px 0;
185 }
186 .evf-clean-talk-message.evf-error-message{
187 color: #383838;
188 font-size: 13px;
189 font-style: normal;
190 font-weight: 400;
191 line-height: 150%;
192 border-left: 3px solid #F25656;
193 background: #FFF4F4;
194 }
195