mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
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:
parent
1c18670628
commit
c0cb278a1f
1
changes/13498-fix-sso-layout
Normal file
1
changes/13498-fix-sso-layout
Normal file
@ -0,0 +1 @@
|
||||
* Improved the layout of the MDM SSO pages
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user