1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-15 15:54:35 -04:00
Files
Sonarr/frontend/src/Components/FileBrowser/FileBrowserModalContent.css
2019-07-22 19:44:07 -07:00

34 lines
491 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: inputWrapper from '~Components/Form/PathInput.css';
flex: 0 0 auto;
}
.scroller {
margin-top: 20px;
}
.loading {
display: inline-block;
margin-right: auto;
}