1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-12 00:20:55 +01:00
site/_src/_assets/styles/bigchain/_menus.scss

21 lines
235 B
SCSS
Raw Normal View History

2016-01-07 20:15:09 +01:00
.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;
}