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/System/Backup/RestoreBackupModalContent.css

25 lines
341 B

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