mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
7 lines
177 B
SCSS
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;
|
|
}
|
|
}
|