2015-03-04 12:22:08 +03:00
|
|
|
.auth_oidc_ucp_indicator h4 {
|
2021-10-23 00:11:59 +03:00
|
|
|
display: inline-block;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2015-03-04 12:22:08 +03:00
|
|
|
.auth_oidc_ucp_indicator h5 {
|
2021-10-23 00:11:59 +03:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_oidc_ucp_indicator h5 + span {
|
|
|
|
display: block;
|
|
|
|
}
|
2024-01-11 01:19:53 +03:00
|
|
|
|
|
|
|
.cert_textarea textarea {
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
}
|
2023-12-18 14:14:37 +03:00
|
|
|
|
|
|
|
.path-admin-auth-oidc .warning_header {
|
|
|
|
border: 1px solid #f00;
|
|
|
|
background-color: #ffe5e5;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px 0;
|
|
|
|
color: #f00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-admin-auth-oidc .warning {
|
|
|
|
color: #f00;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-admin-auth-oidc .existing_claims {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-admin-auth-oidc .not_support_user_sync {
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-admin-auth-oidc .code {
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
|
|
|
white-space: pre;
|
|
|
|
}
|