mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
75212d81d4
relates to #11002 Implements the UI for mdm macos setup end user authentication page. ![image](https://github.com/fleetdm/fleet/assets/1153709/1af6c5d7-99d0-401d-9938-a78617eca817) ![image](https://github.com/fleetdm/fleet/assets/1153709/8f0ed8cc-63f5-425b-8f3a-f2f83ed018f7) - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
9 lines
198 B
SCSS
9 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;
|
|
}
|