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 / assets / css / deactivation-feedback.scss
everest-forms / assets / css Last commit date
bourbon 1 year ago code-mirror 1 year ago components 1 month ago jquery-confirm 8 years ago jquery-ui 8 years ago mixins 5 years ago perfect-scrollbar 7 years ago utility 5 years ago variables 1 year ago _animation.scss 7 years ago _backbone.scss 7 years ago _clearings.scss 6 years ago _colors.scss 6 years ago _confirm.scss 2 months ago _containers.scss 5 years ago _fonts.scss 5 years ago _grid.scss 5 months ago _sprite.scss 2 years ago _variables.scss 1 year ago activation-rtl.css 1 year ago activation.css 5 months ago activation.css.map 5 years ago activation.scss 3 years ago admin-rtl.css 1 month ago admin.css 1 month ago admin.css.map 4 years ago admin.scss 1 month ago customize-admin-rtl.css 1 month ago customize-admin.css 1 month ago customize-admin.scss 1 month ago customize-controls-rtl.css 5 months ago customize-controls.css 5 months ago customize-controls.scss 5 months ago deactivation-feedback-rtl.css 1 year ago deactivation-feedback.css 5 months ago deactivation-feedback.scss 3 years ago everest-forms-default-frontend-rtl.css 2 months ago everest-forms-default-frontend.css 2 months ago everest-forms-default-frontend.scss 2 months ago everest-forms-rtl.css 2 months ago everest-forms.css 2 months ago everest-forms.css.map 4 years ago everest-forms.scss 2 months ago evf-form-preview-rtl.css 2 months ago evf-form-preview.css 2 months ago evf-form-preview.scss 2 months ago evf-locked-fields-rtl.css 1 month ago evf-locked-fields.css 1 month ago evf-locked-fields.scss 1 month ago flatpickr-rtl.css 4 years ago flatpickr.css 5 months ago flatpickr.css.map 5 years ago flatpickr.scss 6 years ago intlTelInput-rtl.css 1 year ago intlTelInput.css 5 months ago intlTelInput.scss 2 years ago menu-rtl.css 1 month ago menu.css 1 month ago menu.css.map 5 years ago menu.scss 1 month ago select2-rtl.css 4 years ago select2.css 5 months ago select2.css.map 5 years ago select2.scss 2 years ago
deactivation-feedback.scss
137 lines
1 #evf-deactivate-feedback-popup-wrapper {
2 position: fixed;
3 height: 100%;
4 width: 100%;
5 bottom: 0;
6 left: 0;
7 background-color: rgba(0, 0, 0, 0.8);
8 z-index: 99999;
9 -webkit-user-select: none;
10 -moz-user-select: none;
11 user-select: none;
12 display: none;
13 height: calc(100vh - 32px);
14
15 &.active {
16 display: block;
17 }
18
19 .evf-deactivate-feedback-popup-inner {
20 max-width: 600px;
21 background-color: #fff;
22 position: absolute;
23 border-radius: 3px;
24 box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
25 overflow: hidden;
26 margin: 0 auto;
27 left: 0;
28 right: 0;
29 top: 50%;
30 -ms-transform: translateY(-50%);
31 transform: translateY(-50%);
32
33 .evf-deactivate-feedback-popup-header {
34 display: flex;
35 align-items: center;
36 justify-content: space-between;
37 padding: 1em;
38 border-bottom: 1px solid #cdd0d8;
39 }
40
41 .everest-forms-deactivate-feedback-popup-header__logo-wrap {
42 display: flex;
43 align-items: center;
44
45 .everest-forms-deactivate-feedback-popup-header__logo-icon {
46 margin-right: 16px;
47 padding-right: 16px;
48 border-right: 1px solid #cdd0d8;
49
50 svg {
51 display: block;
52 fill: #7e3bd0;
53 width: 24px;
54 height: 24px;
55 }
56 }
57
58 .evf-deactivate-feedback-popup-header-title {
59 font-size: 1.1em;
60 font-weight: 600;
61 }
62 }
63
64 .close-deactivate-feedback-popup {
65 cursor: pointer;
66 }
67
68 .evf-deactivate-feedback-popup-form-caption {
69 font-size: 1.1em;
70 margin-bottom: 10px;
71 font-weight: 600;
72 }
73
74 .evf-deactivate-feedback-form {
75 padding: 20px;
76 text-align: left;
77 font-size: 15px;
78 color: #495157;
79 line-height: 2;
80
81 input[type="text"]="text""] {
82 width: calc(100% - 20px);
83 outline: none;
84 max-width: 100%;
85 margin-left: 20px;
86 display: none;
87
88 }
89
90 input[type="radio"]="radio""]:checked+label+input[type="text"]="text""] {
91 display: block;
92 }
93 }
94
95 .evf-deactivate-feedback-popup-form-footer {
96 padding: 8px 16px;
97 overflow: hidden;
98 display: flex;
99 justify-content: space-between;
100 align-items: center;
101 font-size: 12px;
102 padding: 5px 0;
103
104 button.submit {
105 background-color: #7e3bd0;
106 color: white;
107 padding: 8px 16px;
108 border-radius: 4px;
109 border: none;
110 cursor: pointer;
111 float: right;
112 }
113
114 button.submit:hover {
115 background-color: #652aae;
116 }
117
118 a.skip {
119 color: #a4afb7;
120 background: none;
121 float: left;
122 width: auto;
123 border: none;
124 cursor: pointer;
125 }
126
127 }
128
129 .consent {
130 font-size: 12px;
131 color: #8f8f8f;
132 background: none;
133 width: auto;
134 border: none;
135 }
136 }
137 }