[Glitch] Add email subscriptions

Port bcf0718a9a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2026-03-25 17:25:45 +01:00
committed by Claire
parent d610336398
commit ee03209934

View File

@@ -93,6 +93,26 @@
} }
} }
&.mini-table {
border-top: 1px solid var(--color-border-primary);
width: 50%;
& > tbody > tr > th,
& > tbody > tr > td {
padding: 12px 0;
}
& > tbody > tr > th {
color: var(--color-text-secondary);
font-weight: 400;
}
& > tbody > tr > td {
color: var(--color-text-primary);
font-weight: 600;
}
}
&.batch-table { &.batch-table {
& > thead > tr > th { & > thead > tr > th {
background: var(--color-bg-primary); background: var(--color-bg-primary);