mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
## #20395 <img width="778" alt="Screenshot 2024-08-01 at 7 15 00 PM" src="https://github.com/user-attachments/assets/26fc82c0-d3e9-4e0d-b27d-82be63711fa9"> - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
22 lines
340 B
SCSS
22 lines
340 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;
|
|
padding-right: 40px;
|
|
}
|
|
}
|
|
|
|
.side-nav__card-container > .custom-settings {
|
|
max-width: none;
|
|
}
|
|
}
|