mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 13:59:22 -04:00
27 lines
462 B
SCSS
27 lines
462 B
SCSS
StatsContainer
|
|
{
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
flex-direction: column;
|
|
gap: 32px;
|
|
}
|
|
|
|
.statbox
|
|
{
|
|
border-radius: 8px;
|
|
flex-direction: column;
|
|
padding: 16px;
|
|
font-family: Poppins;
|
|
font-size: 12px;
|
|
|
|
title
|
|
{
|
|
color: #ff00dc;
|
|
font-weight: 300;
|
|
font-size: 14px;
|
|
flex-shrink: 0;
|
|
margin-bottom: 8px;
|
|
letter-spacing: 2px;
|
|
padding-left: 10px;
|
|
}
|
|
} |