fleet/frontend/components/FileProgressModal/_styles.scss
Sarah Gillespie 3727474043
Update add software UI to move software package modal into new tabbed layout (#22553)
Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com>
2024-10-02 10:43:20 -05:00

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