.dungeon/styles/sheets/partials/skill.scss

23 lines
No EOL
344 B
SCSS

.dotdungeon .skill {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
gap: 8px;
&-group {
display: flex;
flex-direction: column;
justify-content: center;
margin-bottom: 8px;
gap: 4px;
h3 {
margin-top: 8px;
font-size: 1.2em;
width: 100%;
text-align: center;
}
}
}