mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-59884 themes: add styles for overlay loading
This commit is contained in:
parent
8dc85f9c04
commit
63cb267c1b
3 changed files with 62 additions and 0 deletions
|
@ -2159,3 +2159,25 @@ $footer-link-color: $bg-inverse-link-color !default;
|
|||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.overlay-icon-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
|
||||
.loading-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
.icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue