mirror of
https://github.com/Readarr/Readarr
synced 2026-01-11 18:14:00 +01:00
24 lines
300 B
CSS
24 lines
300 B
CSS
.recentFoldersContainer {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.buttonsContainer {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.buttonContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.button {
|
|
composes: button from 'Components/Link/Button.css';
|
|
|
|
width: 300px;
|
|
}
|
|
|
|
.buttonIcon {
|
|
margin-right: 5px;
|
|
}
|