mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-14 19:42:28 +01:00
24 lines
341 B
CSS
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;
|
|
}
|