minor style update

This commit is contained in:
Torkel Ödegaard
2019-02-11 13:42:37 +01:00
parent b14958edef
commit 9570394c49
2 changed files with 8 additions and 5 deletions

View File

@@ -153,11 +153,11 @@ $table-bg-hover: $gray-5;
// Buttons
// -------------------------
$btn-primary-bg: $sapphire-base;
$btn-primary-bg-hl: $sapphire-shade;
$btn-primary-bg: $green-base;
$btn-primary-bg-hl: $green-shade;
$btn-secondary-bg: rgba(0,0,0,0);
$btn-secondary-bg-hl: rgba(0,0,0,0);
$btn-secondary-bg: $sapphire-base;
$btn-secondary-bg-hl: $sapphire-shade;
$btn-danger-bg: $lobster-base;
$btn-danger-bg-hl: $lobster-shade;