Files
ThreadNet-Web/res/css/views/typography/_Heading.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
734 B
Plaintext
Raw Normal View History

2021-12-15 11:00:10 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
Copyright 2021-2023 x The Matrix.org Foundation C.I.C.
2021-12-15 11:00:10 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2021-12-15 11:00:10 +01:00
*/
2023-06-29 11:30:25 +01:00
.mx_Heading_h1,
.mx_Heading_h2,
.mx_Heading_h3,
.mx_Heading_h4 {
2021-12-15 11:00:10 +01:00
margin-inline: unset;
margin-block: unset;
}
2023-06-29 11:30:25 +01:00
.mx_Heading_h1 {
font: var(--cpd-font-heading-xl-semibold);
}
2021-12-15 11:00:10 +01:00
.mx_Heading_h2 {
2023-06-29 11:30:25 +01:00
font: var(--cpd-font-heading-lg-semibold);
2021-12-15 11:00:10 +01:00
}
.mx_Heading_h3 {
2023-06-29 11:30:25 +01:00
font: var(--cpd-font-heading-md-semibold);
font-weight: var(--cpd-font-weight-semibold);
2021-12-15 11:00:10 +01:00
}
.mx_Heading_h4 {
2023-06-29 11:30:25 +01:00
font: var(--cpd-font-heading-sm-semibold);
font-weight: var(--cpd-font-weight-semibold);
}