mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
## Follow-up for #20395 Wider:  Narrower:  If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` - covered by previous PR - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
26 lines
404 B
SCSS
26 lines
404 B
SCSS
.os-settings {
|
|
font-size: $x-small;
|
|
margin-top: $pad-xxlarge;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-xxlarge;
|
|
|
|
&__description {
|
|
margin: 0;
|
|
}
|
|
|
|
&__side-nav {
|
|
.side-nav__nav-list {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
.side-nav__card-container > .custom-settings {
|
|
max-width: none;
|
|
}
|
|
@media (max-width: 1120px) {
|
|
.side-nav__nav-list {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|