keycloak-scim/src/user-federation/user-federation.css
mfrances17 0dc3f08917
Add Save/Cancel buttons and logic to Kerberos settings (#307)
* initial save cancel logic

* cleanup work after merge

* move form logic up to parent

* save working

* update messages

* no longer need to pass in save from children

* pass form into wizard to fix build errors

* fix lint fmt issue

* add simple field validation and error prevention

* localize validation strings

* fix default value issues

* localize default value
2021-01-22 15:15:32 -05:00

11 lines
184 B
CSS

.keycloak__user-federation__dropdown {
margin-top: var(--pf-global--spacer--lg);
}
.keycloak-admin--user-federation__gallery-item {
display: contents;
}
.error {
color: red;
}