mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
cleanup
This commit is contained in:
parent
cd8b8d787e
commit
65b58faacf
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
$brand-9984-01: #ec008c !default;
|
$brand-9984-01: #ec008c !default;
|
||||||
$brand-9984-02: #f7931d !default;
|
$brand-9984-02: #f7931d !default;
|
||||||
$brand-9984-03: #161d21 !default;
|
$brand-9984-03: #161d21 !default;
|
||||||
@ -16,18 +15,24 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.banner--ninenine {
|
.banner--ninenine {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $brand-9984-03;
|
background: $brand-9984-03;
|
||||||
font-family: $font-family-silkscreen;
|
font-family: $font-family-silkscreen;
|
||||||
font-weight: $font-weight-normal;
|
font-weight: $font-weight-normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
padding-top: $spacer;
|
||||||
|
padding-bottom: $spacer;
|
||||||
|
|
||||||
|
@media ($screen-sm) {
|
||||||
padding-top: $spacer / 2;
|
padding-top: $spacer / 2;
|
||||||
padding-bottom: $spacer / 2;
|
padding-bottom: $spacer / 2;
|
||||||
|
}
|
||||||
|
|
||||||
&,
|
&,
|
||||||
.divider--9984,
|
.divider--9984,
|
||||||
.divider--slashes,
|
.divider--9984slashes,
|
||||||
.ninenine__action {
|
.ninenine__action {
|
||||||
transition: .15s ease-out;
|
transition: .15s ease-out;
|
||||||
}
|
}
|
||||||
@ -48,14 +53,9 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ninenine__content {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ninenine__title,
|
.ninenine__title,
|
||||||
.ninenine__meta,
|
.ninenine__meta {
|
||||||
.ninenine__tagline {
|
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -66,6 +66,7 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ninenine__action {
|
.ninenine__action {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: $brand-9984-04;
|
color: $brand-9984-04;
|
||||||
@ -81,10 +82,12 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.divider--9984 {
|
.divider--9984 {
|
||||||
color: $brand-9984-01;
|
color: $brand-9984-01;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider--slashes {
|
|
||||||
|
.divider--9984slashes {
|
||||||
color: $brand-9984-02;
|
color: $brand-9984-02;
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
<aside class="banner--ninenine ninenine">
|
<aside class="banner--ninenine ninenine">
|
||||||
<a href="https://2017.9984.io/?utm_source=bigchaindb.com&utm_medium=banner&utm_campaign=9984_banner">
|
<a href="https://2017.9984.io/?utm_source=bigchaindb.com&utm_medium=banner&utm_campaign=9984_banner">
|
||||||
<div class="row row--wide">
|
<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--9984slashes">//</em> Blockchain Futures for Developers, Enterprises & Society</span></h1>
|
||||||
<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 & 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>
|
<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>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</aside>
|
</aside>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user