Move the error style to be global

This commit is contained in:
Oliver Akins 2022-03-15 00:21:51 -06:00
parent 31cd9a1558
commit 2dd456897f
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 10 additions and 10 deletions

View file

@ -9,4 +9,14 @@
.material-icons {
user-select: none;
}
.error {
padding: 10px;
background: #ff000033;
border-radius: 10px;
border-style: solid;
border-color: red;
border-width: 2px;
text-align: center;
}