Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.primary-navigation {
2
 
3
    .navigation {
4
        height: 40px;
5
 
6
        @include media-breakpoint-between(xs, sm) {
7
            height: max-content;
8
        }
9
 
10
        .nav-link {
11
            margin: 0 .15rem;
12
            padding: 9px 15px;
13
            color: $gray-900;
14
            border: none;
15
 
16
            .theme-dark & {
17
                color: $dm-gray-900;
18
            }
19
        }
20
    }
21
}
22
 
23
@include media-breakpoint-between(xs, sm) {
24
    .primary-navigation {
25
        position: absolute;
26
        top: 50px;
27
        left: 0;
28
        width: 100%;
29
    }
30
}
31
 
32
.editmode-switch-form .custom-control-input {
33
    width: 100%;
34
    z-index: 1;
35
 
36
    .theme-dark & {
37
        color: $dm-gray-100;
38
    }
39
}
40
 
41
.drawer-primary .drawercontent {
42
    padding: 0;
43
 
44
    .list-group {
45
        border-radius: 0;
46
        margin-top: -1px;
47
 
48
        .list-group-item {
49
            border-left: 0;
50
            border-right: 0;
51
        }
52
    }
53
}