21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 02:05:09 +02:00
chexpire/app/frontend/scss/_variables.scss

16 lines
458 B
SCSS
Raw Normal View History

// Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr>
// License: GNU AGPL-3+ (see full text in LICENSE file)
$input-placeholder-color: #b9bbbb;
2018-07-04 12:33:50 +02:00
$enable-rounded: false;
$theme-colors: (
2018-07-20 18:40:03 +02:00
"primary": #118b83, //light-green
"secondary": #013d3a, //dark-green
"tertiary": #be0c04, //red
"quaternary": #d6b20e, // yellow
"success": #118b83, //light-green
2018-07-04 12:33:50 +02:00
"warning": #F6AE2D,
2018-07-20 18:40:03 +02:00
"danger": #be0c04, //red
2018-07-04 12:33:50 +02:00
"info": #2E86AB,
);