Errors!!!
This commit is contained in:
parent
369cac20e6
commit
a0778ef237
3 changed files with 14 additions and 5 deletions
|
@ -61,4 +61,12 @@ input:hover {
|
|||
accent-color: var(--primary-color);
|
||||
width: 1.15rem;
|
||||
height: 1.15rem;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: rgb(50, 40, 70);
|
||||
padding: 10px;
|
||||
border: rgb(150, 50, 50) solid 2px;
|
||||
border-radius: 15px;
|
||||
display: inline-block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue