sendou.ink/app/features/info/support.css
Kalle c3944070b9
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Refactor popover to use React Aria components (#2069)
* Initial

* Progress

* Progress

* SQ work

* Migrate rest

* Clean up

* Rename style file
2025-02-02 12:03:39 +02:00

25 lines
440 B
CSS

.support__table {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
place-items: center;
font-size: var(--fonts-sm);
row-gap: var(--s-2);
}
.support__checkmark {
color: var(--theme-success);
width: 25px;
}
.support__popover-trigger {
display: inline;
height: 1rem;
padding: 0;
border: none;
background-color: transparent;
color: var(--theme);
font-size: var(--fonts-md);
font-weight: var(--bold);
outline: initial;
}