mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 07:29:08 +00:00
add premium message to the add software pages. 
12 lines
194 B
SCSS
12 lines
194 B
SCSS
.software-app-store-vpp {
|
|
|
|
&__premium-message, &__error {
|
|
margin-top: $pad-xxxlarge;
|
|
}
|
|
|
|
&__content {
|
|
margin-top: $pad-xxlarge;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|