fleet/frontend/pages/ManageControlsPage/SetupExperience/cards/RunScript/_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

13 lines
199 B
SCSS

.run-script {
@include vertical-card-layout;
&__description {
margin-top: 0;
margin-bottom: $pad-large;
}
&__run-message {
margin: 0 0 $pad-small;
font-weight: $bold;
}
}