2023-01-03 16:58:38 +00:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2022-2024 New Vector Ltd.
|
2023-01-03 16:58:38 +00:00
|
|
|
|
2024-09-06 10:22:13 +02: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;
|
|
|
|
|
}
|
2023-03-13 18:40:16 -04:00
|
|
|
|
|
|
|
|
.notice {
|
2023-08-28 16:45:17 -04:00
|
|
|
color: var(--cpd-color-text-secondary);
|
2023-03-13 18:40:16 -04:00
|
|
|
}
|