* Chloe and Kolulu * Fire and Dark Omega Rebirth weapons * LuciZero pendulums --------- Co-authored-by: Justin Edmund <383021+jedmund@users.noreply.github.com>
9 lines
105 B
SCSS
9 lines
105 B
SCSS
.errors {
|
|
color: $error;
|
|
display: none;
|
|
padding: $unit 0;
|
|
|
|
&.visible {
|
|
display: block;
|
|
}
|
|
}
|