servatrice/webclient/src/forms/RegisterForm/RegisterForm.css
Zach H a87c66885c
Webatrice: Account Registration form (pt2) (#4454)
Co-authored-by: ParkTandem <93353951+ParkTandem@users.noreply.github.com>
2021-10-31 22:15:51 -04:00

21 lines
No EOL
339 B
CSS

.registerForm {
width: 100%;
}
.registerForm-submit {
width: 100%;
/*padding is off, something in material-theme is causing it*/
}
.row {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.column {
width: 48%;
flex: 0 1 auto;
align-self: auto;
}