mirror of
https://github.com/Radarr/Radarr
synced 2026-01-15 03:53:12 +01:00
16 lines
208 B
CSS
16 lines
208 B
CSS
.buttonContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.button {
|
|
composes: button from 'Components/Link/Button.css';
|
|
|
|
width: 300px;
|
|
}
|
|
|
|
.buttonIcon {
|
|
margin-right: 5px;
|
|
}
|