Refine SettingsSection
& SettingsTab
This commit is contained in:
parent
c659afa8db
commit
4958dad672
7 changed files with 112 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue