mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-11 08:09:33 +01:00
menu tweaks & driver updates
This commit is contained in:
parent
b36be8e460
commit
6b032d8761
@ -397,4 +397,15 @@ body {
|
||||
@supports (position: sticky) {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.menu__link {
|
||||
@media ($screen-sm) {
|
||||
padding-top: $spacer;
|
||||
padding-bottom: $spacer;
|
||||
|
||||
&:after {
|
||||
bottom: $spacer / 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -290,8 +290,21 @@
|
||||
}
|
||||
|
||||
.menu--sub {
|
||||
background: $gray-dark;
|
||||
border-bottom: 1px solid $gray;
|
||||
@include transition;
|
||||
background: rgba(lighten($gray, 30%), .85);
|
||||
backdrop-filter: saturate(200%) blur(10px);
|
||||
|
||||
a {
|
||||
color: $gray-dark;
|
||||
|
||||
&:after {
|
||||
background: darken($gray-dark, 10%);
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: darken($gray-dark, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.menu-overflow {
|
||||
text-align: center;
|
||||
@ -304,5 +317,6 @@
|
||||
margin-right: $spacer / 6;
|
||||
margin-bottom: -2px;
|
||||
stroke-width: 3px;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
|
@ -15,20 +15,20 @@ official:
|
||||
icon: logo-cli
|
||||
|
||||
community:
|
||||
- title: Haskell
|
||||
repo: bigchaindb-hs
|
||||
icon: logo-haskell
|
||||
link: https://github.com/bigchaindb/bigchaindb-hs
|
||||
|
||||
- title: Ruby
|
||||
repo: bigchaindb_ruby
|
||||
icon: logo-ruby
|
||||
link: https://github.com/LicenseRocks/bigchaindb_ruby
|
||||
|
||||
- title: Haskell
|
||||
repo: bigchaindb-hs
|
||||
icon: logo-haskell
|
||||
link: https://github.com/bigchaindb/bigchaindb-hs
|
||||
|
||||
- title: Go
|
||||
repo: bigchaindb-driver-golang
|
||||
repo: envoke
|
||||
icon: logo-go
|
||||
link: https://github.com/krish7919/bigchaindb-driver-golang
|
||||
link: https://github.com/zbo14/envoke/blob/master/bigchain/bigchain.go
|
||||
|
||||
- title: Java
|
||||
repo: bigchaindb-java-driver
|
||||
|
Loading…
Reference in New Issue
Block a user