File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -88,18 +88,20 @@ button {
88
88
}
89
89
90
90
.block-next-steps {
91
- background-color : # F1F4F9 ;
92
91
padding : 20px 50px ;
93
92
display : flex;
94
93
95
94
font-size : 16px ;
96
95
line-height : 24px ;
97
96
97
+ background-color : # F1F4F9 ;
98
98
color : # 677688 ;
99
+ border-radius : 5px ;
99
100
}
100
101
.block-next-steps .block-next-steps-main {
101
102
flex-direction : column;
102
103
align-items : center;
104
+ padding-bottom : 25px ;
103
105
}
104
106
.block-next-steps .block-next-steps-alt {
105
107
align-items : center;
@@ -337,7 +339,7 @@ button {
337
339
align-items : center;
338
340
gap : 10px ;
339
341
340
- font-weight : 600 ;
342
+ font-weight : 500 ;
341
343
font-size : 24px ;
342
344
line-height : 29px ;
343
345
text-transform : uppercase;
@@ -365,6 +367,9 @@ button {
365
367
padding-top : 2px ; /* Fix inability to align-item baseline */
366
368
font-size : 63px ;
367
369
}
370
+ .next-steps-button-smaller .next-steps-button-number {
371
+ padding-top : 4px ; /* Fix inability to align-item baseline */
372
+ }
368
373
369
374
.next-steps-button-text {
370
375
text-align : left;
Original file line number Diff line number Diff line change 60
60
}
61
61
62
62
.block-next-steps {
63
- background-color : #F1F4F9 ;
64
63
padding : 20px 50px ;
65
64
display : flex ;
66
65
67
66
font-size : 16px ;
68
67
line-height : 24px ;
69
68
69
+ background-color : #F1F4F9 ;
70
70
color : #677688 ;
71
+ border-radius : 5px ;
71
72
}
72
73
.block-next-steps.block-next-steps-main {
73
74
flex-direction : column ;
74
75
align-items : center ;
76
+ padding-bottom : 25px ;
75
77
}
76
78
.block-next-steps.block-next-steps-alt {
77
79
align-items : center ;
115
117
116
118
cursor : pointer ;
117
119
118
- font-weight : 600 ;
120
+ font-weight : 500 ;
119
121
font-size : 24px ;
120
122
line-height : 29px ;
121
123
text-transform : uppercase ;
141
143
padding-top : 2px ; /* Fix inability to align-item baseline */
142
144
font-size : 63px ;
143
145
}
146
+ .next-steps-button-smaller .next-steps-button-number {
147
+ padding-top : 4px ; /* Fix inability to align-item baseline */
148
+ }
144
149
145
150
.next-steps-button-text {
146
151
text-align : left ;
You can’t perform that action at this time.
0 commit comments