Files
element-call/src/home/RegisteredView.module.css

24 lines
289 B
CSS
Raw Normal View History

2022-01-04 17:09:27 -08:00
.form {
padding: 0 24px;
justify-content: center;
2022-01-05 11:52:13 -08:00
max-width: 409px;
width: calc(100% - 48px);
2022-01-04 17:09:27 -08:00
margin-bottom: 72px;
}
.fieldRow {
2022-05-04 11:24:25 +01:00
margin-bottom: 24px;
2022-04-22 18:05:48 -07:00
}
.fieldRow:last-child {
2022-01-04 17:09:27 -08:00
margin-bottom: 0;
}
2022-01-04 17:13:26 -08:00
.button {
padding: 0 24px;
}
2022-01-04 17:09:27 -08:00
.recentCallsTitle {
margin-bottom: 32px;
}