Fleet UI: Add 24px gap between banner text and CTA (#29864)

This commit is contained in:
RachelElysia 2025-06-10 14:47:03 -04:00 committed by GitHub
parent 0c02ace489
commit 8cdda4819f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
display: flex;
justify-content: space-between;
padding: $pad-medium;
gap: $pad-large; // Between text and CTA
font-size: $x-small;
font-weight: $regular;
color: $core-fleet-black;