UI - Improve side nav empty state UI under /settings (#24145)

## #23027 

<img width="1392" alt="Screenshot 2024-11-25 at 1 09 50 PM"
src="https://github.com/user-attachments/assets/74fdd240-f3bc-4365-8ff2-7a3fedf718c1">

- [x] Changes file added for user-visible changes in `changes/`, 
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
jacobshandling 2024-11-26 12:29:50 -08:00 committed by GitHub
parent d15fda2693
commit c5d61c7490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
* Improve side nav empty state UI under `/settings`

View file

@ -78,4 +78,15 @@
width: 24px;
}
}
.empty-table__container {
padding: px-to-rem(64) $pad-large;
border-radius: $pad-xsmall;
border: px-to-rem(1) solid $ui-fleet-black-10;
margin: 0;
max-width: none;
width: 100%;
h3 {
margin-bottom: px-to-rem(10);
}
}
}