Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 187... Línea 187...
187
    flex-wrap: wrap;
187
    flex-wrap: wrap;
188
}
188
}
Línea 189... Línea 189...
189
 
189
 
190
.wrapper--with-margin {
190
.wrapper--with-margin {
191
    @media (min-width: 700px) {
191
    @media (min-width: 700px) {
Línea 192... Línea 192...
192
        width: calc(100% - 254px);
192
        width: calc(100% - 200px);
193
 
193
 
194
        .show-drawer-left.show-drawer-right & {
194
        .show-drawer-left.show-drawer-right & {
195
            width: calc(100% - 80px);
195
            width: calc(100% - 80px);
Línea 316... Línea 316...
316
        width: 100%;
316
        width: 100%;
317
    }
317
    }
Línea 318... Línea 318...
318
 
318
 
319
 
319
 
Línea 320... Línea 320...
320
    a:not(.btn) {
320
    a:not(.btn) {
321
        opacity: .7;
321
        opacity: .85;
322
 
322
 
Línea 338... Línea 338...
338
    @include media-breakpoint-between(xs, sm) {
338
    @include media-breakpoint-between(xs, sm) {
339
        padding: 30px;
339
        padding: 30px;
340
    }
340
    }
Línea 341... Línea 341...
341
 
341
 
342
    hr {
342
    hr {
-
 
343
        border-color: $footer-text-color;
Línea 343... Línea 344...
343
        border-color: rgba($footer-text-color, .2);
344
        opacity: .2;
344
 
345
 
345
        .theme-dark & {
346
        .theme-dark & {
346
            border-color: $dm-border-color;
347
            border-color: $dm-border-color;
Línea 404... Línea 405...
404
    }
405
    }
405
}
406
}
Línea 406... Línea 407...
406
 
407
 
407
.rui-footer-buttons-wrapper {
408
.rui-footer-buttons-wrapper {
408
    flex-wrap: wrap;
409
    flex-wrap: wrap;
Línea 409... Línea 410...
409
    padding: 20px 0;
410
    padding: 20px 30px;
410
 
411
 
411
    @include media-breakpoint-between(xs, sm) {
412
    @include media-breakpoint-between(xs, sm) {
412
        padding: 20px;
413
        padding: 20px;
Línea 471... Línea 472...
471
 
472
 
472
    background: var(--topbar-color);
473
    background: var(--topbar-color);
Línea 473... Línea 474...
473
    background: linear-gradient(90deg, var(--topbar-color) 0%, var(--topbar-color-2) 100%);
474
    background: linear-gradient(90deg, var(--topbar-color) 0%, var(--topbar-color-2) 100%);
474
 
475
 
Línea 475... Línea 476...
475
    font-size: 0.875rem; //14px
476
    font-size: 0.875rem; //14px
476
    color: $topbar-text;
477
    color: var(--topbar-btn-text);
477
 
478
 
478
    .theme-dark & {
479
    .theme-dark & {
-
 
480
        background: var(--dm-topbar-color);
-
 
481
        background: linear-gradient(90deg, var(--dm-topbar-color) 0%, var(--dm-topbar-color-2) 100%);
-
 
482
        color: $dm-topbar-btn-text;
-
 
483
    }
479
        background: var(--dm-topbar-color);
484
 
-
 
485
    .dir-rtl & {
-
 
486
        background: linear-gradient(90deg, var(--topbar-color-2) 0%, var(--topbar-color) 100%);
-
 
487
    }
-
 
488
 
480
        background: linear-gradient(90deg, var(--dm-topbar-color) 0%, var(--dm-topbar-color-2) 100%);
489
    .dir-rtl.theme-dark & {
Línea 481... Línea 490...
481
        color: $dm-topbar-text;
490
        background: linear-gradient(90deg, var(--dm-topbar-color-2) 0%, var(--dm-topbar-color) 100%);
482
    }
491
    }  
483
}
492
}
484
 
493
 
485
#page-wrapper:before {
494
#page-wrapper:before {
486
    content: '';
495
    content: '';
487
    width: 100%;
496
    width: 100%;
488
    height: 69px;
497
    height: 69px;
489
    position: fixed;
498
    position: fixed;
Línea 490... Línea 499...
490
    z-index: 0;
499
    z-index: 0;
491
    top: $navbar-height;
500
    top: $navbar-height;
492
    background: var(--topbar-color);
501
    background: var(--topbar-color);
-
 
502
    background: linear-gradient(90deg, var(--topbar-color) 0%, $container-bg 100%);
-
 
503
 
-
 
504
    .theme-dark & {
-
 
505
        background: var(--dm-topbar-color);
493
    background: linear-gradient(90deg, var(--topbar-color) 0%, var(--topbar-color-2) 100%);
506
        background: linear-gradient(90deg, var(--dm-topbar-color) 0%, $dm-container-bg 100%);      
-
 
507
    }
-
 
508
 
-
 
509
    .dir-rtl & {
-
 
510
        background: linear-gradient(90deg, $container-bg 0%, var(--topbar-color) 100%);
494
 
511
    }
Línea 495... Línea 512...
495
    .theme-dark & {
512
 
496
        background: var(--dm-topbar-color);
513
    .dir-rtl.theme-dark & {
497
        background: linear-gradient(90deg, var(--dm-topbar-color) 0%, var(--dm-topbar-color-2) 100%);      
514
        background: linear-gradient(90deg, $dm-container-bg 0%, var(--dm-topbar-color) 100%);
Línea 526... Línea 543...
526
    .navbar-nav {
543
    .navbar-nav {
527
        font-size: 0.875rem; //14px
544
        font-size: 0.875rem; //14px
528
        font-weight: $font-weight-medium;
545
        font-weight: $font-weight-medium;
529
        justify-content: space-between;
546
        justify-content: space-between;
Línea 530... Línea 547...
530
 
547
 
531
        .nav-link {
548
        // .nav-link {
532
            color: $topbar-text;
549
        //     color: $topbar-text;
533
            border-radius: $btn-border-radius;
550
        //     border-radius: $btn-border-radius;
534
 
551
 
535
            .theme-dark & {
552
        //     .theme-dark & {
536
                color: $dm-topbar-text;
553
        //         color: $dm-topbar-text;
537
            }
554
        //     }
538
 
555
 
539
            &.active {
556
        //     &.active {
540
                color: $nav-tabs-link-active-color;
557
        //         color: $nav-tabs-link-active-color;
541
                //background-color: $nav-tabs-link-active-bg;
558
        //         //background-color: $nav-tabs-link-active-bg;
542
 
559
 
543
                .theme-dark & {
560
        //         .theme-dark & {
544
                    color: $dm-topbar-btn-hover-text;
561
        //             color: $dm-topbar-btn-hover-text;
545
                    //background-color: $dm-topbar-btn-hover;
562
        //             //background-color: $dm-topbar-btn-hover;
546
                }
563
        //         }
547
            }
564
        //     }
548
 
565
 
549
            &[aria-expanded="true"],
566
        //     &[aria-expanded="true"],
550
            &:hover {
567
        //     &:hover {
551
                color: $nav-tabs-link-hover-color;
568
        //         color: $nav-tabs-link-hover-color;
552
                //background-color: $nav-tabs-link-hover-bg;
569
        //         //background-color: $nav-tabs-link-hover-bg;
553
 
570
 
554
                .theme-dark & {
571
        //         .theme-dark & {
555
                    color: $dm-topbar-btn-hover-text;
572
        //             color: $dm-topbar-btn-hover-text;
556
                    //background-color: $dm-topbar-btn-hover;
573
        //             //background-color: $dm-topbar-btn-hover;
557
                }
574
        //         }
558
            }
575
        //     }
559
        }
576
        // }
Línea 560... Línea 577...
560
    }
577
    }
561
 
578
 
562
    .site-name {
579
    .site-name {
Línea 568... Línea 585...
568
        @if variable-exists(fontheadings) {
585
        @if variable-exists(fontheadings) {
569
            font-family: $fontheadings;
586
            font-family: $fontheadings;
570
        }
587
        }
Línea 571... Línea 588...
571
 
588
 
572
        font-weight: $font-weight-bold;
-
 
573
        color: $topbar-text;
-
 
574
 
-
 
575
        .theme-dark & {
-
 
576
            color: $dm-topbar-text;
-
 
577
        }
589
        font-weight: $font-weight-bold;
Línea 578... Línea 590...
578
    }
590
    }
579
 
591
 
580
    .rui-navbar-brand--img .site-name {
592
    .rui-navbar-brand--img .site-name {
Línea 581... Línea 593...
581
        margin-left: 0;
593
        margin-left: 0;
Línea 582... Línea -...
582
    }
-
 
583
 
-
 
584
}
-
 
585
 
-
 
586
.sidebar-btn {
-
 
587
    padding: 0;
-
 
588
    margin-right: 10px;
-
 
589
    margin-left: -1rem;
-
 
590
 
-
 
591
    width: 60px;
-
 
592
    height: 60px;
-
 
593
    line-height: 1;
-
 
594
 
-
 
595
    border: 0;
-
 
596
    color: $topbar-text;
-
 
597
 
-
 
598
    background-color: transparent;
-
 
599
    border-right: 1px solid rgba($topbar-text, .15);
-
 
600
    border-radius: $border-radius 0 0 0;
-
 
601
 
-
 
602
    &:hover {
-
 
603
        background-color: $topbar-btn-hover;
-
 
604
    }
594
    }
605
}
595
 
606
 
596
}
607
 
597
 
Línea 704... Línea 694...
704
            }
694
            }
705
        }
695
        }
706
    }
696
    }
707
}
697
}
Línea -... Línea 698...
-
 
