1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_menus.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;
}