Merge pull request #14546 from overleaf/jel-sso-managed-disabled

[web] Alert for group SSO settings when managed users is not enabled

GitOrigin-RevId: 16a04b9a0d9df33c72b888eaa058c94e6c949555
This commit is contained in:
Jessica Lawshe
2023-09-13 07:29:27 -05:00
committed by Copybot
parent 1e4dcc84d9
commit 34cd7b7e63
3 changed files with 20 additions and 0 deletions

View File

@@ -311,6 +311,7 @@
"emails_and_affiliations_explanation": "",
"emails_and_affiliations_title": "",
"enable_managed_users": "",
"enabled_managed_users_set_up_sso": "",
"enabling": "",
"end_of_document": "",
"enter_image_url": "",

View File

@@ -116,3 +116,21 @@
text-decoration: none;
}
}
.design-system {
.alert {
display: flex;
flex-direction: row;
.icon {
flex: 1 1 auto;
padding: 0 16px 0 4px;
}
}
.alert-info {
background-color: @blue-10;
border: 1px solid @blue-20;
border-radius: @border-radius-base-new;
color: @content-primary;
}
}

View File

@@ -485,6 +485,7 @@
"empty_zip_file": "Zip doesnt contain any file",
"en": "English",
"enable_managed_users": "Enable Managed Users",
"enabled_managed_users_set_up_sso": "You need to enable Managed Users to set up SSO.",
"enabling": "Enabling",
"end_of_document": "End of document",
"enter_image_url": "Enter image URL",