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