y4f/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css
2023-01-17 16:16:46 +01:00

69 lines
1.3 KiB
CSS

.navbar-toggler[b-s6yxx2ok96] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-s6yxx2ok96] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-s6yxx2ok96] {
font-size: 1.1rem;
}
.oi[b-s6yxx2ok96] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-s6yxx2ok96] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-s6yxx2ok96] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-s6yxx2ok96] {
padding-bottom: 1rem;
}
.nav-item[b-s6yxx2ok96] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-s6yxx2ok96] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-s6yxx2ok96] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-s6yxx2ok96] {
display: none;
}
.collapse[b-s6yxx2ok96] {
/* Never collapse the sidebar for wide screens */
display: block;
}
.nav-scrollable[b-s6yxx2ok96] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}