@import "import";

.errorLabel {
  text-align: center;
  margin-bottom: 1em;
  @include flex(row, center, center, $gap: spacer(2));
  pointer-events: none;
}
