Files
AstralRinth/src/styles/classes/info-table.postcss
2022-06-17 19:58:01 -07:00

12 lines
208 B
Plaintext

.info-table {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.25rem 2rem;
width: fit-content;
&__label {
color: var(--color-text-lightest);
font-weight: var(--font-weight-medium);
}
}