mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
32 lines
456 B
SCSS
32 lines
456 B
SCSS
@import "variables";
|
|
|
|
nav.top-bar {
|
|
margin-bottom: 0px;
|
|
|
|
a.icon {
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
height: $topbar-height;
|
|
color: white;
|
|
|
|
i {
|
|
font-size: 29px;
|
|
line-height: $topbar-height;
|
|
}
|
|
|
|
span {
|
|
font-size: 13px;
|
|
display: inline-block;
|
|
line-height: $topbar-height;
|
|
height: $topbar-height;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
}
|
|
|
|
body > section[role='main'] {
|
|
padding: 0px;
|
|
}
|