Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 81e413d

Browse files
authored
Merge pull request #880 from appirio-tech/tom-fix-links
Fixed links problem by reversing changes
2 parents 40dec6d + aec9f68 commit 81e413d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

app/directives/challenge-links/challenge-links.directive.js

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ import angular from 'angular'
1212
scope: {
1313
challenge: '=',
1414
view: '='
15-
},
16-
link: function(scope, element, attrs) {
17-
element.on('click', function() {
18-
window.location.href = $(this).attr('href')
19-
})
2015
}
2116
}
2217
})

assets/css/directives/tc-banner.scss

+10-2
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,22 @@ $tco-color-dark: #ea690b;
155155
padding-top: 50px;
156156

157157
.title {
158-
font-size: 36px;
159-
margin-bottom: 5px;
160158
margin-top: 10px;
159+
@include sofia-pro-bold;
160+
color: $white;
161161
}
162162

163163
.subtitle {
164164
margin-top: 20px;
165165
width: 450px;
166+
font-size: 20px;
167+
@extend .title;
168+
@include sofia-pro-regular;
169+
}
170+
171+
.description {
172+
margin-top: 20px;
173+
margin-bottom: 5px;
166174
}
167175

168176
.cta {

0 commit comments

Comments
 (0)