mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
spacing tweaks, add social link interaction
This commit is contained in:
parent
f4bc3dc11d
commit
e2b3380170
@ -26,7 +26,7 @@
|
||||
height: 1px;
|
||||
width: 3rem;
|
||||
display: block;
|
||||
margin: ($spacer / 2) auto;
|
||||
margin: ($spacer / 1.3) auto ($spacer / 2) auto;
|
||||
background: $brand-main-blue-light;
|
||||
}
|
||||
}
|
||||
@ -51,6 +51,19 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
transform: translateY(-1px);
|
||||
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
|
||||
}
|
||||
|
||||
&:active {
|
||||
filter: drop-shadow(0 1px 2px rgba($brand-main-blue-dark, .3));
|
||||
outline: 0;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
fill: $brand-primary;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user