mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-13 15:34:06 -04:00
34 lines
492 B
CSS
34 lines
492 B
CSS
.modalBody {
|
|
composes: modalBody from 'Components/Modal/ModalBody.css';
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.mappedDrivesWarning {
|
|
composes: alert from 'Components/Alert.css';
|
|
|
|
margin: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.faqLink {
|
|
color: $alertWarningColor;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.pathInput {
|
|
composes: pathInputWrapper from 'Components/Form/PathInput.css';
|
|
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.scroller {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.loading {
|
|
display: inline-block;
|
|
margin-right: auto;
|
|
}
|