Files
MewtocolNet/MewExplorer/Shared/NavMenu.razor.css
2023-06-28 23:31:07 +02:00

44 lines
613 B
CSS

.app-name-header {
margin: 2em;
color: white;
}
.navbar-brand {
font-size: 1.1rem;
}
.oi {
margin: 1em;
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item {
font-size: 0.9rem;
padding: 2em;
}
.nav-item ::deep a {
color: #d7d7d7;
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: white;
}
.nav-item ::deep a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}