mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
2291f3e00e
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com>
15 lines
217 B
CSS
15 lines
217 B
CSS
.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.65;
|
|
}
|