Update featured link and styling
This commit is contained in:
parent
c30c645a0b
commit
d5c6592947
|
@ -38,7 +38,13 @@ h1, h2, h3, h4 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 1rem;
|
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 {
|
.region-content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,4 +22,15 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $dcb-purple;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
color: $dcb-grey;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<div class="featured-footer">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue