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

@ -190,14 +190,4 @@ select {
align-items: center;
transform: rotate(-90deg);
}
.error {
padding: 10px;
background: #ff000033;
border-radius: 10px;
border-style: solid;
border-color: red;
border-width: 2px;
text-align: center;
}
</style>