[Glitch] Add email subscriptions
Port bcf0718a9ae8fd4004d7d5ac27bc5a8ea666f38e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
d610336398
commit
ee03209934
@ -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 {
|
||||
& > thead > tr > th {
|
||||
background: var(--color-bg-primary);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user