mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
make blue button color change global
This commit is contained in:
parent
0ecccfaf47
commit
8939615ce2
@ -25,8 +25,4 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: #fff !important; // stylelint-disable-line
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user