fleet/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareCustomPackage/_styles.scss
2024-10-15 17:13:34 +01:00

18 lines
409 B
SCSS

.software-custom-package {
&__premium-message {
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;
}
}
}