mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
add premium message to the add software pages. 
18 lines
409 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|