mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
fix UI styling for custom settings page (#10016)
This commit is contained in:
parent
ba34351f4b
commit
ba38696ada
@ -23,6 +23,9 @@ const MacOSSettings = ({ params }: IMacOSSettingsProps) => {
|
||||
|
||||
return (
|
||||
<div className={baseClass}>
|
||||
<p className={`${baseClass}__description`}>
|
||||
Remotely enforce settings on macOS hosts assigned to this team.
|
||||
</p>
|
||||
<SideNav
|
||||
className={`${baseClass}__side-nav`}
|
||||
navItems={MAC_OS_SETTINGS_NAV_ITEMS}
|
||||
|
14
frontend/pages/ManageControlsPage/MacOSSettings/_styles.scss
Normal file
14
frontend/pages/ManageControlsPage/MacOSSettings/_styles.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.mac-os-settings {
|
||||
font-size: $x-small;
|
||||
|
||||
&__description {
|
||||
margin: $pad-xxlarge 0;
|
||||
}
|
||||
|
||||
&__side-nav {
|
||||
|
||||
.side-nav__nav-list {
|
||||
top: 0
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
.custom-settings {
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
padding-bottom: $pad-small;
|
||||
font-size: $medium;
|
||||
font-weight: $regular;
|
||||
|
Loading…
Reference in New Issue
Block a user