mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Update default loading spinner style
This commit is contained in:
parent
bbe3b175b1
commit
e2dca37098
2 changed files with 9 additions and 7 deletions
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
.sk-cube-grid {
|
||||
width: 6.25em;
|
||||
height: 6.25em;
|
||||
width: 4.25em;
|
||||
height: 4.25em;
|
||||
}
|
||||
|
||||
.sk-cube-grid .sk-cube {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue