mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
fix pdf download button background
This commit is contained in:
parent
ab2902e7b1
commit
224c25e6ae
@ -223,20 +223,19 @@
|
||||
a {
|
||||
display: block;
|
||||
padding: ($spacer * 2) $spacer;
|
||||
background: $brand-main-green;
|
||||
background: $brand-main-blue;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
box-shadow: none;
|
||||
font-family: $btn-font-family;
|
||||
color: $brand-main-blue-dark;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: lighten($brand-main-green, 5%);
|
||||
background: lighten($brand-main-blue, 5%);
|
||||
}
|
||||
|
||||
&.link-back {
|
||||
background: $brand-main-blue-dark;
|
||||
color: #fff;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user