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.
Readarr/frontend/src/Components/Page/LoadingPage.css

15 lines
217 B

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