83 lines
1.7 KiB
CSS
Raw Blame History

.navbar-toggler[b-7qeeiauegz] {
background-color: rgba(255, 255, 255, 0.1);
}
.icon-white[b-7qeeiauegz] {
color: rgb(255, 255, 255);
}
.top-row[b-7qeeiauegz] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-7qeeiauegz] {
font-size: 1.1rem;
}
.oi[b-7qeeiauegz] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-7qeeiauegz] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-7qeeiauegz] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-7qeeiauegz] {
padding-bottom: 1rem;
}
.nav-item[b-7qeeiauegz] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-7qeeiauegz] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-7qeeiauegz] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (max-width: 992px) {
.nav-link .text-hide-on-small[b-7qeeiauegz] {
display: none;
}
}
/* Muestra el texto dentro de .nav-link en pantallas medianas o grandes ('lg' o m<>s grande) */
@media (min-width: 993px) {
.nav-link .text-hide-on-small[b-7qeeiauegz] {
display: inline;
}
}
@media (min-width: 641px) {
.navbar-toggler[b-7qeeiauegz] {
display: none;
}
.collapse[b-7qeeiauegz] {
/* Never collapse the sidebar for wide screens */
display: block;
}
.nav-scrollable[b-7qeeiauegz] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}