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

35 lines
487 B
CSS
Raw Normal View History

2023-01-03 16:58:38 +00:00
/*
Copyright 2022-2024 New Vector Ltd.
2023-01-03 16:58:38 +00:00
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
2023-01-03 16:58:38 +00:00
*/
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;
}
.notice {
color: var(--cpd-color-text-secondary);
}