Change link class to prevent adblocking
This commit is contained in:
parent
18d1ca8265
commit
4b1a293d57
|
@ -75,7 +75,7 @@ h1, h2 {
|
||||||
color: #0fa877; }
|
color: #0fa877; }
|
||||||
.region-content-bottom .block {
|
.region-content-bottom .block {
|
||||||
margin: 2em 1em; }
|
margin: 2em 1em; }
|
||||||
.region-content-bottom .sponsor-link a {
|
.region-content-bottom .all-sponsors-link a {
|
||||||
background: #b33ee9;
|
background: #b33ee9;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -85,9 +85,9 @@ h1, h2 {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: #0fa877; }
|
background-color: #0fa877; }
|
||||||
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
|
.region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus {
|
||||||
background: #0fa877; }
|
background: #0fa877; }
|
||||||
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
|
.region-content-bottom .all-sponsors-link a:hover, .region-content-bottom .all-sponsors-link a:focus {
|
||||||
background: #ec16a8; }
|
background: #ec16a8; }
|
||||||
.region-content-bottom img {
|
.region-content-bottom img {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,7 @@
|
||||||
margin: 2em 1em;
|
margin: 2em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-link a {
|
.all-sponsors-link a {
|
||||||
@include button;
|
@include button;
|
||||||
background-color: $dcb-green;
|
background-color: $dcb-green;
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<div{{ attributes.addClass(classes) }}>
|
<div{{ attributes.addClass(classes) }}>
|
||||||
<h2>Our <span>Sponsors</span></h2>
|
<h2>Our <span>Sponsors</span></h2>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<div class="sponsor-link">
|
<div class="all-sponsors-link">
|
||||||
<a href="/sponsors">{{ 'See all sponsors'|t }}</a>
|
<a href="/sponsors">{{ 'See all sponsors'|t }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue