.dungeon/styles/sheets/partials/stat.scss
2023-11-26 01:30:45 -07:00

12 lines
No EOL
162 B
SCSS

.dotdungeon .stat {
display: flex;
flex-direction: column;
align-items: center;
&--build {}
&--meta {}
&--presence {}
&--hands {}
&--tilt {}
&--rng {}
}