mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 03:16:42 +01:00
Add loading styling
This commit is contained in:
parent
65159f31a3
commit
4c5a03329a
1 changed files with 10 additions and 0 deletions
10
resources/assets/styles/content.less
vendored
10
resources/assets/styles/content.less
vendored
|
@ -360,6 +360,16 @@ html {
|
|||
background-color: lighten(@pfm-purple, 30%);
|
||||
}
|
||||
}
|
||||
.cache-loading {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
line-height: 100%;
|
||||
font-size: 93%;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue