Improve login

This commit is contained in:
Peter Maquiran
2021-06-28 11:16:21 +01:00
parent a0c42caac7
commit a97ca61578
5 changed files with 173 additions and 83 deletions
+13 -1
View File
@@ -983,4 +983,16 @@ background: rgb(92, 92, 92);
// .ng-star-inserted {
// opacity: 0;
// }
// }
.input-error{
border: 1px solid #fba0a0 !important;
}
.input-errror-message{
margin-top: -16px;
margin-bottom: 10px;
font-size: 11pt;
}