blob: 3076a3d03c4b7b5007c67e8a9e0b41529997da3f [file] [log] [blame]
Gunnar Mills6d7b4a82018-04-02 15:25:36 -05001.error-msg {
2 background: lighten($error-color, 20%);
3 padding: 1em;
4 text-align: center;
5 font-size: 1em;
6 border: 1px solid $error-color;
7 color: $black;
8 font-family: "Courier New", Helvetica, Arial, sans-serif;
9 font-weight: 700;
10 max-width: 325px;
11}