698
 
-
 
699
.rui-course-contact-desc {
-
 
700
    margin-left: 60px;
-
 
701
    font-size: $font-size-md;
-
 
702
}
708
 
703
 
709
.course-hero-img {
704
.course-hero-img {
710
    border-radius: $btn-border-radius-lg;
705
    border-radius: $btn-border-radius-lg;
711
    width: 100%;
706
    width: 100%;
712
    max-width: 100%;
707
    max-width: 100%;
Línea 847... Línea 842...
847
#page-mod-quiz-edit,
842
#page-mod-quiz-edit,
848
.pagelayout-admin,
843
.pagelayout-admin,
849
.path-admin,
844
.path-admin,
850
.path-admin-roles,
845
.path-admin-roles,
851
.path-badges,
846
.path-badges,
852
.path-enrol,
-
 
853
.path-filter,
847
.path-filter,
854
.path-grade,
848
.path-grade,
855
.path-group,
849
.path-group,
856
.path-user,
850
.path-user,
857
.path-report,
851
.path-report,
Línea 944... Línea 938...
944
 
938
 
945
            min-width: 30px;
939
            min-width: 30px;
946
            height: 30px;
940
            height: 30px;
Línea 947... Línea 941...
947
            border-radius: 40px;
941
            border-radius: 40px;
948
 
942
 
Línea 949... Línea 943...
949
            color: $topbar-btn-text;
943
            color: var(--topbar-btn-text);
950
            line-height: 1.8;
944
            line-height: 1.8;
951
 
945
 
Línea 958... Línea 952...
958
                width: 100%;
952
                width: 100%;
959
            }
953
            }
