layout
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user