Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 20... Línea 20...
20
 
20
 
21
        .cb-listitem.cb-unlisted {
21
        .cb-listitem.cb-unlisted {
22
            position: relative;
22
            position: relative;
Línea 23... Línea 23...
23
        }
23
        }
24
 
24
 
25
        @include media-breakpoint-down(sm) {
25
        @include media-breakpoint-down(md) {
26
            .cb-listitem {
26
            .cb-listitem {
27
                flex-basis: 50%;
27
                flex-basis: 50%;
Línea 53... Línea 53...
53
            opacity: .15;
53
            opacity: .15;
54
        }
54
        }
Línea 55... Línea 55...
55
 
55
 
56
        /* Display a centered eye slash on top of unlisted content icons. */
56
        /* Display a centered eye slash on top of unlisted content icons. */
57
        .cb-unlisted::after {
57
        .cb-unlisted::after {
58
            @extend .fa-regular;
58
            font: var(--fa-font-solid);
59
            content: fa-content($fa-var-eye-slash);
59
            content: fa-content($fa-var-eye-slash);
60
            position: absolute;
60
            position: absolute;
61
            top: 20px;
61
            top: 20px;
62
            left: 0;
62
            left: 0;
Línea 112... Línea 112...
112
        .cb-listitem.cb-unlisted .cb-column,
112
        .cb-listitem.cb-unlisted .cb-column,
113
        .cb-listitem.cb-unlisted .cb-column a {
113
        .cb-listitem.cb-unlisted .cb-column a {
114
            color: $text-muted;
114
            color: $text-muted;
115
        }
115
        }
Línea 116... Línea 116...
116
 
116
 
117
        @include media-breakpoint-down(sm) {
117
        @include media-breakpoint-down(md) {
118
            .cb-column {
118
            .cb-column {
119
                flex: 0 0 50%;
119
                flex: 0 0 50%;
120
                max-width: 50%;
120
                max-width: 50%;
121
            }
121
            }
Línea 164... Línea 164...
164
.cb-toolbar-container .dropdown-scrollable {
164
.cb-toolbar-container .dropdown-scrollable {
165
    max-height: 190px;
165
    max-height: 190px;
166
    overflow-y: auto;
166
    overflow-y: auto;
167
}
167
}
168
.cb-navigation-container .singleselect,
168
.cb-navigation-container .singleselect,
169
.cb-navigation-container .singleselect .custom-select {
169
.cb-navigation-container .singleselect .form-select {
170
    width: 100%;
170
    width: 100%;
171
}
171
}