mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
d15fda2693
commit
c5d61c7490
2 changed files with 12 additions and 0 deletions
1
changes/23027-settings-empty-states
Normal file
1
changes/23027-settings-empty-states
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Improve side nav empty state UI under `/settings`
|
||||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue