Files
fleet/frontend/components/FileProgressModal/_styles.scss
T

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