We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0541b7a commit a646f35Copy full SHA for a646f35
res/css/views/dialogs/_InviteDialog.pcss
@@ -209,7 +209,7 @@ Please see LICENSE files in the repository root for full details.
209
overflow: hidden;
210
211
.mx_InviteProgressBody {
212
- margin-top: 48px;
+ margin-top: var(--cpd-space-12x);
213
}
214
215
res/css/views/dialogs/_InviteProgressBody.pcss
@@ -7,12 +7,10 @@ Please see LICENSE files in the repository root for full details.
7
8
9
text-align: center;
10
- font-size: $font-17px;
11
- color: $secondary-content;
+ font: var(--cpd-font-body-lg-regular);
12
13
h1 {
14
- color: $primary-content;
15
- font-size: $font-20px;
+ color: var(--cpd-color-text-primary);
+ font: var(--cpd-font-heading-sm-semibold);
16
17
18
-
0 commit comments