fleet/frontend/pages/ManageControlsPage/SetupExperience/_styles.scss
Gabriel Hernandez 80c574298e
Add free tier UI states os updates and setup experience pages (#16160)
relates to #16031

This adds and makes consistent the free UI states for the os updates and
setup experience pages.

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2024-01-18 10:54:51 +00:00

30 lines
411 B
SCSS

.setup-experience {
> p {
font-size: $x-small;
margin: $pad-xxlarge 0;
}
&__premium-feature-message {
margin-top: 80px;
}
&__empty-state {
margin-top: $pad-xxlarge;
text-align: center;
h2 {
font-size: $small;
margin: 0 0 $pad-xsmall;
}
p {
font-size: $x-small;
margin: 0 0 $pad-medium;
}
button {
margin: 0 auto;
}
}
}