mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Resloves: #41820 ## Summary - Adds `1.5rem` vertical margin to the GitOps mode info banner on the **Software > Add Software > Custom Packages** page - Uses an instance-level `className` prop (`software-custom-package__gitops-banner`) and a page-scoped SCSS rule, following existing codebase patterns for instance-specific spacing - Does **not** modify the shared `InfoBanner` component styles ## Changes - `frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareCustomPackage/SoftwareCustomPackage.tsx` — Added `className` prop to the GitOps `InfoBanner` instance - `frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareCustomPackage/_styles.scss` — Added `&__gitops-banner` rule with `margin: 1.5rem 0` --- Built for [Marko Lisica](https://fleetdm.slack.com/archives/D0AFA3M07AP/p1773750050662559?thread_ts=1773749619.263099&cid=D0AFA3M07AP) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: RachelElysia <rachel@fleetdm.com>
7 lines
121 B
SCSS
7 lines
121 B
SCSS
.software-custom-package {
|
|
@include vertical-page-layout;
|
|
|
|
&__premium-message {
|
|
margin-top: $pad-xxxlarge;
|
|
}
|
|
}
|