fleet/frontend/pages/MDMAppleSSOCallbackPage/_styles.scss
Roberto Dip 33d788caed
add support for displaying EULA during ADE/DEP (#11532)
Related to #11350 and the sub-tasks for stuff that happens in setup
assistant: #11477 and #11479

This adds back-end and UI logic to show an EULA during DEP enrollment if
one was uploaded via the UI, if an EULA wasn't uploaded, we just proceed
to enroll the device right after authentication.


https://user-images.githubusercontent.com/4419992/236316655-282ee74a-5f79-4095-a950-82b77b80a5c0.mov
2023-05-05 14:36:13 -03:00

21 lines
354 B
SCSS

.mdm-apple-sso-callback-page {
height: 100vh; // expend height to make entire viewport a white background
background-color: $core-white;
display: flex;
align-items: center;
justify-content: center;
&__eula-wrapper {
width: 80vw;
text-align: center;
iframe {
height: 65vh;
}
}
&__agree-btn {
width: 80%;
}
}