mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-23 05:07:03 +00:00
20 lines
240 B
CSS
20 lines
240 B
CSS
.form {
|
|
padding: 0 24px;
|
|
justify-content: center;
|
|
max-width: 409px;
|
|
width: calc(100% - 48px);
|
|
margin-bottom: 72px;
|
|
}
|
|
|
|
.fieldRow {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.button {
|
|
padding: 0 24px;
|
|
}
|
|
|
|
.recentCallsTitle {
|
|
margin-bottom: 32px;
|
|
}
|