Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 12... Línea 12...
12
    right: 0;
12
    right: 0;
13
    left: 0;
13
    left: 0;
14
    height: $stickyfooter-height;
14
    height: $stickyfooter-height;
15
    bottom: calc(#{$stickyfooter-height} * -1);
15
    bottom: calc(#{$stickyfooter-height} * -1);
16
    transition: bottom .5s;
16
    transition: bottom .5s;
17
    z-index: $zindex-fixed;
17
    z-index: $zindex-sticky;
18
    overflow: hidden;
-
 
19
    box-shadow: 0 0 1rem rgba($black, .15);
18
    box-shadow: 0 0 1rem rgba($black, .15);
20
    font-size: calc(#{$font-size-base} * 1.10);
19
    font-size: calc(#{$font-size-base} * 1.10);
21
    // Adjust sticky footer width to the main content area.
20
    // Adjust sticky footer width to the main content area.
22
    .sticky-footer-content {
21
    .sticky-footer-content {
-
 
22
        overflow: hidden;
23
        @include media-breakpoint-up(md) {
23
        @include media-breakpoint-up(md) {
24
            .pagelayout-standard &,
24
            .pagelayout-standard &,
25
            body.limitedwidth.uses-drawers & {
25
            body.limitedwidth.uses-drawers & {
26
                max-width: $course-content-maxwidth;
26
                max-width: $course-content-maxwidth;
27
            }
27
            }
28
            body.mediumwidth.uses-drawers & {
-
 
29
                max-width: $medium-content-maxwidth;
-
 
30
            }
-
 
31
        }
28
        }
32
    }
29
    }
33
    // Adjust sticky footer width when drawers are open.
30
    // Adjust sticky footer width when drawers are open.
34
    .sticky-footer-content-wrapper {
31
    .sticky-footer-content-wrapper {
35
        @include transition(0.2s);
32
        @include transition(0.2s);
Línea 87... Línea 84...
87
            flex-shrink: 0;
84
            flex-shrink: 0;
88
        }
85
        }
89
    }
86
    }
90
}
87
}
Línea 91... Línea 88...
91
 
88
 
92
@include media-breakpoint-down(sm) {
89
@include media-breakpoint-down(md) {
93
    #page-wrapper {
90
    #page-wrapper {
94
        height: 100%;
91
        height: 100%;
95
        display: flex;
92
        display: flex;
96
        flex-direction: column;
93
        flex-direction: column;