Files
authentik/website/docs/add-secure-apps/providers/radius/styles.module.css
2025-05-03 04:01:37 +02:00

21 lines
357 B
CSS

.table td {
text-align: center;
font-weight: bold;
&:first-child {
text-align: right;
width: 13ch;
}
&:not(:first-child) {
width: 10ch;
}
&[data-supported="true"] {
color: var(--ifm-color-success-dark);
}
&[data-supported="false"] {
color: var(--ifm-color-danger-dark);
}
}