mirror of
https://github.com/fleetdm/fleet
synced 2026-04-27 08:27:42 +00:00
**Addresses** #9415 **Implements** <img width="1225" alt="Screenshot 2023-03-03 at 3 29 06 PM" src="https://user-images.githubusercontent.com/61553566/222854277-5585f6d7-cb4d-4946-881f-01f79bf8342a.png"> **Demo** https://www.loom.com/share/1cb3dbb9a1194581be89102029b0d6ba If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` - [x] Updated [testing inventory](https://docs.google.com/spreadsheets/d/1HyKnq7jTk4IJmDHVwU-x9kcH7bgvjDTxohML4hPGfK8/edit#gid=0) - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
17 lines
242 B
SCSS
17 lines
242 B
SCSS
.mac-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;
|
|
}
|
|
}
|
|
}
|