blob: 3076a3d03c4b7b5007c67e8a9e0b41529997da3f [file] [log] [blame]
.error-msg {
background: lighten($error-color, 20%);
padding: 1em;
text-align: center;
font-size: 1em;
border: 1px solid $error-color;
color: $black;
font-family: "Courier New", Helvetica, Arial, sans-serif;
font-weight: 700;
max-width: 325px;
}