Merge pull request #16292 from overleaf/jel-sso-config-info

[web] Group SSO config UI updates

GitOrigin-RevId: 12525edd5f844992a970fa2a337ed49e73923356
This commit is contained in:
Jessica Lawshe 2024-01-16 14:36:29 -06:00 committed by Copybot
parent b92d1a0251
commit be402d238a
2 changed files with 15 additions and 1 deletions

View file

@ -140,6 +140,12 @@ h3.group-settings-title {
}
}
.sso-config-options-buttons {
button:not(:last-child) {
margin-right: 8px;
}
}
.sso-config-info-section {
margin-bottom: @margin-md;
padding: 0 @padding-base-horizontal;
@ -150,11 +156,19 @@ h3.group-settings-title {
font-weight: bold;
}
.sso-config-info-label-optional {
font-weight: normal;
}
.sso-config-info-content {
color: @gray-darker;
word-break: break-word;
}
.sso-config-info-content-empty {
color: var(--neutral-60);
}
p {
margin-bottom: @margin-xs;
}

View file

@ -1673,7 +1673,7 @@
"showing_x_results_of_total": "Showing __x__ results of __total__",
"sign_up": "Sign up",
"sign_up_now": "Sign Up Now",
"signature_algorithm": "Signature Algorithm",
"signature_algorithm": "Signature algorithm",
"single_sign_on_sso": "Single Sign-On (SSO)",
"single_version_easy_collab_blurb": "__appName__ makes sure that youre always up to date with your collaborators and what they are doing. There is only a single master version of each document which everyone has access to. Its impossible to make conflicting changes, and you dont have to wait for your colleagues to send you the latest draft before you can keep working.",
"site_description": "An online LaTeX editor thats easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.",