Files
element-call/src/home/RegisteredView.module.css
David Baker 0136fd3cab Run prettier
2022-05-04 11:24:25 +01:00

24 lines
289 B
CSS

.form {
padding: 0 24px;
justify-content: center;
max-width: 409px;
width: calc(100% - 48px);
margin-bottom: 72px;
}
.fieldRow {
margin-bottom: 24px;
}
.fieldRow:last-child {
margin-bottom: 0;
}
.button {
padding: 0 24px;
}
.recentCallsTitle {
margin-bottom: 32px;
}