mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
17 lines
337 B
SCSS
17 lines
337 B
SCSS
.user-management {
|
|
|
|
&__page-description {
|
|
font-size: $x-small;
|
|
color: $core-fleet-black;
|
|
@include sticky-settings-description;
|
|
}
|
|
|
|
&__sandbox-demo-message {
|
|
margin-top: 3.5rem;
|
|
}
|
|
|
|
.Select-menu-outer {
|
|
position: absolute;
|
|
left: -50px !important; // Using !important to override react select styling
|
|
}
|
|
}
|