fleet/frontend/pages/ManageControlsPage/SetupExperience/_styles.scss
Ian Littman 7f5652daff
Remove previews, add preview links, make copy tweaks to setup experience configuration UI (#34980)
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
2025-10-30 17:32:06 -05:00

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;
}
}