mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
* Remove global h2 css rule in favour of heading styles/components * Use Compound Heading in shared-components and forbid hX elements * Use Compound Heading in settings add back margin to some legacy headings * Tweak some headings * Update screenshots * Update screenshots * Update snapshots * Tweak .gitignore * Update snapshots * Iterate * Update screenshots * Update screenshots * Update screenshot
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
/*
|
|
Copyright 2026 Element Creations Ltd.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
.mx_UserPersonalInfoSettings {
|
|
h2 {
|
|
margin: var(--cpd-space-4x) 0;
|
|
}
|
|
}
|