Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 28... Línea 28...
28
#sidepreopen-control {
28
#sidepreopen-control {
29
    position: fixed;
29
    position: fixed;
30
    z-index: $zindex-fixed;
30
    z-index: $zindex-fixed;
Línea 31... Línea 31...
31
 
31
 
32
    @include media-breakpoint-up(md) {
32
    @include media-breakpoint-up(md) {
33
        top: 100px;
33
        top: 90px;
34
        right: 40px;
34
        right: 30px;
Línea 35... Línea 35...
35
    }
35
    }
36
 
36
 
37
    @include media-breakpoint-between(xs,sm) {
37
    @include media-breakpoint-between(xs,sm) {
Línea 47... Línea 47...
47
    width: 40px;
47
    width: 40px;
48
    height: 40px;
48
    height: 40px;
Línea 49... Línea 49...
49
 
49
 
50
    border: 1px solid $topbar-btn;
50
    border: 1px solid $topbar-btn;
51
    background-color: $topbar-btn;
51
    background-color: $topbar-btn;
Línea 52... Línea 52...
52
    color: $topbar-btn-text;
52
    color: var(--topbar-btn-text);
Línea 53... Línea 53...
53
 
53
 
Línea 170... Línea 170...
170
        }
170
        }
171
    }
171
    }
Línea 172... Línea 172...
172
 
172
 
Línea 173... Línea -...
173
}
-
 
174
 
-
 
175
body.drawer-open-right.dir-rtl {
-
 
176
    #sidepreopen-control svg {
-
 
177
        transform: rotate(0deg);
-
 
178
    }
-
 
179
}
-
 
180
 
173
}
181
 
174
 
182
.blockmovetarget {
175
.blockmovetarget {
183
    display: block;
176
    display: block;
184
    padding: 5px 10px;
177
    padding: 5px 10px;
Línea 314... Línea 307...
314
    height: 5rem;
307
    height: 5rem;
315
}
308
}
Línea 316... Línea 309...
316
 
309
 
317
.block .block-cards {
310
.block .block-cards {
318
    .course-info-container {
311
    .course-info-container {
319
        padding: 0.8rem;
312
        padding: 3px;
Línea 320... Línea 313...
320
    }
313
    }
321
 
314
 
322
    .course-summaryitem {
315
    .course-summaryitem {
Línea 783... Línea 776...
783
.block_course_list,
776
.block_course_list,
784
.block_community,
777
.block_community,
785
.block_admin_bookmarks,
778
.block_admin_bookmarks,
786
.block_quickmail {
779
.block_quickmail {
787
    li a {
780
    li a {
788
        .icon {
781
        img.icon {
789
            .theme-dark & {
782
            .theme-dark & {
790
                filter: invert(1);
783
                filter: invert(1);
791
            }
784
            }
792
        }
785
        }
793
    }
786
    }
Línea 805... Línea 798...
805
            align-items: center;
798
            align-items: center;
806
            padding: .35rem 0;
799
            padding: .35rem 0;
Línea 807... Línea 800...
807
 
800
 
Línea 808... Línea 801...
808
            position: relative;
801
            position: relative;
809
 
802
 
810
            font-size: $font-size-xs;
803
            font-size: $font-size-md;
Línea 811... Línea 804...
811
            font-weight: $font-weight-medium;
804
            font-weight: $font-weight-medium;
812
            color: $body-color-secondary;
805
            color: $body-color;
813
 
806
 
Línea 814... Línea 807...
814
            .theme-dark & {
807
            .theme-dark & {
815
                color: $dm-body-color-secondary;
808
                color: $dm-body-color;
816
            }
809
            }
Línea 923... Línea 916...
923
 
916
 
924
            .user a {
917
            .user a {
925
                width: 170px;
918
                width: 170px;
926
                display: inline-flex;
919
                display: inline-flex;
-
 
920
                align-items: center;
Línea 927... Línea 921...
927
                align-items: center;
921
                line-height: 1.2;
928
 
922
 
Línea 929... Línea 923...
929
                font-weight: $font-weight-medium;
923
                font-weight: $font-weight-medium;
Línea 1013... Línea 1007...
1013
                    &:before {
1007
                    &:before {
1014
                        display: none;
1008
                        display: none;
1015
                    }
1009
                    }
Línea 1016... Línea 1010...
1016
 
1010
 
1017
                    .icon {
-
 
1018
                        color: $white;
1011
                    .icon {
1019
                        font-size: 12px;
1012
                        font-size: 14px;
-
 
1013
                        margin: 0;
1020
                        margin: 0;
1014
                        line-height: 20px;
1021
                    }
1015
                    }
Línea 1022... Línea 1016...
1022
                }
1016
                }
1023
 
1017
 
Línea 1187... Línea 1181...
1187
        #sidepre-blocks & {
1181
        #sidepre-blocks & {
1188
            flex-wrap: wrap;
1182
            flex-wrap: wrap;
1189
        }
1183
        }
1190
    }
1184
    }
Línea 1191... Línea 1185...
1191
 
1185
 
1192
    @include media-breakpoint-down(md) {
1186
    @include media-breakpoint-between(xs,sm) {
1193
        .event-name-container {
1187
        .event-name-container {
1194
            margin: 0 40px 10px;
1188
            margin: 0 0 10px;
1195
        }
1189
        }
Línea 1196... Línea 1190...
1196
    }
1190
    }
1197
 
1191
 
Línea 1223... Línea 1217...
1223
 
1217
 
1224
    .rui-timeline-date-txt {
1218
    .rui-timeline-date-txt {
1225
        margin: 0 7px;
1219
        margin: 0 7px;
1226
        font-size: $font-size-xs;
1220
        font-size: $font-size-xs;
1227
        font-weight: $font-weight-medium;
1221
        font-weight: $font-weight-medium;
1228
        color: $body-color-light;
1222
        color: $body-color-secondary;
Línea 1229... Línea 1223...
1229
        align-self: center;
1223
        align-self: center;
1230
 
1224
 
1231
        .theme-dark & {
1225
        .theme-dark & {
1232
            color: $dm-body-color-light;
1226
            color: $dm-body-color-secondary;
Línea 1233... Línea 1227...
1233
        }
1227
        }
1234
    }
1228
    }
Línea 1497... Línea 1491...
1497
//         color: $dm-body-color-light;
1491
//         color: $dm-body-color-light;
1498
//     }
1492
//     }
1499
// }
1493
// }
Línea 1500... Línea 1494...
1500
 
1494
 
1501
.rui-mo-progress-text {
-
 
1502
    margin-bottom: 5px;
1495
.rui-mo-progress-text {
1503
    font-size: $font-size-xs;
1496
    font-size: $font-size-xs;
1504
    font-weight: $font-weight-medium;
1497
    font-weight: $font-weight-medium;
Línea 1505... Línea 1498...
1505
    color: $body-color-light;
1498
    color: $body-color-light;
Línea 1535... Línea 1528...
1535
        color: $green-500;
1528
        color: $green-500;
1536
    }
1529
    }
1537
}
1530
}
Línea 1538... Línea 1531...
1538
 
1531
 
1539
.rui-course-card-shortname {
-
 
1540
    margin-bottom: .25rem;
-
 
1541
 
1532
.rui-course-card-shortname {
1542
    font-size: $font-size-xs;
1533
    font-size: $font-size-xs;
-
 
1534
    font-weight: $font-weight-normal;
-
 
1535
 
-
 
1536
    h5 {
-
 
1537
        font-weight: $font-weight-normal; 
1543
    font-weight: $font-weight-normal;
1538
    }
Línea 1544... Línea 1539...
1544
}
1539
}
1545
 
1540
 
1546
.pagelayout-embedded {
1541
.pagelayout-embedded {