mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
* 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.
16 lines
280 B
CSS
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);
|
|
}
|
|
}
|