mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
menu tweaks & driver updates
This commit is contained in:
parent
b36be8e460
commit
6b032d8761
@ -397,4 +397,15 @@ body {
|
|||||||
@supports (position: sticky) {
|
@supports (position: sticky) {
|
||||||
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 {
|
.menu--sub {
|
||||||
background: $gray-dark;
|
@include transition;
|
||||||
border-bottom: 1px solid $gray;
|
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 {
|
.menu-overflow {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -304,5 +317,6 @@
|
|||||||
margin-right: $spacer / 6;
|
margin-right: $spacer / 6;
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
stroke-width: 3px;
|
stroke-width: 3px;
|
||||||
|
color: $gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,20 +15,20 @@ official:
|
|||||||
icon: logo-cli
|
icon: logo-cli
|
||||||
|
|
||||||
community:
|
community:
|
||||||
- title: Haskell
|
|
||||||
repo: bigchaindb-hs
|
|
||||||
icon: logo-haskell
|
|
||||||
link: https://github.com/bigchaindb/bigchaindb-hs
|
|
||||||
|
|
||||||
- title: Ruby
|
- title: Ruby
|
||||||
repo: bigchaindb_ruby
|
repo: bigchaindb_ruby
|
||||||
icon: logo-ruby
|
icon: logo-ruby
|
||||||
link: https://github.com/LicenseRocks/bigchaindb_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
|
- title: Go
|
||||||
repo: bigchaindb-driver-golang
|
repo: envoke
|
||||||
icon: logo-go
|
icon: logo-go
|
||||||
link: https://github.com/krish7919/bigchaindb-driver-golang
|
link: https://github.com/zbo14/envoke/blob/master/bigchain/bigchain.go
|
||||||
|
|
||||||
- title: Java
|
- title: Java
|
||||||
repo: bigchaindb-java-driver
|
repo: bigchaindb-java-driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user