File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a href =" /tutorials/homepage.html " class =" back-button " >
2
+ <button >
3
+ <img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
4
+ All guided tutorials
5
+ </button >
6
+ </a >
7
+
1
8
# How to get your App token
2
9
3
10
Implement the required parts of the App activation process and receive an App access token for querying your PIM API.
Original file line number Diff line number Diff line change
1
+ <a href =" /tutorials/homepage.html " class =" back-button " >
2
+ <button >
3
+ <img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
4
+ All guided tutorials
5
+ </button >
6
+ </a >
7
+
1
8
# How to retrieve PIM structure
2
9
3
10
Retrieve the PIM structure through a channel resource. This is usually the required step before starting to read the PIM catalog data.
Original file line number Diff line number Diff line change 98
98
box-sizing : border-box ;
99
99
100
100
padding : 4px 12px ;
101
-
102
- /* width: 224px;*/
103
- /* height: 32px;*/
101
+ margin-top : 70px ;
104
102
105
103
background : #FFFFFF ;
106
104
119
117
background-color : #F1F4F9 ;
120
118
}
121
119
120
+ .back-button :hover {
121
+ text-decoration : none ;
122
+ }
123
+
122
124
.tag-container , .tag-container-xs {
123
125
margin-top : 27px ;
124
126
}
256
258
line-height : 60px ;
257
259
}
258
260
261
+ .guided-tutorials h1 {
262
+ margin-top : 40px ;
263
+ }
264
+
259
265
/* ******************** TILE ************************/
260
266
.tile {
261
267
position : relative ;
You can’t perform that action at this time.
0 commit comments