hensei-web/components/WeaponModal/index.scss

12 lines
No EOL
206 B
SCSS

.Weapon.Dialog {
section {
display: flex;
flex-direction: column;
gap: $unit / 2;
h3 {
color: $grey-50;
font-size: $font-small;
}
}
}