mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 10:57:25 +00:00
relates to #11002 Implements the UI for mdm macos setup end user authentication page.   - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
8 lines
198 B
SCSS
8 lines
198 B
SCSS
.section-header {
|
|
margin: 0 0 $pad-large;
|
|
padding-bottom: $pad-small;
|
|
font-size: $medium;
|
|
font-weight: $regular;
|
|
color: $core-fleet-black;
|
|
border-bottom: solid 1px $ui-fleet-black-10;
|
|
}
|