mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Add Logo to the Loading Screen for.... clarity
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.loadingMessage {
|
.loadingMessage {
|
||||||
margin: 50px 10px 0;
|
margin: 10px 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
.page {
|
.page {
|
||||||
composes: page from '~./Page.css';
|
composes: page from '~./Page.css';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logoFull {
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
width: 120px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user