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