2021-02-14 18:29:43 +00:00
|
|
|
.keycloak__user-section__email-verified {
|
|
|
|
color: var(--pf-global--danger-color--100);
|
2021-03-23 19:02:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button.pf-c-button.pf-m-primary.kc-join-group-button {
|
|
|
|
margin-left: var(--pf-global--spacer--md);
|
|
|
|
margin-right: var(--pf-global--spacer--xl);
|
|
|
|
}
|
2021-04-16 20:15:02 +00:00
|
|
|
|
|
|
|
.pf-c-chip-group,
|
|
|
|
.pf-c-chip-group__list {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
button#kc-join-groups-button {
|
|
|
|
height: min-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-chip-group.pf-m-category {
|
|
|
|
margin-right: var(--pf-global--spacer--md);
|
|
|
|
padding: var(--pf-global--spacer--xs);
|
|
|
|
}
|
2021-05-06 19:21:10 +00:00
|
|
|
|
|
|
|
.join-group-dialog-row-m-disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
color: var(--pf-global--disabled-color--200);
|
|
|
|
}
|
|
|
|
|
|
|
|
input#kc-direct-membership-checkbox {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-group-modal-check > div > input {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.data-list-check > input {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.pf-c-table__check > input {
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
}
|