2023-05-01 00:37:40 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2023, 2024 New Vector Ltd.
|
2023-05-01 00:37:40 +02:00
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2023-05-01 00:37:40 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_SettingsSection {
|
|
|
|
--SettingsTab_section-margin-bottom-preferences-labs: 30px;
|
2023-06-06 16:03:52 +02:00
|
|
|
--SettingsTab_heading_nth_child-margin-top: 30px;
|
2023-07-04 18:54:28 +02:00
|
|
|
--SettingsTab_tooltip-max-width: 20px; /* So it fits in the space provided by the page */
|
2023-05-01 00:37:40 +02:00
|
|
|
|
|
|
|
color: $primary-content;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $links;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_SettingsSection_subSections {
|
|
|
|
display: grid;
|
2023-10-09 12:55:43 +02:00
|
|
|
grid-template-columns: minmax(0, 1fr);
|
2023-05-01 00:37:40 +02:00
|
|
|
grid-gap: $spacing-32;
|
|
|
|
|
|
|
|
padding: $spacing-16 0;
|
|
|
|
}
|