File tree Expand file tree Collapse file tree 4 files changed +10
-18
lines changed Expand file tree Collapse file tree 4 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
.block-welcome img {
15
- position : absolute;
16
- width : 110px ;
17
- right : 73px ;
18
- top : 24px ;
15
+ margin-top : -31px ;
16
+ margin-right : 27px ;
17
+ margin-bottom : -11px ;
19
18
}
20
19
21
20
.block-welcome-row {
22
21
display : flex;
23
22
align-items : center;
23
+ gap : 73px ;
24
24
}
25
25
26
26
.block-welcome-title {
45
45
46
46
color : # 677688 ;
47
47
}
48
-
49
- .block-welcome-row .block-welcome-text {
50
- width : 68.5% ;
51
- }
Original file line number Diff line number Diff line change 5
5
This pre-requisite section will follow you all along the tutorials
6
6
marked with the use case < b > "App workflow"</ b > .
7
7
</ div >
8
- < img src ="../content/img/illustrations/illus--Attributegroup.svg " width ="140px ">
8
+ < img src ="../content/img/illustrations/illus--Attributegroup.svg " width ="110px " class =" hidden-xs ">
9
9
</ div >
10
10
< div class ="block-welcome-text ">
11
11
The workflow starts with this tutorial that will guide you through the creation of a draft App.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Implement the required parts of the App activation process and receive an App ac
28
28
This pre-requisite section will follow you all along the tutorials
29
29
marked with the use case <b>"App workflow"</b>.
30
30
</div>
31
- <img src="../../img/illustrations/illus--Attributegroup.svg" width="140px ">
31
+ <img src="../../img/illustrations/illus--Attributegroup.svg" width="110px" class="hidden-xs ">
32
32
</div>
33
33
<div class="block-welcome-text">
34
34
The workflow starts with this tutorial that will guide you through the creation of a draft App.
Original file line number Diff line number Diff line change 505
505
}
506
506
507
507
.block-welcome img {
508
- position : absolute ;
509
- width : 110px ;
510
- right : 73px ;
511
- top : 24px ;
508
+ margin-top : -31px ;
509
+ margin-right : 27px ;
510
+ margin-bottom : -11px ;
512
511
}
513
512
514
513
.block-welcome-row {
515
514
display : flex ;
516
515
align-items : center ;
516
+ gap : 73px ;
517
517
}
518
518
519
519
.block-welcome-title {
538
538
539
539
color : #677688 ;
540
540
}
541
-
542
- .block-welcome-row .block-welcome-text {
543
- width : 68.5% ;
544
- }
You can’t perform that action at this time.
0 commit comments