fleet/frontend/components/FileProgressModal/_styles.scss

8 lines
177 B
SCSS
Raw Normal View History

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