File tree Expand file tree Collapse file tree 4 files changed +23
-45
lines changed Expand file tree Collapse file tree 4 files changed +23
-45
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ button {
332
332
333
333
.next-steps-button {
334
334
width : 261px ;
335
- height : 94 px ;
335
+ height : 89 px ;
336
336
padding-top : 5px ; /* Fix font not centered */
337
337
display : flex;
338
338
justify-content : center;
@@ -353,34 +353,23 @@ button {
353
353
border : none;
354
354
border-radius : 57px ;
355
355
}
356
- .next-steps-button-link {
357
- cursor : default;
358
- }
359
- .next-steps-button-link : hover {
360
- text-decoration : none;
361
- }
362
356
.next-steps-button : hover {
363
357
background-color : # 2D366D ;
358
+ text-decoration : none;
359
+ color : # F1F4F9 ;
364
360
}
365
361
366
362
.next-steps-button-number {
367
363
padding-top : 2px ; /* Fix inability to align-item baseline */
368
364
font-size : 63px ;
369
365
}
370
- .next-steps-button-smaller .next-steps-button-number {
371
- padding-top : 4px ; /* Fix inability to align-item baseline */
372
- }
373
-
374
366
.next-steps-button-text {
375
367
text-align : left;
376
368
}
377
369
378
370
.next-steps-button-smaller {
379
371
width : 177px ;
380
- height : 68px ;
381
- }
382
-
383
- .next-steps-button-smaller {
372
+ height : 65px ;
384
373
padding-top : 3px
385
374
}
386
375
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
- < a href ="/ " class ="next-steps-button-link ">
96
- < button class ="next-steps-button next-steps-button-smaller ">
97
- < div class ="next-steps-button-number "> 2</ div >
98
- < div class ="next-steps-button-text ">
99
- Develop< br >
100
- your App
101
- </ div >
102
- </ button >
95
+ < a href ="/ " class ="next-steps-button next-steps-button-smaller ">
96
+ < div class ="next-steps-button-number "> 2</ div >
97
+ < div class ="next-steps-button-text ">
98
+ Develop< br >
99
+ your App
100
+ </ div >
103
101
</ a >
104
102
</ div >
105
103
106
104
< hr >
107
105
108
- < button class ="next-steps-button ">
106
+ < a href =" / " class ="next-steps-button ">
109
107
< div class ="next-steps-button-number "> 1</ div >
110
108
< div class ="next-steps-button-text ">
111
109
Get your< br >
112
110
App token
113
111
</ div >
114
- </ button >
112
+ </ a >
115
113
116
114
< hr >
117
115
Original file line number Diff line number Diff line change @@ -184,13 +184,11 @@ 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
- <a href="/tutorials/how-to-retrieve-pim-structure.html" class="next-steps-button-link">
188
- <button class="next-steps-button next-steps-button-smaller">
189
- <div class="next-steps-button-number">2</div>
190
- <div class="next-steps-button-text">
191
- Develop<br>
192
- your App
193
- </div>
194
- </button>
187
+ <a href="/tutorials/how-to-retrieve-pim-structure.html" class="next-steps-button next-steps-button-smaller">
188
+ <div class="next-steps-button-number">2</div>
189
+ <div class="next-steps-button-text">
190
+ Develop<br>
191
+ your App
192
+ </div>
195
193
</a >
196
194
</div >
Original file line number Diff line number Diff line change 108
108
109
109
.next-steps-button {
110
110
width : 261px ;
111
- height : 94 px ;
111
+ height : 89 px ;
112
112
padding-top : 5px ; /* Fix font not centered */
113
113
display : flex ;
114
114
justify-content : center ;
129
129
border : none ;
130
130
border-radius : 57px ;
131
131
}
132
- .next-steps-button-link {
133
- cursor : default ;
134
- }
135
- .next-steps-button-link :hover {
136
- text-decoration : none ;
137
- }
138
132
.next-steps-button :hover {
139
133
background-color : #2D366D ;
134
+ text-decoration : none ;
135
+ color : #F1F4F9 ;
140
136
}
141
137
142
138
.next-steps-button-number {
143
139
padding-top : 2px ; /* Fix inability to align-item baseline */
144
140
font-size : 63px ;
145
141
}
146
- .next-steps-button-smaller .next-steps-button-number {
147
- padding-top : 4px ; /* Fix inability to align-item baseline */
148
- }
149
-
150
142
.next-steps-button-text {
151
143
text-align : left ;
152
144
}
153
145
154
146
.next-steps-button-smaller {
155
147
width : 177px ;
156
- height : 68px ;
148
+ height : 65px ;
149
+ padding-top : 3px
157
150
}
158
151
159
152
.next-steps-button-smaller {
You can’t perform that action at this time.
0 commit comments