mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Add 24px gap between banner text and CTA (#29864)
This commit is contained in:
parent
0c02ace489
commit
8cdda4819f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue