mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-12 00:20:55 +01:00
21 lines
235 B
SCSS
21 lines
235 B
SCSS
|
|
||
|
.menu {
|
||
|
}
|
||
|
|
||
|
.menu__link {
|
||
|
display: inline-block;
|
||
|
padding: $spacer
|
||
|
}
|
||
|
|
||
|
.menu__logo svg { fill: #fff }
|
||
|
|
||
|
.menu--main {
|
||
|
@extend .background--gray;
|
||
|
|
||
|
.menu__link { color: #fff; }
|
||
|
}
|
||
|
|
||
|
.menu--footer {
|
||
|
@extend .text-center;
|
||
|
}
|