TourIAm/TIAMSharedUI/obj/Debug/net7.0/scopedcss/Shared/NavMenu.razor.rz.scp.css

83 lines
1.6 KiB
CSS

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