keycloak-scim/src/user/user-section.css
Eugenia 236e89dc63
Users: Add groups tab and list groups (#450)
* usergroups call wip

* user groups

* add user groups tab and list group data

* clean up log stmts

* add cypress test

* clean up userGroups

* remove comment

* fix types

* cypress test

* fix lint and cypress test

* lint

* address PR feedback from Mark

* clean up

* remove component from viewheader

* rebase and format

* remove duplicate identifier

* wrap groups in section

* fix ts errors

* add search functionality

* remove comment

* list groups initially

* remove log stmt
2021-03-23 15:02:27 -04:00

8 lines
239 B
CSS

.keycloak__user-section__email-verified {
color: var(--pf-global--danger-color--100);
}
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);
}