keycloak-scim/src/clients/authorization/permissions.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

5 lines
205 B
CSS

.pf-c-button.keycloak__permissions__empty_state {
color: var(--pf-c-button--disabled--Color);
background-color: var(--pf-c-button--disabled--BackgroundColor);
--pf-c-button--after--BorderWidth: 0;
}