Línea 960... Línea 954...
960
 
954
 
961
            &[aria-expanded="true"],
955
            &[aria-expanded="true"],
962
            &:hover {
956
            &:hover {
Línea 963... Línea 957...
963
                background-color: $topbar-btn-hover;
957
                background-color: var(--topbar-btn-hover);
964
 
958
 
965
                .theme-dark & {
959
                .theme-dark & {
966
                    color: $dm-topbar-btn-hover;
960
                    color: $dm-topbar-btn-hover;
Línea 1005... Línea 999...
1005
 
999
 
1006
    border: none;
1000
    border: none;
1007
    border-radius: 40px;
1001
    border-radius: 40px;
1008
    font-size: $font-size-sm;
1002
    font-size: $font-size-sm;
1009
    font-weight: $font-weight-medium;
1003
    font-weight: $font-weight-medium;
Línea 1010... Línea 1004...
1010
    color: $topbar-btn-text;
1004
    color: var(--topbar-btn-text);
1011
 
1005
 
1012
    &[aria-expanded="true"],
1006
    &[aria-expanded="true"],
1013
    &:hover {
1007
    &:hover {
1014
        color: $topbar-btn-hover-text;
1008
        color: $topbar-btn-hover-text;
1015
        background-color: $topbar-btn-hover;
1009
        background-color: var(--topbar-btn-hover);
Línea 1016... Línea 1010...
1016
        text-decoration: none;
1010
        text-decoration: none;
1017
    }
1011
    }
1018
 
1012
 
1019
    .theme-dark & {
1013
    .theme-dark & {
1020
        background-color: $dm-topbar-btn;
1014
        background-color: $dm-topbar-btn;
Línea 1021... Línea -...
1021
        color: $dm-topbar-btn-text;
-
 
1022
    }
-
 
1023
}
-
 
1024
 
-
 
1025
.nav-drawer-btn {
-
 
1026
    display: flex;
-
 
1027
    align-items: center;
-
 
1028
    justify-content: center;
-
 
1029
 
-
 
1030
    min-width: 40px;
-
 
1031
    width: max-content;
-
 
1032
    min-height: 40px;
-
 
1033
 
-
 
1034
    border: none;
-
 
1035
    border-radius: $btn-border-radius;
-
 
1036
 
-
 
1037
    background-color: $topbar-btn;
-
 
1038
    color: $topbar-btn-text;
-
 
1039
 
-
 
1040
    &[aria-expanded="true"],
-
 
1041
    &:hover {
-
 
1042
        color: $topbar-btn-hover-text;
-
 
1043
        background-color: $topbar-btn-hover;
-
 
1044
 
-
 
1045
        .theme-dark & {
-
 
1046
            background-color: var(--main-theme-color);
-
 
1047
            color: var(--primary-color-100);
-
 
1048
        }
-
 
1049
    }
-
 
1050
 
-
 
1051
    &[aria-expanded="true"] {
-
 
1052
        .nav-drawer-btn--opened {
-
 
1053
            display: flex;
-
 
1054
        }
-
 
1055
 
-
 
1056
        .nav-drawer-btn--closed {
-
 
1057
            display: none;
-
 
1058
        }
-
 
1059
    }
-
 
1060
 
-
 
1061
    &[aria-expanded="false"] {
-
 
1062
        .nav-drawer-btn--closed {
-
 
1063
            display: flex;
-
 
1064
        }
-
 
1065
 
-
 
1066
        .nav-drawer-btn--opened {
-
 
1067
            display: none;
-
 
1068
        }
1015
        color: $dm-topbar-btn-text;
1069
    }
1016
    }
1070
}
1017
}
1071
 
1018
 
Línea 1072... Línea 1019...
1072
.rui-signup-btn {
1019
.rui-signup-btn {
1073
    padding: 0 1rem;
1020
    padding: 0 1rem;
1074
    color: $topbar-btn-text;
1021
    color: var(--topbar-btn-text);
Línea 1175... Línea 1122...
1175
    width: 30px;
1122
    width: 30px;
1176
    height: 30px;
1123
    height: 30px;
Línea 1177... Línea 1124...
1177
 
1124
 
1178
    background: transparent;
1125
    background: transparent;
1179
    font-size: $font-size-xs;
1126
    font-size: $font-size-xs;
1180
    color: $topbar-btn-text;
1127
    color: var(--topbar-btn-text);
1181
    border-radius: 40px;
-
 
1182
 
1128
    border-radius: 40px;
1183
    &.active {
-
 
1184
        background-color: $topbar-btn-hover;
-
 
1185
        color: $topbar-btn-hover-text;
-
 
1186
 
-
 
1187
        .theme-dark & {
-
 
1188
            background-color: $dm-topbar-btn-hover;
-
 
1189
            color: $dm-topbar-btn-text;
-
 
1190
        }
-
 
Línea 1191... Línea 1129...
1191
    }
1129
    padding: 5px;
1192
 
1130
 
1193
    .theme-dark & {
1131
    .theme-dark & {
1194
        background: transparent;
1132
        background: transparent;
1195
        color: $dm-topbar-btn-text;
1133
        color: var(--dm-topbar-btn-text);
-
 
1134
    }
1196
    }
1135
    
1197
 
1136
    &.active,
1198
    &:hover {
1137
    &:hover {
Línea 1199... Línea 1138...
1199
        background: $topbar-btn-hover;
1138
        background-color: var(--topbar-btn-hover);
1200
        color: $topbar-btn-hover-text;
1139
        color: var(--topbar-btn-hover-text);
1201
 
1140
 
1202
        .theme-dark & {
1141
        .theme-dark & {
1203
            background: $dm-topbar-btn-hover;
1142
            background-color: var(--dm-topbar-btn-hover);
1204
            color: $dm-topbar-btn-hover-text;
1143
            color: var(--dm-topbar-btn-hover-text);
Línea 1205... Línea 1144...
1205
        }
1144
        }
Línea 1221... Línea 1160...
1221
    }
1160
    }
1222
}
1161
}
Línea 1223... Línea 1162...
1223
 
1162
 
1224
.rui-navbar-brand--img {
1163
.rui-navbar-brand--img {
-
 
1164
    margin-left: 0;
-
 
1165
 
-
 
1166
    color: var(--topbar-btn-text);
-
 
1167
 
-
 
1168
    .theme-dark & {
-
 
1169
        color: $dm-topbar-btn-text;
1225
    margin-left: 0;
1170
    }
Línea 1226... Línea 1171...
1226
}
1171
}
1227
 
1172
 
1228
.rui-navbar-brand:hover {
1173
.rui-navbar-brand:hover {
Línea 1249... Línea 1194...
1249
            top: 95px;
1194
            top: 95px;
1250
        }
1195
        }
1251
    }
1196
    }
1252
}
1197
}
Línea -... Línea 1198...
-
 
1198
 
1253
 
1199
.dark-mode-logo {
1254
.rui-custom-logo {
1200
    .rui-custom-logo {
1255
    display: inline-flex;
1201
        display: inline-flex;
1256
 
1202
    
1257
    .theme-dark & {
1203
        .theme-dark & {
-
 
1204
            display: none;
1258
        display: none;
1205
        }
1259
    }
1206
    }
Línea -... Línea 1207...
-
 
1207
}
1260
}
1208
 
1261
 
1209
 
Línea 1262... Línea 1210...
1262
.rui-custom-dmlogo {
1210
.rui-custom-dmlogo {
1263
    display: none;
1211
    display: none;
Línea 1301... Línea 1249...
1301
    //     left: -6px;
1249
    //     left: -6px;
1302
    // }
1250
    // }
Línea 1303... Línea 1251...
1303
 
1251
 
1304
    &:after {
1252
    &:after {
1305
        content: '';
1253
        content: '';
1306
        background-color: rgba($topbar-text, .3);
1254
        background-color: rgba($topbar-btn-text, .3);
1307
        width: 1px;
1255
        width: 1px;
Línea 1308... Línea 1256...
1308
        height: 16px;
1256
        height: 16px;
1309
 
1257
 
1310
        position: absolute;
1258
        position: absolute;
Línea 1311... Línea 1259...
1311
        top: calc(50% - 8px);
1259
        top: calc(50% - 8px);
1312
        right: -6px;
1260
        right: -6px;
1313
 
1261
 
1314
        .theme-dark & {
1262
        .theme-dark & {
Línea 1315... Línea 1263...
1315
            background-color: rgba($dm-topbar-text, .3);
1263
            background-color: rgba($dm-topbar-btn-text, .3);
1316
        }
1264
        }
1317
    }
1265
    }
Línea 1318... Línea 1266...
1318
 
1266
 
1319
 
1267
 
Línea 1320... Línea 1268...
1320
    p {
1268
    p {
1321
        margin-bottom: 0;
1269
        margin-bottom: 0;
1322
    }
1270
    }
1323
 
1271
 
1324
    a {
1272
    a {
Línea 1325... Línea 1273...
1325
        color: $topbar-link;
1273
        color: var(--topbar-btn-text);
Línea 1366... Línea 1314...
1366
        color: $dm-body-color;
1314
        color: $dm-body-color;
1367
    }
1315
    }
1368
}
1316
}
Línea 1369... Línea 1317...
1369
 
