mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add generating newsletter loader
This commit is contained in:
parent
25355f29ce
commit
8b1c7df3ce
4 changed files with 77 additions and 3 deletions
|
@ -3976,3 +3976,18 @@ a:hover .overlay-refresh-image:hover {
|
|||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.newsletter-loader-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.newsletter-loader-message {
|
||||
color: #282A2D;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue