mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
17 lines
208 B
CSS
17 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;
|
|
}
|