| Gunnar Mills | 6d7b4a8 | 2018-04-02 15:25:36 -0500 | [diff] [blame] | 1 | .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 | } | ||||