mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user