fleet/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareCustomPackage/_styles.scss

19 lines
409 B
SCSS
Raw Normal View History

.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;
}
}
}