mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 20:25:18 +01:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
12 lines
162 B
CSS
12 lines
162 B
CSS
.page {
|
|
composes: page from '~./Page.css';
|
|
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.version {
|
|
margin-top: 20px;
|
|
font-size: 16px;
|
|
}
|