mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
web: 2025.12 UI tidy (#18650)
* Fix box shadow, scrollbars. * Fix contrast. * Fix field alignment. * Fix class ordering. * Fix button colors while in nested table. * Fix background color on light mode. * Fix chip colors, spacing. * Fix overlap of switch during transition.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
.pf-c-form__group-control {
|
||||
padding-top: calc(var(--pf-c-form--m-horizontal__group-label--md--PaddingTop) * 1.3);
|
||||
/**
|
||||
* There's enough complexity within the group label variable composition
|
||||
* to add a fallback value.
|
||||
*/
|
||||
padding-top: var(
|
||||
--pf-c-form--m-horizontal__group-label--md--PaddingTop,
|
||||
var(--pf-global--spacer--form-element)
|
||||
);
|
||||
}
|
||||
|
||||
.pf-m-disabled {
|
||||
|
||||
Reference in New Issue
Block a user