Files
FoodsharingOnboarding/FoodsharingSiegen.Server/Shared/NavMenu.razor.scss
2022-05-30 11:34:08 +02:00

49 lines
812 B
SCSS

@import '../Style/_variables';
nav {
padding-top: 50px;
@media screen and (min-width: #{$breakpointM}px) {
padding: 0;
}
}
.oi {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type {
padding-top: 1rem;
}
.nav-item:last-of-type {
padding-bottom: 1rem;
}
.nav-item ::deep a {
color: #533a20;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: rgba(255,255,255,0.25);
color: #64ae24;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: #64ae24;
}