Files
2022-05-12 17:18:38 +02:00

63 lines
1.2 KiB
CSS

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