PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 1.9.9
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v1.9.9
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
components 5 years 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 5 years ago _animation.scss 7 years ago _backbone.scss 7 years ago _clearings.scss 6 years ago _colors.scss 6 years ago _confirm.scss 4 years ago _containers.scss 5 years ago _fonts.scss 5 years ago _grid.scss 5 years ago activation-rtl.css 3 years ago activation.css 3 years ago activation.css.map 5 years ago activation.scss 3 years ago admin-rtl.css 3 years ago admin.css 3 years ago admin.css.map 4 years ago admin.scss 3 years ago deactivation-feedback-rtl.css 3 years ago deactivation-feedback.css 3 years ago deactivation-feedback.scss 3 years ago everest-forms-rtl.css 3 years ago everest-forms.css 3 years ago everest-forms.css.map 4 years ago everest-forms.scss 3 years ago flatpickr-rtl.css 4 years ago flatpickr.css 4 years ago flatpickr.css.map 5 years ago flatpickr.scss 6 years ago menu-rtl.css 3 years ago menu.css 3 years ago menu.css.map 5 years ago menu.scss 3 years ago select2-rtl.css 4 years ago select2.css 4 years ago select2.css.map 5 years ago select2.scss 5 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 }