mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
Quick fix to ui with side nav main content headers. > NOTE: the smtp section was done quick as there is a story [here](https://app.zenhub.com/workspaces/-drafting-ships-in-6-weeks-6192dd66ea2562000faea25c/issues/gh/fleetdm/fleet/16046) where we will do a more complete fix. before:  after:  - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Manual QA for all new/changed functionality
17 lines
312 B
SCSS
17 lines
312 B
SCSS
.os-updates-target-section {
|
|
&__title {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-small;
|
|
padding-bottom: $pad-medium;
|
|
border-bottom: 1px solid $ui-fleet-black-10;
|
|
margin-bottom: $pad-xxlarge;
|
|
}
|
|
|
|
&__header {
|
|
h2 {
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|