Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 139... Línea 139...
139
        // Delay visibility changes until after the slide right animation has completed.
139
        // Delay visibility changes until after the slide right animation has completed.
140
        @include transition(right .2s ease-in-out, visibility 0s ease-in-out .2s, opacity 0s ease-in-out .2s);
140
        @include transition(right .2s ease-in-out, visibility 0s ease-in-out .2s, opacity 0s ease-in-out .2s);
141
    }
141
    }
142
}
142
}
Línea 143... Línea 143...
143
 
143
 
144
@include media-breakpoint-down(sm) {
144
@include media-breakpoint-down(md) {
145
    [data-region=right-hand-drawer] {
145
    [data-region=right-hand-drawer] {
146
        &.drawer {
146
        &.drawer {
147
            top: 0;
147
            top: 0;
148
            height: 100%;
148
            height: 100%;
Línea 166... Línea 166...
166
    // Drawers has a z-index higher than the page content,
166
    // Drawers has a z-index higher than the page content,
167
    // lower than the top navbar and the sticky footer,
167
    // lower than the top navbar and the sticky footer,
168
    // and lower to the message drawer.
168
    // and lower to the message drawer.
169
    z-index: $zindex-sticky - 5;
169
    z-index: $zindex-sticky - 5;
Línea 170... Línea 170...
170
 
170
 
171
    @include media-breakpoint-down(md) {
171
    @include media-breakpoint-down(lg) {
172
        // In small screens the drawer goes over the top navbar with a modal with a backdrop effect.
172
        // In small screens the drawer goes over the top navbar with a modal with a backdrop effect.
173
        z-index: $zindex-fixed + 5;
173
        z-index: $zindex-fixed + 5;
Línea 174... Línea 174...
174
    }
174
    }
Línea 275... Línea 275...
275
}
275
}
276
.drawer.scrolled .drawerheader {
276
.drawer.scrolled .drawerheader {
277
    box-shadow: 0 8px 11px -7px $drawer-shadow-color;
277
    box-shadow: 0 8px 11px -7px $drawer-shadow-color;
278
}
278
}
Línea 279... Línea 279...
279
 
279
 
280
@include media-breakpoint-down(md) {
280
@include media-breakpoint-down(lg) {
281
    .drawer-md {
281
    .drawer-md {
282
        display: block;
282
        display: block;
283
        @include drawer();
283
        @include drawer();
284
        @include drawertypes();
284
        @include drawertypes();
285
    }
285
    }
Línea 286... Línea 286...
286
}
286
}
287
 
287
 
288
@include media-breakpoint-down(sm) {
288
@include media-breakpoint-down(md) {
289
    .drawer-sm {
289
    .drawer-sm {
290
        display: block;
290
        display: block;
291
        @include drawer();
291
        @include drawer();