Switch to compound CSS variables instead of old pcss vars

This commit is contained in:
Richard van der Hoff
2025-08-14 14:30:21 +01:00
parent 0541b7a961
commit a646f3575f
2 changed files with 4 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ Please see LICENSE files in the repository root for full details.
overflow: hidden;
.mx_InviteProgressBody {
margin-top: 48px;
margin-top: var(--cpd-space-12x);
}
}

View File

@@ -7,12 +7,10 @@ Please see LICENSE files in the repository root for full details.
.mx_InviteProgressBody {
text-align: center;
font-size: $font-17px;
color: $secondary-content;
font: var(--cpd-font-body-lg-regular);
h1 {
color: $primary-content;
font-size: $font-20px;
color: var(--cpd-color-text-primary);
font: var(--cpd-font-heading-sm-semibold);
}
}