Lidarr/frontend/src/System/Backup/RestoreBackupModalContent.css
2018-01-14 17:11:37 -05:00

24 lines
341 B
CSS

.additionalInfo {
flex-grow: 1;
color: #777;
}
.steps {
margin-top: 20px;
}
.step {
display: flex;
font-size: $largeFontSize;
line-height: 20px;
}
.stepState {
margin-right: 8px;
}
@media only screen and (max-width: $breakpointSmall) {
composes: modalFooter from 'Components/Modal/ModalFooter.css';
flex-wrap: wrap;
}