2022-06-15 12:57:39 +00:00
|
|
|
img.keycloak__pageheader_brand {
|
2020-08-04 12:59:41 +00:00
|
|
|
height: 35px;
|
2020-09-14 19:39:09 +00:00
|
|
|
}
|
2021-02-09 12:32:41 +00:00
|
|
|
|
|
|
|
.keycloak__form {
|
|
|
|
max-width: 1024px;
|
2024-04-05 14:37:05 +00:00
|
|
|
padding-bottom: var(--pf-v5-global--spacer--4xl);
|
2021-03-16 12:35:45 +00:00
|
|
|
}
|
|
|
|
|
2021-07-15 14:25:22 +00:00
|
|
|
input[type="checkbox"] {
|
2021-06-23 10:42:14 +00:00
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2021-03-16 12:35:45 +00:00
|
|
|
.keycloak__form_actions {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
2024-04-05 14:37:05 +00:00
|
|
|
background-color: var(--pf-v5-c-page__main-section--m-light--BackgroundColor);
|
|
|
|
padding-top: var(--pf-v5-global--spacer--md);
|
|
|
|
padding-bottom: var(--pf-v5-global--spacer--sm);
|
|
|
|
padding-left: var(--pf-v5-global--spacer--md);
|
2021-03-16 12:35:45 +00:00
|
|
|
width: 100%;
|
2024-04-05 14:37:05 +00:00
|
|
|
border-top: 1px solid var(--pf-v5-global--BorderColor--100);
|
|
|
|
margin-left: calc(-1 * var(--pf-v5-global--spacer--lg));
|
2021-03-16 12:35:45 +00:00
|
|
|
}
|
2021-05-06 07:23:51 +00:00
|
|
|
|
2022-02-09 11:46:58 +00:00
|
|
|
.keycloak__section_intro__help {
|
2024-04-05 14:37:05 +00:00
|
|
|
padding: var(--pf-v5-global--spacer--md) 0 var(--pf-v5-global--spacer--lg);
|
|
|
|
color: var(--pf-v5-global--primary-color--100);
|
2022-02-09 11:46:58 +00:00
|
|
|
width: fit-content;
|
|
|
|
}
|