Add error class

This commit is contained in:
2020-04-02 18:51:39 +02:00
parent a8b4c625ef
commit e8b8fbcd5c
4 changed files with 37 additions and 0 deletions

View File

@@ -105,4 +105,15 @@
}
}
}
.error {
display: none;
border: 1px solid black;
border-radius: 5px;
background-color: $red;
width: 20%;
padding: 10px;
text-align: center;
margin: $standardMargin auto;
}