0dc3f08917
* 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
11 lines
184 B
CSS
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;
|
|
}
|