mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-05 19:25:04 -04:00
12 lines
187 B
CSS
12 lines
187 B
CSS
.body {
|
|
composes: modalBody from 'Components/Modal/ModalBody.css';
|
|
|
|
flex: 1 1 430px;
|
|
}
|
|
|
|
.deleteButton {
|
|
composes: button from 'Components/Link/Button.css';
|
|
|
|
margin-right: auto;
|
|
}
|