_variables.scss
18 lines
| 1 | /** |
| 2 | * EverestForms CSS Variables |
| 3 | */ |
| 4 | /*===== Primary Color ======*/ |
| 5 | $everestforms: #7e3bd0; |
| 6 | $everestforms-soft: lighten($everestforms, 40%); |
| 7 | |
| 8 | /*===== Semantic Color ======*/ |
| 9 | // Colors for notifications |
| 10 | $green: #4bce61; |
| 11 | $red: #fa5252; |
| 12 | $orange: #ffba00; |
| 13 | $blue: #0095ff; |
| 14 | |
| 15 | /*===== Neutral colors ======*/ |
| 16 | @import 'colors'; |
| 17 | @import 'grids'; |
| 18 |