keycloak-scim/js/apps/admin-ui/src/realm-settings/realm-settings-section.css

300 lines
7.1 KiB
CSS
Raw Normal View History

.pf-v5-c-card.pf-m-flat.kc-login-screen,
.pf-v5-c-card.pf-m-flat.kc-email-settings,
.pf-v5-c-card.pf-m-flat.kc-user-info-settings,
.pf-v5-c-card.pf-m-flat.kc-email-template,
.pf-v5-c-card.pf-m-flat.kc-email-connection,
.pf-v5-c-card.pf-m-flat.kc-message-bundles,
.pf-v5-c-card.pf-m-flat.kc-sso-session-template,
.pf-v5-c-card.pf-m-flat.kc-client-session-template,
.pf-v5-c-card.pf-m-flat.kc-offline-session-template,
.pf-v5-c-card.pf-m-flat.kc-login-settings-template {
border: none;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: var(--pf-v5-global--spacer--sm);
}
article.pf-v5-c-card.pf-m-flat.kc-email-template
> .pf-v5-c-card__header.kc-form-panel__header,
article.pf-v5-c-card.pf-m-flat.kc-email-connection
> .pf-v5-c-card__header.kc-form-panel__header {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
.kc-login-screen > div.pf-v5-c-card__header.kc-form-panel__header,
.kc-email-settings > div.pf-v5-c-card__header.kc-form-panel__header,
.kc-email-template > div.pf-v5-c-card__header.kc-form-panel__header,
.kc-user-info-settings > div.pf-v5-c-card__header.kc-form-panel__header {
padding-bottom: 0px;
padding-left: 0px;
padding-top: 0px;
}
.kc-email-settings > div.pf-v5-c-card__body.kc-form-panel__body,
.kc-email-template > div.pf-v5-c-card__body.kc-form-panel__body,
.kc-login-screen > div.pf-v5-c-card__body.kc-form-panel__body,
.kc-user-info-settings > div.pf-v5-c-card__body.kc-form-panel__body {
padding-left: 0px;
padding-bottom: var(--pf-v5-global--spacer--2xl);
}
2021-04-28 20:42:59 +00:00
button.kc-certificate.pf-v5-c-button.pf-m-secondary {
margin-left: var(--pf-v5-global--spacer--md);
2021-05-04 19:25:36 +00:00
}
.pf-v5-c-data-list__item-row.test {
font-weight: bold;
}
.pf-v5-c-data-list__item-content.data-list-cells {
margin-left: var(--pf-v5-global--spacer--xl);
2021-05-04 19:25:36 +00:00
}
button.pf-v5-c-data-list__item-draggable-button.pf-m-disabled.header-drag-button {
2021-05-04 19:25:36 +00:00
display: none;
}
button.pf-v5-c-data-list__item-draggable-button.row-drag-button {
padding-top: var(--pf-v5-global--spacer--md);
2021-05-04 19:25:36 +00:00
}
.pf-v5-c-data-list__item-control {
2021-05-04 19:25:36 +00:00
margin-right: 0px;
}
.pf-v5-c-data-list__item-row.test {
font-weight: bold;
}
button.pf-v5-c-button.pf-m-link.add-provider {
2021-05-04 19:25:36 +00:00
padding: 0px;
}
.pf-v5-c-toolbar__group.providers-toolbar {
padding-left: var(--pf-v5-c-toolbar__content--PaddingLeft);
2021-05-04 19:25:36 +00:00
}
2021-05-18 15:41:38 +00:00
div#login-action-timeout-label > .pf-v5-c-form__group-label,
div#offline-session-max-label > .pf-v5-c-form__group-label {
2021-07-15 14:25:22 +00:00
width: 90%;
}
div#offline-session-max-label > .pf-v5-c-form__group-label {
2021-07-15 14:25:22 +00:00
width: 85%;
2021-05-18 15:41:38 +00:00
}
.pf-v5-c-content.messageBundleDescription {
max-width: 1024px;
padding-bottom: var(--pf-v5-global--spacer--lg);
}
.kc-message-bundles > .pf-v5-c-card__body.kc-form-panel__body > div.tableBorder {
border-style: solid;
border-width: 1px;
border-color: var(--pf-v5-global--BorderColor--100);
max-width: 1024px;
}
.pf-v5-c-form__group.kc-email-form-group {
display: inline-block !important;
}
.pf-v5-c-content.kc-provide-email-text {
padding-bottom: var(--pf-v5-global--spacer--md);
}
2021-07-15 14:25:22 +00:00
.kc-sso-session-idle-input,
.kc-sso-session-max-input,
.kc-sso-session-max-input,
.kc-sso-session-idle-remember-me-input,
.kc-sso-session-max-remember-me-input,
.kc-offline-session-idle-input,
.kc-offline-session-max-input,
.kc-client-session-idle-input,
.kc-client-session-max-input,
.kc-login-timeout-input,
.kc-login-action-timeout-input,
.kc-access-token-lifespan-input,
.kc-user-initiated-action-lifespan-input,
.kc-default-admin-initiated-input,
.kc-access-token-lifespan-implicit-input,
.kc-client-login-timeout-input,
.kc-email-verification-input,
.kc-idp-email-verification-input,
.kc-idp-forgot-password-input,
.kc-forgot-pw-input,
.kc-execute-actions-input {
2021-07-15 14:25:22 +00:00
width: 170px;
margin-right: 12px;
}
.kc-sso-session-idle-select,
.kc-sso-session-max-select,
.kc-sso-session-idle-remember-me-select,
.kc-sso-session-max-remember-me-select,
.kc-client-session-idle-select,
.kc-client-session-max-select,
.kc-offline-session-idle-select,
.kc-offline-session-max-select,
.kc-login-action-timeout-select,
.kc-sso-session-idle-select.pf-m-expanded,
.kc-sso-session-max-select.pf-m-expanded {
width: 170px;
}
article.pf-v5-c-card.pf-m-flat.kc-sso-session-template
> .pf-v5-c-card__header.kc-form-panel__header,
article.pf-v5-c-card.pf-m-flat.kc-sso-session-template
> .pf-v5-c-card__body.kc-form-panel__body,
article.pf-v5-c-card.pf-m-flat.kc-client-session-template
> .pf-v5-c-card__header.kc-form-panel__header,
article.pf-v5-c-card.pf-m-flat.kc-client-session-template
> .pf-v5-c-card__body.kc-form-panel__body,
article.pf-v5-c-card.pf-m-flat.kc-offline-session-template
> .pf-v5-c-card__header.kc-form-panel__header,
article.pf-v5-c-card.pf-m-flat.kc-offline-session-template
> .pf-v5-c-card__body.kc-form-panel__body,
article.pf-v5-c-card.pf-m-flat.kc-login-settings-template
> .pf-v5-c-card__header.kc-form-panel__header,
article.pf-v5-c-card.pf-m-flat.kc-login-settings-template
> .pf-v5-c-card__body.kc-form-panel__body,
article.pf-v5-c-card.pf-m-flat.kc-email-connection
> .pf-v5-c-card__body.kc-form-panel__body {
2021-07-15 14:25:22 +00:00
padding: 0px;
}
.kc-override-action-tokens-subtitle {
font-size: var(--pf-v5-global--FontSize--md);
font-weight: bold;
}
.kc-row-drag-button {
padding: var(--pf-v5-global--spacer--sm);
}
Realm setting profiles (#1149) * admin-events-list: added PF code editor * realm-settings: added template for client policies tab * realm-settings: fixed space between text and q icon * admin-events-list: hardcoded representation dialog * realm-settings: css improvement * realm-settings: feedback applied * realm-settings: feedback applied * admin-events-list: fixed representation dialog * admin-events-list: fixed representation dialog * Update src/events/AdminEvents.tsx Co-authored-by: Jon Koops <jonkoops@gmail.com> * admin-events-list: fixed representation dialog * real-settings-profile: added subtabs * realm-settings-list: added table displaying client profiles and delete dialog * realm-settings-list: updated column name * realm-settings-list: implemented radio button format change * realm-settings-list: added buttons for JSON editor * realm-settings-list: added isPaginated to profiles table * realm-settings-list: impoved css for json editor * realm-settings-list: fix for loader * realm-settings-list: feedback fixes * realm-settings-list: feedback fixes * realm-settings-list: feedback fixes * realm-settings-list: feedback fixes * realm-settings-list: feedback fixes * realm-settings-list: feedback fixes * realm-settings-list: disbaled row when profile is global * realm-settings-new-profile: added template for new profile - wip * realm-settings-list: feedback fixes * Add some @ts-ignore comments for the links * Split routes into multiple files * realm-settings: temporarily hardcoded path for cancelling new profile btn, bumped admin-client dep * realm-settings: reverted back to Link Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-20 12:42:07 +00:00
.kc-profiles-config-section {
align-items: center;
}
.kc-form-radio-btn > input {
transform: scale(1.6);
}
.kc-editor-radio-btn > input {
transform: scale(1.6);
}
.kc-emptyExecutors {
color: var(--pf-v5-global--Color--200);
}
.kc-emptyConditions {
color: var(--pf-v5-global--Color--200);
}
.kc-emptyClientProfiles {
color: var(--pf-v5-global--Color--200);
}
.kc-action-dropdown {
background-color: transparent;
}
Profile view update (#1357) * added routing for viewing client profile * added add executors form template * added add executors form template * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * added adding excutors to profiles * added displaying executors - wip * added displaying executors - wip * added navigation to client profile edit on executor creation * replaced table with list for listing executors added * added support for editing client profile * added logic making executors with config links only * added read only values for edit/view client temporarily * added helpText for added executors listed in executors list * added helpText for added executors listed in executors list * added deleting executor from client profile * fixed deleting client profile and fixed messages for delete modals * fixed message for delete clinet profile modal * combined delete dialogs for client profile and executor * displaying global executors for global profiles, hiding add executor button * fixed eslint issue * fixed executors list * added back button to global profile view/edit view * fixed test * added global batche and hid actions dropdown for global profiles * fixed switch on/off labels * fixed hide/display items for global and non-global profiles * added isDirty * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fix * small refactor * added name and removed unused state * fixed executor creation * fixed executor creation * added saving edited client profile * added saving edited client profile * improved trash icon styles * test fix * Some code suggestions * Some more code suggestions * feedback fixes * feedback fixes * use find instead of filter * feedback fixes * added defaultValues for executors * removed defaultValues for executors * final feedback fixes * minor fixes Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 20:16:19 +00:00
.kc-executor-link {
margin-right: 0.625rem;
}
2021-11-10 14:26:43 +00:00
.kc-unclickable-executor {
font-size: var(--pf-v5-global--FontSize--md);
padding: 0 var(--pf-v5-global--spacer--md) 0 var(--pf-v5-global--spacer--md);
2021-11-10 14:26:43 +00:00
}
2022-02-23 14:46:56 +00:00
.kc-backToPolicies,
.kc-backToPolicies {
Profile view update (#1357) * added routing for viewing client profile * added add executors form template * added add executors form template * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * added adding excutors to profiles * added displaying executors - wip * added displaying executors - wip * added navigation to client profile edit on executor creation * replaced table with list for listing executors added * added support for editing client profile * added logic making executors with config links only * added read only values for edit/view client temporarily * added helpText for added executors listed in executors list * added helpText for added executors listed in executors list * added deleting executor from client profile * fixed deleting client profile and fixed messages for delete modals * fixed message for delete clinet profile modal * combined delete dialogs for client profile and executor * displaying global executors for global profiles, hiding add executor button * fixed eslint issue * fixed executors list * added back button to global profile view/edit view * fixed test * added global batche and hid actions dropdown for global profiles * fixed switch on/off labels * fixed hide/display items for global and non-global profiles * added isDirty * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fix * small refactor * added name and removed unused state * fixed executor creation * fixed executor creation * added saving edited client profile * added saving edited client profile * improved trash icon styles * test fix * Some code suggestions * Some more code suggestions * feedback fixes * feedback fixes * use find instead of filter * feedback fixes * added defaultValues for executors * removed defaultValues for executors * final feedback fixes * minor fixes Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 20:16:19 +00:00
width: 5rem;
}
2021-11-10 14:26:43 +00:00
.kc-backToPolicies {
float: left;
}
Profile view update (#1357) * added routing for viewing client profile * added add executors form template * added add executors form template * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * added adding excutors to profiles * added displaying executors - wip * added displaying executors - wip * added navigation to client profile edit on executor creation * replaced table with list for listing executors added * added support for editing client profile * added logic making executors with config links only * added read only values for edit/view client temporarily * added helpText for added executors listed in executors list * added helpText for added executors listed in executors list * added deleting executor from client profile * fixed deleting client profile and fixed messages for delete modals * fixed message for delete clinet profile modal * combined delete dialogs for client profile and executor * displaying global executors for global profiles, hiding add executor button * fixed eslint issue * fixed executors list * added back button to global profile view/edit view * fixed test * added global batche and hid actions dropdown for global profiles * fixed switch on/off labels * fixed hide/display items for global and non-global profiles * added isDirty * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fix * small refactor * added name and removed unused state * fixed executor creation * fixed executor creation * added saving edited client profile * added saving edited client profile * improved trash icon styles * test fix * Some code suggestions * Some more code suggestions * feedback fixes * feedback fixes * use find instead of filter * feedback fixes * added defaultValues for executors * removed defaultValues for executors * final feedback fixes * minor fixes Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 20:16:19 +00:00
.kc-executor-trash-icon {
2022-02-23 14:46:56 +00:00
margin-left: 0.5rem;
color: var(--pf-v5-global--Color--200);
Profile view update (#1357) * added routing for viewing client profile * added add executors form template * added add executors form template * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * added adding excutors to profiles * added displaying executors - wip * added displaying executors - wip * added navigation to client profile edit on executor creation * replaced table with list for listing executors added * added support for editing client profile * added logic making executors with config links only * added read only values for edit/view client temporarily * added helpText for added executors listed in executors list * added helpText for added executors listed in executors list * added deleting executor from client profile * fixed deleting client profile and fixed messages for delete modals * fixed message for delete clinet profile modal * combined delete dialogs for client profile and executor * displaying global executors for global profiles, hiding add executor button * fixed eslint issue * fixed executors list * added back button to global profile view/edit view * fixed test * added global batche and hid actions dropdown for global profiles * fixed switch on/off labels * fixed hide/display items for global and non-global profiles * added isDirty * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fix * small refactor * added name and removed unused state * fixed executor creation * fixed executor creation * added saving edited client profile * added saving edited client profile * improved trash icon styles * test fix * Some code suggestions * Some more code suggestions * feedback fixes * feedback fixes * use find instead of filter * feedback fixes * added defaultValues for executors * removed defaultValues for executors * final feedback fixes * minor fixes Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 20:16:19 +00:00
}
.kc-executor-trash-icon:hover {
filter: brightness(55%);
2022-02-23 14:46:56 +00:00
}
Profile view update (#1357) * added routing for viewing client profile * added add executors form template * added add executors form template * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * add executor: wip * added adding excutors to profiles * added displaying executors - wip * added displaying executors - wip * added navigation to client profile edit on executor creation * replaced table with list for listing executors added * added support for editing client profile * added logic making executors with config links only * added read only values for edit/view client temporarily * added helpText for added executors listed in executors list * added helpText for added executors listed in executors list * added deleting executor from client profile * fixed deleting client profile and fixed messages for delete modals * fixed message for delete clinet profile modal * combined delete dialogs for client profile and executor * displaying global executors for global profiles, hiding add executor button * fixed eslint issue * fixed executors list * added back button to global profile view/edit view * fixed test * added global batche and hid actions dropdown for global profiles * fixed switch on/off labels * fixed hide/display items for global and non-global profiles * added isDirty * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fixes * feedback fix * small refactor * added name and removed unused state * fixed executor creation * fixed executor creation * added saving edited client profile * added saving edited client profile * improved trash icon styles * test fix * Some code suggestions * Some more code suggestions * feedback fixes * feedback fixes * use find instead of filter * feedback fixes * added defaultValues for executors * removed defaultValues for executors * final feedback fixes * minor fixes Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-26 20:16:19 +00:00
.kc-condition-link {
margin-right: 0.625rem;
}
.kc-conditionType-trash-icon {
2022-02-23 14:46:56 +00:00
margin-left: 0.5rem;
color: var(--pf-v5-global--Color--400);
}
.kc-conditionType-trash-icon:hover {
filter: brightness(55%);
}
.kc_eventListeners_select {
width: 35rem;
}
input#kc-scopes {
width: 630px;
2022-02-23 14:46:56 +00:00
margin-right: 24px;
}
.kc-client-scopes-chip-group {
margin-right: var(--pf-v5-global--spacer--2xl);
max-width: 585px;
min-width: 585px;
padding-left: none;
}
.kc-join-group-modal-check {
margin-right: var(--pf-v5-global--spacer--sm);
}
.kc-requiredFor {
display: flex;
}
.kc-requiredFor-option {
margin-right: 20px;
}
.kc-emptyValidators {
color: var(--pf-v5-global--Color--200);
margin-left: 25px;
}
.kc-attributes-validations {
max-width: 1024px;
margin-bottom: 52px;
}
.kc-attributeCancel {
align-self: center;
}
.kc--attributes-validations--add-validation-button {
margin-top: -55px;
float: right;
}
.kc--attributes-validations--action-cell {
text-align: right;
}
.kc-attribute-display-name-iconBtn:hover {
color: var(--pf-v5-c-button--m-primary--active--BackgroundColor);
}