better error handling register

This commit is contained in:
Janis M
2022-03-29 14:38:40 +02:00
parent 5c128cb2ae
commit 283d2fe66f
16 changed files with 367 additions and 260 deletions

View File

@@ -11,8 +11,7 @@
height: 30px;
}
form input[type="submit"]{
.order_form input[type="submit"]{
color: rgb(255, 255, 255);
font-weight: bold;
letter-spacing: 1.5px;
@@ -29,14 +28,9 @@ form input[type="submit"]{
transition-timing-function: linear;
outline: none !important;
cursor:pointer;
}
h3{
text-align: center;
}
hr{
#order-info hr{
width: 100%;
border: 0px;
background-color:rgba(51, 51, 51, 0.337);