Actual social links

This commit is contained in:
viktor 2017-12-25 12:18:15 +03:00
parent 242bb2279a
commit 00a08dbd4e
4 changed files with 7 additions and 8 deletions

View File

@ -12,7 +12,7 @@
.new-form, .settings, .ballots-i {
transition: 0.3s box-shadow;
margin-bottom: 30px;
margin-bottom: 80px;
border-radius: 8px;
box-shadow: 0 10px 10px 0 rgba(50, 108, 181, 0.08);
padding: 30px;

View File

@ -12,7 +12,7 @@
.new-form, .settings, .ballots-i {
transition: 0.3s box-shadow;
margin-bottom: 30px;
margin-bottom: 80px;
border-radius: 8px;
box-shadow: 0 10px 10px 0 rgba(50, 108, 181, 0.08);
padding: 30px;

View File

@ -11,7 +11,7 @@
%white-block {
transition: 0.3s box-shadow;
margin-bottom: $desktop-indent;
margin-bottom: 80px;
border-radius: 8px;
box-shadow: 0 10px 10px 0 fade-out(#326cb5, 0.92);
padding: $desktop-indent;

View File

@ -7,11 +7,10 @@ export const Footer = () => (
<p className="footer-rights">2017 POA Network. All rights reserved.</p>
<Link to="/" className="footer-logo"></Link>
<div className="socials">
<a href="#" className="socials-i socials-i_reddit"></a>
<a href="#" className="socials-i socials-i_twitter"></a>
<a href="#" className="socials-i socials-i_oracles"></a>
<a href="#" className="socials-i socials-i_telegram"></a>
<a href="#" className="socials-i socials-i_github"></a>
<a href="https://twitter.com/oraclesorg" className="socials-i socials-i_twitter"></a>
<a href="https://poa.network" className="socials-i socials-i_oracles"></a>
<a href="https://t.me/oraclesnetwork" className="socials-i socials-i_telegram"></a>
<a href="https://github.com/poanetwork/" className="socials-i socials-i_github"></a>
</div>
</div>
</footer>