mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
web/a11y: Prefers more field contrast (#17279)
* web/a11y: Prefers more field contrast * web: Fix issue where Lit Analyzer cannot parse newer CSS. * web: Remove commented out code. * web: Move styles into separate files, remove Lit Analyzer warnings. * web: Fix nested pointer event detection. * web: Fix contrast ratios, alignment, placeholders.
This commit is contained in:
15
web/src/admin/admin-overview/cards/VersionStatusCard.css
Normal file
15
web/src/admin/admin-overview/cards/VersionStatusCard.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.pf-c-card {
|
||||
container-type: inline-size;
|
||||
}
|
||||
|
||||
.pf-c-card__title {
|
||||
@container (width < 200px) {
|
||||
font-size: var(--pf-global--FontSize--sm);
|
||||
}
|
||||
}
|
||||
|
||||
.status-container {
|
||||
@container (width < 200px) {
|
||||
font-size: var(--pf-global--icon--FontSize--md);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user