Files
webdoorcreator/WebDoorCreator.UI/Components/NavMenuHorizontal.razor.less
T
2023-03-08 16:42:37 +01:00

68 lines
1.1 KiB
Plaintext

.navbar-toggler {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.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: rgb(41, 182, 246);
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item ::deep a.active {
background-color: rgb(41, 98, 255);
color: white;
}
.nav-item ::deep a:hover {
background-color: rgb(41, 98, 255);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler {
display: none;
}
.collapse {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
.btnLogout{
border: none;
background-color: rgb(41, 182, 246);
margin-left: 1rem;
padding: 0.2rem;
border-radius: 0.3rem;
}