mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
13 lines
149 B
CSS
13 lines
149 B
CSS
.modalBody {
|
|
flex: 1 0 1px;
|
|
padding: $modalBodyPadding;
|
|
}
|
|
|
|
.modalScroller {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.innerModalBody {
|
|
padding: $modalBodyPadding;
|
|
}
|