Fleet UI: Auto-install VPP apps (#26455)

This commit is contained in:
RachelElysia
2025-02-24 16:01:55 -05:00
committed by GitHub
parent bf7917b503
commit e98a93e8bc
47 changed files with 802 additions and 401 deletions
@@ -6,17 +6,4 @@
&__data-error {
margin-top: $pad-xxxlarge;
}
// formatting the form buttons to be on the left. Tshis is done here because
// this form can be used in other places where the buttons should be on
// the right.
&__package-form {
margin-top: $pad-xxlarge;
.form-buttons {
display: flex;
flex-direction: row;
gap: $pad-large;
}
}
}