mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
9 lines
159 B
SCSS
9 lines
159 B
SCSS
.edit-configuration-modal {
|
|
.modal__content {
|
|
@include vertical-modal-layout;
|
|
}
|
|
|
|
.modal-footer__content-wrapper {
|
|
padding-top: $pad-large;
|
|
}
|
|
}
|