mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
tweaks
This commit is contained in:
parent
81e2e54fd9
commit
8c04fcc683
@ -19,19 +19,39 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.header-link {
|
.header-link {
|
||||||
@extend .transition;
|
box-shadow: none;
|
||||||
transition-timing-function: $timing-bounce;
|
transition-timing-function: $timing-bounce;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 .5rem;
|
padding: 0 .25rem;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translate3d(20px,0,0) scale(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 {
|
&:hover {
|
||||||
opacity: 1;
|
.header-link {
|
||||||
transform: translate3d(0,0,0) scale(.8);
|
opacity: 1;
|
||||||
|
transform: translate3d(0,0,0) scale(.8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@ js: page-front.min.js
|
|||||||
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
|
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
|
<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>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<figure class="terminal highlight">
|
<figure class="terminal highlight">
|
||||||
@ -84,8 +84,6 @@ js: page-front.min.js
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user