1317
 
1370
.rui-page-footer .rui-footer-nav-items {
1318
.rui-page-footer .rui-footer-nav-items {
1371
    font-size: $font-size-base;
1319
    font-size: $font-size-sm;
-
 
1320
    color: $footer-text-color;
Línea 1372... Línea 1321...
1372
    color: rgba($footer-text-color, .6);
1321
    opacity: .6;
1373
 
1322
 
1374
    .theme-dark & {
1323
    .theme-dark & {
Línea 1375... Línea 1324...
1375
        color: $dm-body-color-secondary;
1324
        color: $dm-body-color-secondary;
1376
    }
1325
    }
Línea 1377... Línea 1326...
1377
 
1326
 
1378
    li {
1327
    li {
Línea 1379... Línea 1328...
1379
        margin: .65rem 0;
1328
        margin: .35rem 0;
1380
 
1329
 
-
 
1330
        a {
1381
        a {
1331
            color: $footer-link-color;
Línea 1382... Línea 1332...
1382
            color: $footer-link-color;
1332
 
1383
 
1333
            &:after {
1384
            &:after {
1334
                background-color: $footer-link-color;
Línea 1385... Línea 1335...
1385
                background-color: $footer-link-color-hover;
1335
                opacity: .8;
1386
            }
1336
            }
-
 
1337
 
1387
 
1338
            .theme-dark & {
1388
            .theme-dark & {
1339
                color: $dm-body-color-secondary;
1389
                color: $dm-body-color-secondary;
1340
            }
1390
            }
1341
 
1391
 
1342
            &:hover {
Línea 1404... Línea 1355...
1404
    .theme-dark & {
1355
    .theme-dark & {
1405
        color: $dm-body-color-light;
1356
        color: $dm-body-color-light;
1406
    }
1357
    }
1407
}
1358
}
Línea 1408... Línea -...
1408
 
-
 
1409
/* Enroll Page */
-
 
1410
.theme-dark#page-enrol-index .main-content {
-
 
1411
    .info {
-
 
1412
        background-color: $black;
-
 
1413
    }
-
 
1414
 
-
 
1415
    .box:not(.info) {
-
 
1416
        border: 1px solid $dm-border-color;
-
 
1417
    }
-
 
1418
}
-
 
1419
 
-
 
1420
#page-enrol-index .main-content {
-
 
1421
 
-
 
1422
    .col-md-3,
-
 
1423
    .col-md-9 {
-
 
1424
        padding: 0;
-
 
1425
        text-align: left !important;
-
 
1426
        flex: 0 0 100%;
-
 
1427
        max-width: 100%;
-
 
1428
    }
-
 
1429
 
-
 
1430
    .col-md-3 {
-
 
1431
        margin-top: .5rem;
-
 
1432
    }
-
 
1433
 
-
 
1434
    .info {
-
 
1435
        margin-top: $page-padding-global;
-
 
1436
        background-color: $gray-100;
-
 
1437
        border-radius: $btn-border-radius-lg;
-
 
1438
 
-
 
1439
        .rui-course-card {
-
 
1440
            max-width: 320px;
-
 
1441
            margin: 30px auto;
-
 
1442
        }
-
 
1443
 
-
 
1444
        .rui-course-card-body {
-
 
1445
            margin-top: 0;
-
 
1446
        }
-
 
1447
 
-
 
1448
        .rui-title-container {
-
 
1449
            width: auto;
-
 
1450
            margin-bottom: $page-padding-global;
-
 
1451
        }
-
 
1452
    }
-
 
1453
 
-
 
1454
 
-
 
1455
    .mform .form-inline .form-control {
-
 
1456
        width: 100%;
-
 
1457
    }
-
 
1458
 
-
 
1459
    a.fheader {
-
 
1460
        margin-bottom: 0;
-
 
1461
    }
-
 
1462
 
-
 
1463
    .fcontainer,
-
 
1464
    .btn,
-
 
1465
    [type="submit"] {
-
 
1466
        width: 300px;
-
 
1467
        margin: 0 auto;
-
 
1468
    }
-
 
1469
 
-
 
1470
    .box:not(.info) {
-
 
1471
        padding: 20px !important;
-
 
1472
        border-radius: $btn-border-radius-lg;
-
 
1473
    }
-
 
1474
 
-
 
1475
}
-
 
1476
 
-
 
1477
body#page-enrol-index #region-main .generalbox:last-of-type {
-
 
1478
    width: 100% !important;
-
 
1479
    float: none !important;
-
 
1480
    margin-top: 20px !important;
-
 
1481
    box-shadow: none !important;
-
 
1482
}
-
 
1483
 
1359
 
1484
.generalbox {
1360
.generalbox {
1485
    &:empty {
1361
    &:empty {
1486
        display: none;
1362
        display: none;
1487
    }
1363
    }
Línea 1542... Línea 1418...
1542
    z-index: 9999;
1418
    z-index: 9999;
1543
    bottom: 0;
1419
    bottom: 0;
1544
    left: 15px;
1420
    left: 15px;
Línea 1545... Línea 1421...
1545
 
1421
 
1546
    background-color: $black;
1422
    background-color: $black;
1547
    color: $dm-body-color-secondary;
1423
    color: $white;
1548
    font-weight: $font-weight-normal;
1424
    font-weight: $font-weight-normal;
Línea 1549... Línea 1425...
1549
    box-shadow: $box-shadow-lg;
1425
    box-shadow: $box-shadow-lg;
1550
 
1426
 
1551
    &.fade:not(.show) {
1427
    &.fade:not(.show) {
Línea 1552... Línea -...
1552
        z-index: -1;
-
 
1553
    }
-
 
1554
 
-
 
1555
    .theme-dark & {
-
 
1556
        background-color: $black;
-
 
1557
        color: $dm-body-color-secondary;
1428
        z-index: -1;
1558
    }
1429
    }
1559
 
1430
 
1560
    .rui-custom-alert-close {
1431
    .rui-custom-alert-close {
Línea 1711... Línea 1582...
1711
            padding-right: $drawer-right-width;
1582
            padding-right: $drawer-right-width;
1712
        }
1583
        }
1713
    }
1584
    }
1714
}
1585
}
Línea -... Línea 1586...
-
 
