.dungeon/styles/v3/elements/label.scss

9 lines
141 B
SCSS

@use "../mixins/material";
.dotdungeon.style-v3 > .window-content label {
cursor: pointer;
&.justify-start {
justify-self: start;
}
}