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
    border-radius: $btn-border-radius;
24
 
25
    @include media-breakpoint-up(md) {
26
        height: max-content!important;
27
    }
28
 
29
    .role_buttons {
30
        .btn {
31
            width: 100%;
32
            margin: 0.25rem 0;
33
        }
34
    }
35
}
36
 
37
 
38
// ---- URL: /grade/grading/form/rubric/edit.php?areaid=5
39
//Small modyfication
40
.confirmation-buttons {
41
    justify-content: flex-end!important;
42
 
43
    .path-mod-quiz & {
44
        margin-bottom: 0;
45
    }
46
 
47
    .btn {
48
        margin-right: 0;
49
 
50
        .path-mod-quiz & {
51
            width: 100%;
52
            margin-top: .35rem;
53
            margin-left: 0;
54
            margin-right: 0;
55
        }
56
    }
57
}