1586
 
-
 
1587
.drawer-left-toggle {
-
 
1588
    position: fixed;
-
 
1589
    top: 90px;
-
 
1590
    
-
 
1591
    @include media-breakpoint-up(mdl) {
-
 
1592
        left: 30px;
-
 
1593
    }
-
 
1594
 
-
 
1595
    @include media-breakpoint-only(md) {
-
 
1596
        left: 35px;
-
 
1597
    }
-
 
1598
 
-
 
1599
    @include media-breakpoint-between(xs, sm) {
-
 
1600
        left: 10px;
-
 
1601
    }
-
 
1602
 
-
 
1603
    .btn {
-
 
1604
        width: 40px;
-
 
1605
        height: 40px;
-
 
1606
        padding: 4px;
-
 
1607
 
-
 
1608
        background-color: $gray-900;
-
 
1609
        color: $gray-100;
-
 
1610
 
-
 
1611
        &:hover {
-
 
1612
            background-color: var(--main-theme-color) !important;
-
 
1613
            color: var(--primary-color-100);
-
 
1614
        }
-
 
1615
 
-
 
1616
        .theme-dark & {
-
 
1617
            background-color: $dm-gray-300;
-
 
1618
            color: $dm-gray-900;
-
 
1619
        }
-
 
1620
 
-
 
1621
        @include media-breakpoint-between(xs, md) {
-
 
1622
            box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
-
 
1623
        }
-
 
1624
    }
-
 
1625
}
1715
 
