mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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
30 lines
411 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|