mirror of
https://github.com/element-hq/element-web.git
synced 2025-09-17 11:04:05 +02:00
Switch to compound CSS variables instead of old pcss vars
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user