324d9ff061
* initial version dashboard section * changed to new design * changed text to "realm info"
10 lines
195 B
CSS
10 lines
195 B
CSS
@import "@patternfly/patternfly/patternfly.min.css";
|
|
|
|
.keycloak__pageheader_brand {
|
|
height: 16px;
|
|
}
|
|
|
|
body {
|
|
--pf-global--primary-color--100: red;
|
|
--pf-global--active-color--400: darkred;
|
|
}
|