MDL-59884 themes: add styles for overlay loading

This commit is contained in:
Simey Lameze 2017-08-22 15:38:53 +08:00
parent 8dc85f9c04
commit 63cb267c1b
3 changed files with 62 additions and 0 deletions

View file

@ -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;
}
}
}