File tree Expand file tree Collapse file tree 4 files changed +38
-2
lines changed Expand file tree Collapse file tree 4 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -360,4 +360,22 @@ button {
360
360
361
361
.next-steps-button-text {
362
362
text-align : left;
363
+ }
364
+
365
+ .next-steps-button-smaller {
366
+ width : 177px ;
367
+ height : 68px ;
368
+ }
369
+
370
+ .next-steps-button-smaller {
371
+ padding-top : 3px
372
+ }
373
+
374
+ .next-steps-button-smaller .next-steps-button-number {
375
+ font-size : 48px ;
376
+ }
377
+
378
+ .next-steps-button-smaller .next-steps-button-text {
379
+ font-size : 18px ;
380
+ line-height : 22px ;
363
381
}
Original file line number Diff line number Diff line change 92
92
< div class ="block-next-steps block-next-steps-main ">
93
93
< div class ="block-next-steps-title "> Next Step</ div >
94
94
< div class ="block-next-steps-text "> Now that you’ve gotten your App token, continue the journey with Step 2!</ div >
95
- < button class ="next-steps-button ">
95
+ < button class ="next-steps-button next-steps-button-smaller ">
96
96
< div class ="next-steps-button-number "> 2</ div >
97
97
< div class ="next-steps-button-text ">
98
98
Develop< br >
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ You can use this token to call the Akeneo PIM REST API.
184
184
<div class =" block-next-steps block-next-steps-main " >
185
185
<div class="block-next-steps-title">Next Step</div>
186
186
<div class="block-next-steps-text">Now that you’ve gotten your App token, continue the journey with Step 2!</div>
187
- <button class="next-steps-button">
187
+ <button class="next-steps-button next-steps-button-smaller ">
188
188
<div class="next-steps-button-number">2</div>
189
189
<div class="next-steps-button-text">
190
190
Develop<br>
Original file line number Diff line number Diff line change 138
138
text-align : left ;
139
139
}
140
140
141
+ .next-steps-button-smaller {
142
+ width : 177px ;
143
+ height : 68px ;
144
+ }
145
+
146
+ .next-steps-button-smaller {
147
+ padding-top : 3px
148
+ }
149
+
150
+ .next-steps-button-smaller .next-steps-button-number {
151
+ font-size : 48px ;
152
+ }
153
+
154
+ .next-steps-button-smaller .next-steps-button-text {
155
+ font-size : 18px ;
156
+ line-height : 22px ;
157
+ }
158
+
141
159
.back-button button {
142
160
box-sizing : border-box ;
143
161
You can’t perform that action at this time.
0 commit comments