Skip to content

Commit 2ecd109

Browse files
committed
feat(API-1944): Next step main component : made button smaller
1 parent 111126d commit 2ecd109

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

components/components.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,22 @@ button {
360360

361361
.next-steps-button-text {
362362
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;
363381
}

components/components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<div class="block-next-steps block-next-steps-main">
9393
<div class="block-next-steps-title">Next Step</div>
9494
<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">
9696
<div class="next-steps-button-number">2</div>
9797
<div class="next-steps-button-text">
9898
Develop<br>

content/tutorials/guides/how-to-get-your-app-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ You can use this token to call the Akeneo PIM REST API.
184184
<div class="block-next-steps block-next-steps-main">
185185
<div class="block-next-steps-title">Next Step</div>
186186
<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">
188188
<div class="next-steps-button-number">2</div>
189189
<div class="next-steps-button-text">
190190
Develop<br>

styles/guided-tutorial.less

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,24 @@
138138
text-align: left;
139139
}
140140

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+
141159
.back-button button {
142160
box-sizing: border-box;
143161

0 commit comments

Comments
 (0)