Skip to content

Commit 79dc198

Browse files
author
Samuel Gomis
committed
feat(API-1947): Add 'All guided tutorials' button in each guided tutorials
1 parent 6dde755 commit 79dc198

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/partials/guided-tutorials.handlebars

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
{{#> layout title=title }}
33
<div class="container">
44
<div class="row guided-tutorials">
5+
<div class="col-sm-offset-4 col-sm-8 col-xs-12">
6+
<a href="/tutorials/homepage.html" class="back-button">
7+
<button>
8+
<img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
9+
All guided tutorials
10+
</button>
11+
</a>
12+
</div>
513
{{{mainContent}}}
614
</div>
715
</div>

styles/guided-tutorial.less

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@
9898
box-sizing: border-box;
9999

100100
padding: 4px 12px;
101-
102-
/*width: 224px;*/
103-
/*height: 32px;*/
101+
margin-top: 70px;
104102

105103
background: #FFFFFF;
106104

@@ -119,6 +117,10 @@
119117
background-color: #F1F4F9;
120118
}
121119

120+
.back-button:hover {
121+
text-decoration: none;
122+
}
123+
122124
.tag-container, .tag-container-xs {
123125
margin-top: 27px;
124126
}
@@ -256,6 +258,10 @@
256258
line-height: 60px;
257259
}
258260

261+
.guided-tutorials h1 {
262+
margin-top: 40px;
263+
}
264+
259265
/********************* TILE ************************/
260266
.tile {
261267
position: relative;

0 commit comments

Comments
 (0)