You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/frontend/src/Components/Page/LoadingPage.css

14 lines
201 B

.page {
composes: page from '~./Page.css';
background-color: var(--pageBackground);
}
.logoFull {
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: 120px;
height: 40px;
}