mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-28 18:24:19 -04:00
14 lines
201 B
CSS
14 lines
201 B
CSS
.page {
|
|
composes: page from '~./Page.css';
|
|
|
|
background-color: var(--pageBackground);
|
|
}
|
|
|
|
.logoFull {
|
|
margin-top: 50px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 120px;
|
|
height: 40px;
|
|
}
|