1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 03:42:50 +02:00
Minecraft-Phantom-Panel/Web/Phantom.Web/Layout/NavMenuItem.razor.css

39 lines
557 B
CSS

.nav-item {
font-size: 1.1rem;
padding: 0 1rem 0.6rem;
}
.nav-item:first-of-type {
padding-top: 1rem;
}
.nav-item:last-of-type {
padding-bottom: 1rem;
}
.oi {
width: 2rem;
font-size: 1.2rem;
vertical-align: -10%;
}
.nav-label {
vertical-align: text-top;
}
.nav-item ::deep a {
color: #d7d7d7;
border-radius: 4px;
padding: 0.6rem 1rem;
}
.nav-item ::deep a.active {
background-color: rgba(255, 255, 255, 0.25);
color: #ffffff;
}
.nav-item ::deep a:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
}