mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
3b9bd696fb
(cherry picked from commit 3ddc6ac6de5c27a9aab915672321c8818dc5da48) Closes #10630
30 lines
380 B
CSS
30 lines
380 B
CSS
.foldersContainer {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.foldersTitle {
|
|
border-bottom: 1px solid var(--borderColor);
|
|
font-size: 21px;
|
|
}
|
|
|
|
.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;
|
|
}
|