File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -91,14 +91,19 @@ button {
91
91
background-color : # F1F4F9 ;
92
92
padding : 20px 50px ;
93
93
display : flex;
94
- align-items : center;
95
94
96
95
font-size : 16px ;
97
96
line-height : 24px ;
98
97
99
98
color : # 677688 ;
100
99
}
101
-
100
+ .block-next-steps .block-next-steps-main {
101
+ flex-direction : column;
102
+ align-items : center;
103
+ }
104
+ .block-next-steps .block-next-steps-alt {
105
+ align-items : center;
106
+ }
102
107
.block-next-steps img {
103
108
margin-right : 50px ;
104
109
}
@@ -114,7 +119,11 @@ button {
114
119
line-height : 41px ;
115
120
margin-bottom : 20px ;
116
121
}
117
- .block-next-steps-text {
122
+ .block-next-steps .block-next-steps-main .block-next-steps-text {
123
+ margin-bottom : 30px ;
124
+ font-weight : 400 ;
125
+ }
126
+ .block-next-steps .block-next-steps-alt .block-next-steps-text {
118
127
margin-bottom : 11px ;
119
128
}
120
129
.block-next-steps ul {
Original file line number Diff line number Diff line change 73
73
74
74
< hr >
75
75
76
- < div class ="block-next-steps ">
76
+ < div class ="block-next-steps block-next-steps-alt ">
77
77
< img src ="../content/img/illustrations/illus--Attribute.svg " width ="140px ">
78
78
< div class ="block-next-steps-column ">
79
79
< div class ="block-next-steps-title "> Next Step</ div >
89
89
90
90
< hr >
91
91
92
+ < div class ="block-next-steps block-next-steps-main ">
93
+ < div class ="block-next-steps-title "> Next Step</ div >
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 ">
96
+ < div class ="next-steps-button-number "> 2</ div >
97
+ < div class ="next-steps-button-text ">
98
+ Develop< br >
99
+ your App
100
+ </ div >
101
+ </ button >
102
+ </ div >
103
+
104
+ < hr >
105
+
92
106
< button class ="next-steps-button ">
93
107
< div class ="next-steps-button-number "> 1</ div >
94
108
< div class ="next-steps-button-text ">
You can’t perform that action at this time.
0 commit comments