Refine SettingsSection & SettingsTab

This commit is contained in:
Florian Duros 2024-12-04 14:35:24 +01:00
parent c659afa8db
commit 4958dad672
No known key found for this signature in database
GPG key ID: A5BBB4041B493F15
7 changed files with 112 additions and 9 deletions

View file

@ -15,6 +15,20 @@ Please see LICENSE files in the repository root for full details.
a {
color: $links;
}
&.mx_SettingsSection_newUi {
display: flex;
flex-direction: column;
gap: var(--cpd-space-6x);
align-items: start;
}
.mx_SettingsSection_header {
display: flex;
flex-direction: column;
gap: var(--cpd-space-3x);
color: var(--cpd-color-text-secondary);
}
}
.mx_SettingsSection_subSections {