mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 13:08:42 +00:00
quick PR to help the premium message be more reusable - [x] Manual QA for all new/changed functionality
25 lines
388 B
SCSS
25 lines
388 B
SCSS
.premium-feature-message-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: $x-small;
|
|
|
|
.premium-feature-message {
|
|
display: flex;
|
|
gap: 4px;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
.external-link-and-icon {
|
|
display: flex;
|
|
gap: 4px;
|
|
align-items: center;
|
|
|
|
.custom-link {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|