mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +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 {
|
.sk-cube-grid {
|
||||||
width: 6.25em;
|
width: 4.25em;
|
||||||
height: 6.25em;
|
height: 4.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sk-cube-grid .sk-cube {
|
.sk-cube-grid .sk-cube {
|
||||||
|
|
|
@ -48,12 +48,14 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
.sk-cube-grid{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading-spinner .sk-cube-secondary,
|
||||||
.loading-spinner .sk-cube-primary {
|
.loading-spinner .sk-cube-primary {
|
||||||
background-color: $suite-logo-pink;
|
border: 1px solid $white;
|
||||||
}
|
background-color: $midnight-blue;
|
||||||
|
opacity: .4;
|
||||||
.loading-spinner .sk-cube-secondary {
|
|
||||||
background-color: $suite-logo-blue;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue