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
|
|
|
|
2021-06-23 10:42:14 +00:00
|
|
|
.kc-consents-chip-group .pf-c-chip-group,
|
|
|
|
kc-consents-chip-group .pf-c-chip-group__list {
|
2021-04-16 20:15:02 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
button#kc-join-groups-button {
|
|
|
|
height: min-content;
|
|
|
|
}
|
2021-07-06 09:31:14 +00:00
|
|
|
.join-group-dialog-row-disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
2021-04-16 20:15:02 +00:00
|
|
|
|
2021-05-06 19:21:10 +00:00
|
|
|
.join-group-dialog-row-m-disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
color: var(--pf-global--disabled-color--200);
|
|
|
|
}
|
|
|
|
|
2021-06-23 10:42:14 +00:00
|
|
|
.kc-who-will-appear-button {
|
|
|
|
margin-left: var(--pf-global--spacer--md);
|
2021-05-06 19:21:10 +00:00
|
|
|
}
|
|
|
|
|
2021-06-09 13:35:35 +00:00
|
|
|
.pf-c-chip.kc-consents-chip::before {
|
|
|
|
padding: 0px;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-chip.kc-consents-chip {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2021-06-23 10:42:14 +00:00
|
|
|
.kc-consents-chip-group .pf-c-chip-group__list-item {
|
2021-06-09 13:35:35 +00:00
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#consents-chip-text.pf-c-chip-text {
|
|
|
|
font-size: var(--pf-c-table--cell--FontSize);
|
|
|
|
}
|
|
|
|
|
|
|
|
.kc-consents-chip > .pf-c-chip__text {
|
|
|
|
font-size: var(--pf-c-table--cell--FontSize);
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-chip-group.kc-consents-chip-group
|
|
|
|
> div.pf-c-chip-group__main
|
|
|
|
> ul.pf-c-chip-group__list
|
|
|
|
li:first-child
|
|
|
|
.pf-c-chip__text::before {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.pf-c-chip-group.kc-consents-chip-group
|
|
|
|
> div.pf-c-chip-group__main
|
|
|
|
> ul.pf-c-chip-group__list
|
|
|
|
.pf-c-chip__text::before {
|
|
|
|
content: ", ";
|
|
|
|
}
|
|
|
|
|
2021-06-09 18:01:14 +00:00
|
|
|
div.pf-c-chip-group.kc-consents-chip-group
|
2021-06-09 13:35:35 +00:00
|
|
|
> div.pf-c-chip-group__main
|
|
|
|
> ul.pf-c-chip-group__list
|
2021-06-09 18:01:14 +00:00
|
|
|
> li.pf-c-chip-group__list-item:last-child
|
|
|
|
> button.pf-c-chip.pf-m-overflow::before {
|
|
|
|
content: "";
|
|
|
|
margin-left: var(--pf-global--spacer--sm);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.pf-c-chip-group.kc-consents-chip-group
|
|
|
|
> div.pf-c-chip-group__main
|
|
|
|
> ul.pf-c-chip-group__list
|
|
|
|
> li.pf-c-chip-group__list-item:last-child
|
|
|
|
> button.pf-c-chip.pf-m-overflow
|
|
|
|
> span::before {
|
2021-06-09 13:35:35 +00:00
|
|
|
content: "";
|
|
|
|
margin-left: var(--pf-global--spacer--sm);
|
|
|
|
}
|
2021-08-25 14:48:11 +00:00
|
|
|
|
|
|
|
.kc-search-users-text {
|
|
|
|
margin-left: var(--pf-global--spacer--md);
|
|
|
|
color: var(--pf-global--Color--400);
|
|
|
|
}
|