This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ limitations under the License.
161
161
margin-bottom : $spacing-32 ;
162
162
163
163
p {
164
- margin : 0 0 8 px ;
164
+ margin : 0 0 $spacing-8 ;
165
165
}
166
166
}
167
167
@@ -197,7 +197,7 @@ limitations under the License.
197
197
color : $accent ;
198
198
display : flex;
199
199
gap : $spacing-4 ;
200
- padding : 4 px ;
200
+ padding : $spacing-4 ;
201
201
202
202
&:hover {
203
203
background-color : $system ;
@@ -238,7 +238,7 @@ limitations under the License.
238
238
text-align : center;
239
239
240
240
.mx_AuthBody_paddedFooter_title {
241
- margin-top : 16 px ;
241
+ margin-top : $spacing-16 ;
242
242
font-size : $font-15px ;
243
243
line-height : $font-24px ;
244
244
@@ -249,7 +249,7 @@ limitations under the License.
249
249
}
250
250
251
251
.mx_AuthBody_paddedFooter_subtitle {
252
- margin-top : 8 px ;
252
+ margin-top : $spacing-8 ;
253
253
font-size : $font-10px ;
254
254
line-height : $font-14px ;
255
255
}
@@ -265,7 +265,7 @@ limitations under the License.
265
265
}
266
266
267
267
.mx_SSOButtons + .mx_AuthBody_changeFlow {
268
- margin-top : 24 px ;
268
+ margin-top : $spacing-24 ;
269
269
}
270
270
271
271
.mx_AuthBody_spinner {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
.mx_Dialog {
22
22
color : $primary-content ;
23
- font-size : 14 px ;
23
+ font-size : $font- 14px ;
24
24
padding : $spacing-24 $spacing-24 $spacing-16 ;
25
25
text-align : center;
26
26
width : 485 px ;
@@ -37,7 +37,7 @@ limitations under the License.
37
37
38
38
.mx_AuthBody_did-not-receive {
39
39
justify-content : center;
40
- margin-bottom : 8 px ;
40
+ margin-bottom : $spacing-8 ;
41
41
}
42
42
43
43
.mx_Dialog_cancelButton {
You can’t perform that action at this time.
0 commit comments