Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.modal {
2
    .modal-body {
3
        & > .loading-icon {
4
            display: block;
5
            position: relative;
6
            width: 100%;
7
            height: 100%;
8
 
9
            .icon {
10
                position: absolute;
11
                top: 50%;
12
                /*rtl:ignore*/
13
                left: 50%;
14
                transform: translate(-50%, -50%);
15
            }
16
        }
17
    }
18
}
19
 
20
// ---- URL: /admin/roles/permissions.php?contextid=3&returnurl=%2Fcourse%2Fmanagement.php%3Fcategoryid%3D1
21
.moodle-dialogue {
22
    box-shadow: $box-shadow-lg;
23
 
24
    @include media-breakpoint-up(md) {
25
        height: max-content!important;
26
    }
27
 
28
    .role_buttons {
29
        .btn {
30
            width: 100%;
31
            margin: 0.25rem 0;
32
        }
33
    }
34
}
35
 
36
 
37
// ---- URL: /grade/grading/form/rubric/edit.php?areaid=5
38
//Small modyfication
39
.confirmation-buttons {
40
    justify-content: flex-end!important;
41
 
42
    .path-mod-quiz & {
43
        margin-bottom: 0;
44
    }
45
 
46
    .btn {
47
        margin-right: 0;
48
 
49
        .path-mod-quiz & {
50
            width: 100%;
51
            margin-top: .35rem;
52
            margin-left: 0;
53
            margin-right: 0;
54
        }
55
    }
56
}