mirror of
https://github.com/fleetdm/fleet
synced 2026-04-27 16:37:55 +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
16 lines
278 B
SCSS
16 lines
278 B
SCSS
.end-user-authentication {
|
|
|
|
&__content {
|
|
max-width: $break-1600;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: $pad-xxlarge;
|
|
}
|
|
|
|
@media (max-width: $break-990) {
|
|
&__content {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|