11 lines
285 B
CSS
11 lines
285 B
CSS
.keycloak__empty-execution-state__block {
|
|
padding-top: var(--pf-global--spacer--sm);
|
|
}
|
|
.keycloak__empty-execution-state__help {
|
|
max-width: 36rem;
|
|
margin: 0 auto var(--pf-global--spacer--2xl);
|
|
}
|
|
|
|
.keycloak__empty-execution-state__help p {
|
|
color: var(--pf-global--Color--200);
|
|
}
|