This commit is contained in:
Matthias Kretschmann 2017-08-12 19:46:41 +02:00
parent cd8b8d787e
commit 65b58faacf
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 20 additions and 19 deletions

View File

@ -1,8 +1,7 @@
$brand-9984-01: #ec008c !default;
$brand-9984-02: #f7931d !default;
$brand-9984-03: #161d21 !default;
$brand-9984-04: #e6e6e6 !default;
$brand-9984-01: #ec008c !default;
$brand-9984-02: #f7931d !default;
$brand-9984-03: #161d21 !default;
$brand-9984-04: #e6e6e6 !default;
$font-family-silkscreen: silkscreennormal, monospace !default;
@ -16,18 +15,24 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
font-style: normal;
}
.banner--ninenine {
text-align: center;
background: $brand-9984-03;
font-family: $font-family-silkscreen;
font-weight: $font-weight-normal;
font-style: normal;
padding-top: $spacer / 2;
padding-bottom: $spacer / 2;
padding-top: $spacer;
padding-bottom: $spacer;
@media ($screen-sm) {
padding-top: $spacer / 2;
padding-bottom: $spacer / 2;
}
&,
.divider--9984,
.divider--slashes,
.divider--9984slashes,
.ninenine__action {
transition: .15s ease-out;
}
@ -48,14 +53,9 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
}
}
.ninenine__content {
display: inline-block;
position: relative;
}
.ninenine__title,
.ninenine__meta,
.ninenine__tagline {
.ninenine__meta {
font-size: .8rem;
line-height: $line-height;
margin: 0;
@ -66,6 +66,7 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
}
}
.ninenine__action {
box-shadow: none;
color: $brand-9984-04;
@ -81,10 +82,12 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
}
}
.divider--9984 {
color: $brand-9984-01;
}
.divider--slashes {
.divider--9984slashes {
color: $brand-9984-02;
}

View File

@ -1,11 +1,9 @@
<aside class="banner--ninenine ninenine">
<a href="https://2017.9984.io/?utm_source=bigchaindb.com&utm_medium=banner&utm_campaign=9984_banner">
<div class="row row--wide">
<div class="ninenine__content">
<h1 class="ninenine__title">9984 <em class="divider--9984">>></em> SUMMIT <span class="ninenine__tagline"><em class="divider--slashes">//</em> Blockchain Futures for Developers, Enterprises &amp; Society</span></h1>
<h1 class="ninenine__title">9984 <em class="divider--9984">>></em> SUMMIT <span class="ninenine__tagline"><em class="divider--9984slashes">//</em> Blockchain Futures for Developers, Enterprises &amp; Society</span></h1>
<h2 class="ninenine__meta">October 5 - 6, 2017 <em class="divider--slashes">//</em> Berlin, Germany <span class="ninenine__action">Get your ticket now</span></h2>
</div>
<h2 class="ninenine__meta">October 5 - 6, 2017 <em class="divider--9984slashes">//</em> Berlin, Germany <span class="ninenine__action">Get your ticket now</span></h2>
</div>
</a>
</aside>