fix MDM SSO layout (#13578)

for #13498 to match the layout as originally described in the
[Figma](https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/%F0%9F%9A%A7-Fleet-EE%2C-June-2023-and-earlier?type=design&node-id=14776-193245&mode=design&t=fNnPKmLPfiZErDay-0)
file
This commit is contained in:
Roberto Dip 2023-08-30 14:16:08 -03:00 committed by GitHub
parent 1c18670628
commit c0cb278a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1 @@
* Improved the layout of the MDM SSO pages

View File

@ -1,5 +1,7 @@
.mdm-apple-sso-callback-page {
height: 100vh; // expend height to make entire viewport a white background
// expand width and height to make entire viewport a white background
height: 100vh;
width: 100%;
background-color: $core-white;
display: flex;
align-items: center;

View File

@ -1,5 +1,7 @@
.mdm-apple-sso-page {
height: 100vh; // expend height to make entire viewport a white background
// expand width and height to make entire viewport a white background
height: 100vh;
width: 100%;
background-color: $core-white;
display: flex;
align-items: center;