Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/directives/challenge-links/challenge-links.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ import angular from 'angular'
scope: {
challenge: '=',
view: '='
},
link: function(scope, element, attrs) {
element.on('click', function() {
window.location.href = $(this).attr('href')
})
}
}
})
Expand Down
12 changes: 10 additions & 2 deletions assets/css/directives/tc-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,22 @@ $tco-color-dark: #ea690b;
padding-top: 50px;

.title {
font-size: 36px;
margin-bottom: 5px;
margin-top: 10px;
@include sofia-pro-bold;
color: $white;
}

.subtitle {
margin-top: 20px;
width: 450px;
font-size: 20px;
@extend .title;
@include sofia-pro-regular;
}

.description {
margin-top: 20px;
margin-bottom: 5px;
}

.cta {
Expand Down