Fleet UI: Update settings empty state (#45363)

This commit is contained in:
RachelElysia
2026-05-13 14:33:27 -04:00
committed by GitHub
parent 38f99e362a
commit 122bd7979c
106 changed files with 589 additions and 675 deletions
@@ -98,9 +98,10 @@ export const HeaderList: Story = {
export const HeaderListWithButton: Story = {
args: {
variant: "header-list",
header: "Add your certificate authority (CA)",
info: "Help your end users connect to Wi-Fi or VPNs.",
primaryButton: <Button>Add CA</Button>,
header: "No certificate authorities",
info:
"Add a certificate authority (CA) to help end users connect to Wi-Fi or VPNs.",
primaryButton: <Button>Add certificate authority</Button>,
},
};
-1
View File
@@ -4,7 +4,6 @@
// ManageControlsPage omits the key here and uses __fade (keyed by tab index)
// so only top-level tab switches animate, not sub-route navigation.
.tab-nav-routed-content {
margin-top: $gap-page-component; // Mirror .react-tabs__tab-panel--selected
animation: fade-in 250ms ease-out;
&__fade {