make blue button color change global

This commit is contained in:
Matthias Kretschmann 2018-04-12 12:56:47 +02:00
parent 0ecccfaf47
commit 8939615ce2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1 additions and 5 deletions

View File

@ -25,8 +25,4 @@
display: none;
}
}
.btn {
color: #fff !important; // stylelint-disable-line
}
}

View File

@ -151,7 +151,7 @@ $btn-primary-bg: $brand-primary !default;
$btn-secondary-color: $brand-main-blue !default;
$btn-secondary-bg: $gray-light !default;
$btn-blue-color: $brand-primary !default;
$btn-blue-color: $brand-main-blue-light !default;
$btn-blue-bg: $brand-main-blue !default;
$btn-violet-color: $brand-main-blue !default;