hensei-web/components/weapon/WeaponKeySelect/index.module.scss
Justin Edmund 4a30dbbf9f
Add weapons and items from April and early May (#420)
* Chloe and Kolulu
* Fire and Dark Omega Rebirth weapons
* LuciZero pendulums

---------

Co-authored-by: Justin Edmund <383021+jedmund@users.noreply.github.com>
2024-05-06 16:49:57 -07:00

9 lines
105 B
SCSS

.errors {
color: $error;
display: none;
padding: $unit 0;
&.visible {
display: block;
}
}