mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 01:47:23 +00:00
16 lines
287 B
SCSS
16 lines
287 B
SCSS
.user-management {
|
|
&__page-description {
|
|
font-size: $x-small;
|
|
color: $core-fleet-black;
|
|
@include sticky-settings-description;
|
|
padding-bottom: $pad-medium;
|
|
}
|
|
|
|
&__sandbox-demo-message {
|
|
margin-top: 3.5rem;
|
|
}
|
|
|
|
&__api-only-user {
|
|
@include grey-badge;
|
|
}
|
|
}
|