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

Commit 7f458e7

Browse files
author
Jenkins Continuous Integration Server
committed
Merge commit '81e413dbba7d43c5324bf84ae24feef620971a39' into HEAD
2 parents 7119683 + 81e413d commit 7f458e7

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

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

Lines changed: 0 additions & 5 deletions
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

Lines changed: 10 additions & 2 deletions
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)