Update default loading spinner style

This commit is contained in:
Clemente Raposo 2024-12-11 00:56:01 +00:00 committed by Jack Anderson
parent bbe3b175b1
commit e2dca37098
2 changed files with 9 additions and 7 deletions

View file

@ -25,8 +25,8 @@
*/
.sk-cube-grid {
width: 6.25em;
height: 6.25em;
width: 4.25em;
height: 4.25em;
}
.sk-cube-grid .sk-cube {

View file

@ -48,12 +48,14 @@
align-items: center;
justify-content: center;
height: 100%;
.sk-cube-grid{
}
}
.loading-spinner .sk-cube-secondary,
.loading-spinner .sk-cube-primary {
background-color: $suite-logo-pink;
}
.loading-spinner .sk-cube-secondary {
background-color: $suite-logo-blue;
border: 1px solid $white;
background-color: $midnight-blue;
opacity: .4;
}