mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-21 08:04:13 +00:00
17 lines
257 B
CSS
17 lines
257 B
CSS
.modalBody {
|
|
composes: modalBody from 'Components/Modal/ModalBody.css';
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.pathInput {
|
|
composes: pathInputWrapper from 'Components/Form/PathInput.css';
|
|
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.scroller {
|
|
margin-top: 20px;
|
|
}
|