1626
 
Línea 1716... Línea 1627...
1716
@include media-breakpoint-down(sm) {
1627
@include media-breakpoint-down(sm) {
1717
 
1628
 
1718
    //the scroll to top button
1629
    //the scroll to top button
Línea 1797... Línea 1708...
1797
.rui-content-message-container,
1708
.rui-content-message-container,
1798
.rui-course-card-text,
1709
.rui-course-card-text,
1799
#sidepre-blocks .rui-sidebar-blocks-wrapper,
1710
#sidepre-blocks .rui-sidebar-blocks-wrapper,
1800
.table-dynamic div:first-of-type,
1711
.table-dynamic div:first-of-type,
1801
.course-teachers-box,
1712
.course-teachers-box,
1802
.notification-area .control-area,
1713
.notification-area .control-area {
1803
.gradeparent {
-
 
1804
    @include thin-scrolls($scroll-bg-track);
1714
    @include thin-scrolls($scroll-bg-track);
Línea 1805... Línea 1715...
1805
 
1715
 
1806
    .theme-dark & {
1716
    .theme-dark & {
1807
        @include thin-scrolls($dm-drawer-scroll-bg-track);
1717
        @include thin-scrolls($dm-drawer-scroll-bg-track);
Línea 1955... Línea 1865...
1955
.box:empty {
1865
.box:empty {
1956
    display: none;
1866
    display: none;
1957
}
1867
}
Línea 1958... Línea 1868...
1958
 
1868
 
1959
#page-login-change_password {
1869
#page-login-change_password {
1960
    background-image: none;
1870
    background-image: none!important;
Línea 1961... Línea 1871...
1961
}
1871
}
1962
 
1872
 
1963
// H5P
1873
// H5P
Línea 2025... Línea 1935...
2025
    right: 70px;
1935
    right: 70px;
2026
}
1936
}
Línea 2027... Línea 1937...
2027
 
1937
 
2028
.rui-editmode--top.scrolled.back-to-top-on .editmode-switch-form {
1938
.rui-editmode--top.scrolled.back-to-top-on .editmode-switch-form {
-
 
1939
    right: 0;
-
 
1940
    background: $container-bg;
-
 
1941
    padding: 3px 1px;
2029
    right: 0;
1942
    border-radius: $btn-border-radius;
Línea 2030... Línea 1943...
2030
}
1943
}
2031
 
1944
 
2032
.theme-dark.rui-editmode--footer .editmode-switch-form {
1945
.theme-dark.rui-editmode--footer .editmode-switch-form {
Línea 2051... Línea 1964...
2051
    .theme-dark & {
1964
    .theme-dark & {
2052
        background-color: $dm-gray-100;
1965
        background-color: $dm-gray-100;
2053
        color: $dm-gray-900;
1966
        color: $dm-gray-900;
2054
    }
1967
    }
Línea 2055... Línea -...
2055
 
-
 
2056
    @include media-breakpoint-between(xs,md) {
-
 
2057
        display: none!important;
-
 
2058
    }
-
 
2059
 
1968
 
2060
    .scrolled & {
1969
    .scrolled & {
-
 
1970
        display: flex;
-
 
1971
    }
-
 
1972
}
-
 
1973
 
-
 
1974
 
-
 
1975
// Filter.
-
 
1976
.filtering-title {
-
 
1977
    font-size: $font-size-sm;
-
 
1978
}
-
 
1979
 
-
 
1980
.filtering-group {
-
 
1981
    padding: 12px 16px 16px;
-
 
1982
}
-
 
1983
 
-
 
1984
.filtering-filter {
-
 
1985
    display: flex;
-
 
1986
    align-items: center;
-
 
1987
    justify-content: space-between;
-
 
1988
 
-
 
1989
    padding: 3px 3px 3px 12px;
-
 
1990
    margin-bottom: 2px;
-
 
1991
 
-
 
1992
    font-size: $font-size-sm;
-
 
1993
    border-radius: $btn-border-radius;
-
 
1994
 
-
 
1995
    cursor: pointer;
-
 
1996
 
-
 
1997
    .total {
-
 
1998
        background-color: $gray-200;
-
 
1999
        color: $gray-800;
-
 
2000
        border-radius: $btn-border-radius;
-
 
2001
    
-
 
2002
        min-width: 18px;
-
 
2003
    
-
 
2004
        display: inline-flex;
-
 
2005
        align-items: center;
-
 
2006
        padding: 1px 4px;
-
 
2007
        justify-content: center;
-
 
2008
    
-
 
2009
        font-size: 11px;
-
 
2010
        font-weight: $font-weight-bold;
-
 
2011
        margin-left: 10px;
-
 
2012
    }
-
 
2013
 
-
 
2014
    &:hover {
-
 
2015
        background-color: $gray-100;
-
 
2016
 
-
 
2017
        .theme-dark & {
-
 
2018
            background-color: $dm-gray-300;
-
 
2019
        }
Línea -... Línea 2020...
-
 
2020
    }
2061
        display: flex;
2021
 
-
 
2022
    &.checked {
-
 
2023
        background-color: var(--main-theme-color);
-
 
2024
        color: var(--primary-color-100);
-
 
2025
    
2062
 
2026
        .total {
2063
        @include media-breakpoint-between(xs,md) {
2027
            background-color: var(--primary-color-200);
2064
            display: none!important;
2028
            color: var(--main-theme-color);
-
 
2029
        }
-
 
2030
    }
-
 
2031
 
-
 
2032
    &.disabled {
-
 
2033
        display: none;
-
 
2034
        // color: $gray-500;
-
 
2035
        // .theme-dark & {
-
 
2036
        //     color: $dm-gray-500;
-
 
2037
        // }
-
 
2038
    }
-
 
2039
}
-
 
2040
 
-
 
2041
/* Items */
-
 
2042
.filtering-item.filtered {
-
 
2043
    display: none;
-
 
2044
}
-
 
2045
 
-
 
2046
// Category Dropdown menu
-
 
2047
.rui-course-count-badge {
-
 
2048
    margin-left: auto;
-
 
2049
    padding: 2px 4px;
-
 
2050
    background-color: $dropdown-link-active-bg;
-
 
2051
    color: $dropdown-link-active-color;
-
 
2052
 
-
 
2053
    min-width: 20px;
-
 
2054
    width: auto;
-
 
2055
    height: 20px;
-
 
2056
    border-radius: 20px;
-
 
2057
 
-
 
2058
    font-size: 11px;
-
 
2059
    display: flex;
-
 
2060
    justify-content: center;
-
 
2061
    align-items: center;
-
 
2062
}
-
 
2063
 
-
 
2064
.rui-cat-menu-0 {
-
 
2065
    margin: 0;
-
 
2066
    padding: 0;
-
 
2067
    list-style: none;
-
 
2068
 
-
 
2069
    .categories-depth-0 a {
-
 
2070
        font-size: 16px;
-
 
2071
        gap: 10px;
-
 
2072
    }
-
 
2073
 
-
 
2074
    .categories-depth-1 a {
-
 
2075
        font-size: 14px;
-
 
2076
        gap: 10px;
-
 
2077
    }
-
 
2078
 
-
 
2079
    .categories-depth-3 a {
-
 
2080
        font-size: 12px;
-
 
2081
        gap: 10px;
-
 
2082
    }
-
 
2083
 
-
 
2084
    ul {
-
 
2085
        list-style: none;
-
 
2086
        margin: 0;
-
 
2087
    }
-
 
2088
}
-
 
2089
 
-
 
2090
#root .info {
-
 
2091
    img.img-fluid {
-
 
2092
        margin: 10px 0;
2065
        }
2093
        border-radius: $btn-border-radius;
2066
    }
2094
    }