PluginProbe
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 3.6.1
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v3.6.1
3.6.1 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 All 165 releases
everest-forms / assets / css / _colors.scss
_colors.scss
23 lines 248 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Background Colors
3 **/
4 .evf-bg-primary {
5 background: $everestforms;
6 }
7
8 .evf-bg-primary-soft {
9 background: $everestforms-soft;
10 }
11
12
13 /**
14 * Colors
15 **/
16 .evf-color-white {
17 color: $color-white;
18 }
19
20 .evf-color-primary {
21 color: $everestforms;
22 }
23