mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 14:38:53 +00:00
## Addresses #10324 ## Implements   # 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/` - [x] Added/updated test inventory - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
26 lines
410 B
SCSS
26 lines
410 B
SCSS
.premium-feature-message-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: $x-small;
|
|
|
|
.premium-feature-message {
|
|
margin-top: 80px;
|
|
display: flex;
|
|
gap: 4px;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
.external-link-and-icon {
|
|
display: flex;
|
|
gap: 4px;
|
|
align-items: center;
|
|
|
|
.custom-link {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|