This commit is contained in:
2023-02-20 15:51:10 +01:00
parent 0957e5ef32
commit 254a9e4085
4 changed files with 85 additions and 19 deletions

View File

@ -21,6 +21,7 @@ input[type=email], select, textarea
cursor: pointer;
width: auto;
height: 25px;
align-self: end;
}
div.flexCenter
@ -87,11 +88,19 @@ div.flexCenter
.rowForm
{
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: space-between;
width: 100%;
}
margin-top: 10px;
margin-bottom: 10px;
}
.label
{
font-size: 14px;
font-weight: 500;
}
.row
{
display: flex;