1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00
Files
Radarr/frontend/src/System/Backup/RestoreBackupModalContent.css
T
2019-06-11 22:07:34 -04:00

25 lines
342 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;
}