keycloak-scim/src/clients/authorization/search-dropdown.css
Erik Jan de Wit 811131518e
Adds the permissions tab to the Authorization screen under clients (#1835)
* initial work on permissions

* search dropdown permissions

* permissions tab

* added empty state

* added new permssion detail route

* added detail screen

* fixed load

* added decision strategy

* added tests

* fixed class name and identeded the expandable table row
2022-01-12 11:01:54 -05:00

9 lines
397 B
CSS

.keycloak__client_authentication__searchdropdown {
--pf-c-dropdown__toggle--MinWidth: 21rem;
}
.keycloak__client_authentication__searchdropdown_form {
--pf-c-form--m-horizontal__group-label--md--GridColumnWidth: 5rem;
--pf-c-form--m-horizontal__group-control--md--GridColumnWidth: 24rem;
margin: 0 var(--pf-global--spacer--lg) var(--pf-global--spacer--lg) var(--pf-global--spacer--lg);
}