e4c2259563
* updated to match ui design fixes: #323 * fixed test * Update src/components/help-enabler/HelpHeader.tsx Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com> * Update src/components/help-enabler/help-header.css Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com> * fixed merge error * changed to use "t" function Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com>
16 lines
388 B
CSS
16 lines
388 B
CSS
|
|
|
|
.keycloak_help-header-description {
|
|
padding-top: var(--pf-global--spacer--lg);
|
|
overflow-wrap: break-word;
|
|
white-space: normal;
|
|
color: var(--pf-c-dropdown__menu-item--Color);
|
|
}
|
|
|
|
.keycloak_help-header-switch {
|
|
margin-left: var(--pf-global--spacer--xl);
|
|
}
|
|
|
|
.keycloak_help-header-switch .pf-c-switch__toggle::before {
|
|
background-color: var(--pf-c-switch__toggle-icon--Color);
|
|
}
|