Files
authentik/web/src/admin/admin-overview/cards/VersionStatusCard.css
Teffen Ellis 0237ec2723 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.
2025-10-28 01:12:37 -04:00

16 lines
280 B
CSS

.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);
}
}