mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
12 lines
157 B
CSS
12 lines
157 B
CSS
.page {
|
|
composes: page from '~./Page.css';
|
|
}
|
|
|
|
.logoFull {
|
|
margin-top: 50px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 120px;
|
|
height: 40px;
|
|
}
|