2021-06-25 07:50:12 -04:00

31 lines
418 B
Plaintext

.form {
width: 55%;
height: 100%;
flex-direction: column;
padding: 0 10px;
}
.field {
flex-direction: column;
font-size: 14px;
margin-bottom: 20px;
}
Label {
white-space: normal;
}
.footer {
flex-direction: row;
justify-content: flex-end;
padding: 0 10px;
}
.footer Button {
padding: 5px 7px;
margin-top: 10px;
border-width: 2px;
border-radius: 0;
}