diff --git a/changes/23027-settings-empty-states b/changes/23027-settings-empty-states new file mode 100644 index 0000000000..ecc6736d05 --- /dev/null +++ b/changes/23027-settings-empty-states @@ -0,0 +1 @@ +* Improve side nav empty state UI under `/settings` \ No newline at end of file diff --git a/frontend/pages/admin/IntegrationsPage/cards/Integrations/_styles.scss b/frontend/pages/admin/IntegrationsPage/cards/Integrations/_styles.scss index deec080471..84251e7c97 100644 --- a/frontend/pages/admin/IntegrationsPage/cards/Integrations/_styles.scss +++ b/frontend/pages/admin/IntegrationsPage/cards/Integrations/_styles.scss @@ -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); + } + } }