Facilite la gestion et la valorisation du bénévolat dans les associations.
https://benevalibre.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
634 B
24 lines
634 B
// ----------------------------------------------------------------------------- |
|
// Bootstrap's configuration for the application |
|
// ----------------------------------------------------------------------------- |
|
// see: ../../node_modules/bootstrap/scss/_variables.scss |
|
|
|
// Color system |
|
|
|
// You can generate a color scheme with: |
|
// https://palx.jxnblk.com/ |
|
$blue: #007bff; |
|
$indigo: #6610f2; |
|
$purple: #6f42c1; |
|
$pink: #e83e8c; |
|
$red: #dc3545; |
|
$orange: #fd7e14; |
|
$yellow: #ffc107; |
|
$green: #28a745; |
|
$teal: #20c997; |
|
$cyan: #17a2b8; |
|
|
|
// Add 'error' as an alternative to 'danger' since it is used by Django. |
|
$theme-colors: ( |
|
"error": $red |
|
);
|
|
|