This commit is contained in:
Matthias Kretschmann 2016-02-10 00:31:35 +01:00
parent 81e2e54fd9
commit 8c04fcc683
2 changed files with 27 additions and 9 deletions

View File

@ -19,19 +19,39 @@
text-align: center;
.header-link {
@extend .transition;
box-shadow: none;
transition-timing-function: $timing-bounce;
display: inline-block;
padding: 0 .5rem;
padding: 0 .25rem;
opacity: 0;
transform: translate3d(20px,0,0) scale(0);
.header-icon { font-style: normal; }
&,
.header-icon {
@extend .transition;
}
&:hover,
&:focus {
background: none;
.header-icon {
color: lighten($brand-primary, 10%);
}
}
.header-icon {
font-style: normal;
font-size: 2rem;
color: $brand-primary;
}
}
&:hover .header-link {
opacity: 1;
transform: translate3d(0,0,0) scale(.8);
&:hover {
.header-link {
opacity: 1;
transform: translate3d(0,0,0) scale(.8);
}
}
}
}

View File

@ -70,7 +70,7 @@ js: page-front.min.js
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
<div class="grid__col">
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
<p><a href="https://bigchaindb.readthedocs.org/">Read documentation</a></p>
<p><a href="https://bigchaindb.readthedocs.org/">Read documentation</a> | <a href="https://github.com/BigchainDB/bigchaindb"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
</div>
<div class="grid__col">
<figure class="terminal highlight">
@ -84,8 +84,6 @@ js: page-front.min.js
</div>
</div>
</div>
</section>