File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -335,13 +335,13 @@ button {
335
335
.next-steps-button {
336
336
width : 261px ;
337
337
height : 89px ;
338
- padding-top : 5 px ; /* Fix font not centered */
338
+ padding-top : 2 px ; /* Fix font not centered */
339
339
display : flex;
340
340
justify-content : center;
341
341
align-items : center;
342
342
gap : 10px ;
343
343
344
- font-weight : 500 ;
344
+ font-weight : 700 ;
345
345
font-size : 24px ;
346
346
line-height : 29px ;
347
347
text-transform : uppercase;
@@ -362,12 +362,8 @@ button {
362
362
}
363
363
364
364
.next-steps-button-number {
365
- padding-top : 2px ; /* Fix inability to align-item baseline */
366
365
font-size : 63px ;
367
366
}
368
- .next-steps-button-smaller .next-steps-button-number {
369
- padding-top : 4px ; /* Fix inability to align-item baseline */
370
- }
371
367
372
368
.next-steps-button-text {
373
369
text-align : left;
@@ -376,7 +372,6 @@ button {
376
372
.next-steps-button-smaller {
377
373
width : 177px ;
378
374
height : 65px ;
379
- padding-top : 3px
380
375
}
381
376
382
377
.next-steps-button-smaller .next-steps-button-number {
Original file line number Diff line number Diff line change 110
110
.next-steps-button {
111
111
width : 261px ;
112
112
height : 89px ;
113
- padding-top : 5 px ; /* Fix font not centered */
113
+ padding-top : 2 px ; /* Fix font not centered */
114
114
display : flex ;
115
115
justify-content : center ;
116
116
align-items : center ;
117
117
gap : 10px ;
118
118
119
119
cursor : pointer ;
120
120
121
- font-weight : 500 ;
121
+ font-weight : 700 ;
122
122
font-size : 24px ;
123
123
line-height : 29px ;
124
124
text-transform : uppercase ;
137
137
}
138
138
139
139
.next-steps-button-number {
140
- padding-top : 2px ; /* Fix inability to align-item baseline */
141
140
font-size : 63px ;
142
141
}
143
- .next-steps-button-smaller .next-steps-button-number {
144
- padding-top : 4px ; /* Fix inability to align-item baseline */
145
- }
146
142
147
143
.next-steps-button-text {
148
144
text-align : left ;
151
147
.next-steps-button-smaller {
152
148
width : 177px ;
153
149
height : 65px ;
154
- padding-top : 3px
155
150
}
156
151
157
152
.next-steps-button-smaller {
You can’t perform that action at this time.
0 commit comments