mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
25 lines
440 B
CSS
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;
|
|
}
|