PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 1.6.3
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v1.6.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 / activation.scss
everest-forms / assets / css Last commit date
jquery-confirm 8 years ago jquery-ui 8 years ago perfect-scrollbar 7 years ago _animation.scss 6 years ago _backbone.scss 6 years ago _clearings.scss 6 years ago _confirm.scss 6 years ago _fonts.scss 7 years ago _mixins.scss 7 years ago _variables.scss 6 years ago activation-rtl.css 6 years ago activation.css 6 years ago activation.scss 6 years ago admin-rtl.css 6 years ago admin.css 6 years ago admin.scss 6 years ago everest-forms-rtl.css 6 years ago everest-forms.css 6 years ago everest-forms.scss 6 years ago flatpickr.css 6 years ago flatpickr.scss 7 years ago menu-rtl.css 6 years ago menu.css 6 years ago menu.scss 6 years ago select2.css 6 years ago select2.scss 6 years ago
activation.scss
93 lines
1 /**
2 * activation.scss
3 * Styles applied to elements displayed on activation
4 */
5
6 /**
7 * Imports
8 */
9 @import 'variables';
10
11 /**
12 * Styling begins
13 */
14 div.everest-forms-message {
15 overflow: hidden;
16 position: relative;
17 border-left-color: $everestforms !important;
18
19 &.evf-review-notice {
20 padding: 16px;
21 display: flex;
22 align-items: center;
23
24 .everest-forms-logo {
25 height: 80px;
26 width: 80px;
27 border-radius: 4px;
28 margin-right: 16px;
29 flex: 0 0 80px;
30 display: flex;
31 align-items: center;
32 justify-content: center;
33 background: $everestforms;
34
35 svg {
36 height: 64px;
37 width: 64px;
38 fill: $color-white;
39 }
40 }
41
42 .everest-forms-message--content {
43 h3 {
44 margin: 0;
45 font-size: 14px;
46 }
47
48 p {
49 margin-top: 4px;
50 padding: 0;
51
52 &.submit {
53 margin-top: 9px;
54 margin-bottom: 0;
55
56 .button {
57 margin-right: 5px;
58 }
59
60 .evf-button-link {
61 padding: 0 2px 0;
62 box-shadow: none;
63 }
64 }
65 }
66 }
67 }
68
69 a.everest-forms-message-close {
70 position: static;
71 float: right;
72 top: 0;
73 right: 0;
74 padding: 0px 15px 10px 28px;
75 margin-top: -10px;
76 font-size: 13px;
77 line-height: 1.23076923;
78 text-decoration: none;
79
80 &:before {
81 position: relative;
82 top: 18px;
83 left: -20px;
84 transition: all .1s ease-in-out;
85 }
86 }
87
88 .button-primary,
89 .button-secondary {
90 text-decoration: none !important;
91 }
92 }
93