mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
21 lines
315 B
SCSS
21 lines
315 B
SCSS
.edit-software-modal {
|
|
&__form-inputs {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-large;
|
|
}
|
|
|
|
&__input-field {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
&--hidden {
|
|
display: none;
|
|
}
|
|
|
|
.software-vpp-form__form-frame {
|
|
flex-direction: column;
|
|
}
|
|
}
|