Update featured link and styling

This commit is contained in:
Rob Davies 2017-04-25 15:00:09 +01:00
parent c30c645a0b
commit d5c6592947
4 changed files with 20 additions and 3 deletions

View file

@ -38,7 +38,13 @@ h1, h2, h3, h4 {
font-size: 1.2rem;
font-weight: bold;
padding: 1rem;
text-align: center; }
text-align: center;
text-transform: uppercase; }
.featured-footer a {
color: #ec16a8;
text-decoration: none; }
.featured-footer a:focus, .featured-footer a:hover {
color: #666; }
.region-content {
margin: 0 auto;

File diff suppressed because one or more lines are too long

View file

@ -22,4 +22,15 @@
font-weight: bold;
padding: 1rem;
text-align: center;
text-transform: uppercase;
a {
color: $dcb-purple;
text-decoration: none;
&:focus,
&:hover {
color: $dcb-grey;
}
}
}

View file

@ -23,7 +23,7 @@
{{ content }}
<div class="featured-footer">
{{ 'Early bird tickets coming soon'|t|upper }}
Early bird tickets <a href="https://www.eventbrite.co.uk/e/drupalcamp-bristol-2017-tickets-33574193316" target="_blank">available now</a>
</div>
</div>