mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fixes #34530 and #34452. idP config is in a subsequent commit and will handle the dangling path added here. <!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves # # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually
23 lines
404 B
SCSS
23 lines
404 B
SCSS
.setup-experience {
|
|
@include vertical-page-tab-panel-layout;
|
|
margin-top: $gap-page-component; // Required as these Tabs don't use TabPanel
|
|
|
|
&__description {
|
|
margin: 0;
|
|
}
|
|
|
|
&__premium-feature-message {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
.turn-on-mdm-message {
|
|
@include tab-empty-state;
|
|
max-width: none;
|
|
padding: 64px 170px;
|
|
margin: 0;
|
|
}
|
|
|
|
.side-nav__nav-list {
|
|
top: 0;
|
|
}
|
|
}
|