AutorÃa | Ultima modificación | Ver Log |
.primary-navigation {
.navigation {
height: 40px;
@include media-breakpoint-between(xs, sm) {
height: max-content;
}
.nav-link {
margin: 0 .15rem;
padding: 9px 15px;
color: $gray-900;
border: none;
.theme-dark & {
color: $dm-gray-900;
}
}
}
}
@include media-breakpoint-between(xs, sm) {
.primary-navigation {
position: absolute;
top: 50px;
left: 0;
width: 100%;
}
}
.editmode-switch-form .custom-control-input {
width: 100%;
z-index: 1;
.theme-dark & {
color: $dm-gray-100;
}
}
.drawer-primary .drawercontent {
padding: 0;
.list-group {
border-radius: 0;
margin-top: -1px;
.list-group-item {
border-left: 0;
border-right: 0;
}
}
}