Allow to configure accent colors

This commit is contained in:
Raphael Michel
2018-11-13 12:56:52 +01:00
parent e523a4e610
commit 4e6f4716ec
8 changed files with 124 additions and 10 deletions

View File

@@ -18,10 +18,10 @@ $text-color: #222222;
$text-muted: #999999;
$brand-primary: #7f5a91 !default;
$brand-success: #50a167;
$brand-info: #5f9cd4;
$brand-warning: #ffb419;
$brand-danger: #d36060;
$brand-success: #50a167 !default;
$brand-info: #5f9cd4 !default;
$brand-warning: #ffb419 !default;
$brand-danger: #d36060 !default;
$btn-default-border: #CCCCCC;