You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/FileBrowser/FileBrowserModalContent.css

34 lines
491 B

.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;
}