Skip to content

Commit a646f35

Browse files
committed
Switch to compound CSS variables instead of old pcss vars
1 parent 0541b7a commit a646f35

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

res/css/views/dialogs/_InviteDialog.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Please see LICENSE files in the repository root for full details.
209209
overflow: hidden;
210210

211211
.mx_InviteProgressBody {
212-
margin-top: 48px;
212+
margin-top: var(--cpd-space-12x);
213213
}
214214
}
215215

res/css/views/dialogs/_InviteProgressBody.pcss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ Please see LICENSE files in the repository root for full details.
77

88
.mx_InviteProgressBody {
99
text-align: center;
10-
font-size: $font-17px;
11-
color: $secondary-content;
10+
font: var(--cpd-font-body-lg-regular);
1211

1312
h1 {
14-
color: $primary-content;
15-
font-size: $font-20px;
13+
color: var(--cpd-color-text-primary);
14+
font: var(--cpd-font-heading-sm-semibold);
1615
}
1716
}
18-

0 commit comments

Comments
 (0)