Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.primary-navigation {
2
    .navigation {
3
        height: $navbar-height;
4
        .nav-link {
5
            height: $navbar-height;
6
            color: $gray-900;
7
            border-top: 3px solid transparent;
8
        }
9
    }
10
}
11
 
12
@include media-breakpoint-down(sm) {
13
    .primary-navigation {
14
        display: none;
15
    }
16
    .editmode-switch-form label {
17
        @include sr-only();
18
    }
19
}
20
 
21
.editmode-switch-form .custom-control-input {
22
    width: 100%;
23
    z-index: 1;
24
}
25
 
26
.drawer-primary .drawercontent {
27
    padding: 0;
28
 
29
    .list-group {
30
        border-radius: 0;
31
        margin-top: -1px;
32
        .list-group-item {
33
            border-left: 0;
34
            border-right: 0;
35
        }
36
    }
37
}