mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16292 from overleaf/jel-sso-config-info
[web] Group SSO config UI updates GitOrigin-RevId: 12525edd5f844992a970fa2a337ed49e73923356
This commit is contained in:
parent
b92d1a0251
commit
be402d238a
2 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 you’re 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. It’s impossible to make conflicting changes, and you don’t have to wait for your colleagues to send you the latest draft before you can keep working.",
|
||||
"site_description": "An online LaTeX editor that’s easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.",
|
||||
|
|
Loading…
Reference in a new issue