12 lines
299 B
CSS
12 lines
299 B
CSS
.keycloak__discovery-settings__metadata .pf-c-expandable-section__toggle {
|
|
margin-left: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth);
|
|
}
|
|
|
|
input#kc-role {
|
|
width: 300px;
|
|
margin-right: 24px;
|
|
}
|
|
|
|
h1.kc-add-mapper-title {
|
|
margin-left: calc(-1 * var(--pf-global--spacer--md));
|
|
}
|