Skip to content
Snippets Groups Projects
Commit b0bc5b9b authored by Matt Vanderpol's avatar Matt Vanderpol
Browse files

Fix linter issues

parent d0e1d40c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,13 +47,13 @@ extra_font:
%ul{ class: 'resource-tile-group' }
- resources.each do |resource|
%li.resource-tile.js-resource-tile{ 'data-resource-topics' => '||' + resource.topics.join('||') + '||', 'data-resource-type' => resource.type }
%h3.resource-tile__title
%h3.resource-tile-title
%a{ href:"#{resource.url}", target:"_blank" }
= resource.title
%span.resource-tile__type
%span.resource-tile-type
= resource.type
- if resource.teaser
%p.resource-tile__teaser
%p.resource-tile-teaser
= resource.teaser
%a.resource-tile__cta{ href:"#{resource.url}", target:"_blank" }
%a.resource-tile-cta{ href:"#{resource.url}", target:"_blank" }
= "Learn more..."
Loading
Loading
@@ -69,7 +69,7 @@
}
}
 
.resource-tile__title {
.resource-tile-title {
margin-top: 0;
font-size: 26px;
 
Loading
Loading
@@ -78,7 +78,7 @@
}
}
 
.resource-tile__type {
.resource-tile-type {
@include font-weight-semibold;
display: block;
margin-bottom: 20px;
Loading
Loading
@@ -86,12 +86,12 @@
text-transform: uppercase;
}
 
.resource-tile__teaser {
.resource-tile-teaser {
margin-bottom: 20px;
font-size: 18px;
}
 
.resource-tile__cta {
.resource-tile-cta {
@include font-weight-semibold;
font-size: 18px;
text-decoration: underline;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment