Files

8 lines
177 B
SCSS

.file-progress-modal {
// TODO: should we update the card component with this padding option?
&__card {
padding-top: $pad-medium;
padding-bottom: $pad-medium;
}
}