mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
external icon & use cases fixes
This commit is contained in:
parent
9e2e292c2c
commit
763fa9cbdc
@ -94,6 +94,9 @@
|
|||||||
.icon-check {
|
.icon-check {
|
||||||
stroke: $brand-primary;
|
stroke: $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// hide external icon
|
||||||
|
&:after { display: none !important; } // stylelint-disable-line
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,6 +88,10 @@
|
|||||||
color: $gray-dark;
|
color: $gray-dark;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[rel='external']:after {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu.show,
|
.dropdown-menu.show,
|
||||||
|
@ -103,7 +103,7 @@ a {
|
|||||||
background: url('../img/icon-arrowout.svg') no-repeat center center;
|
background: url('../img/icon-arrowout.svg') no-repeat center center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
transition: .15s ease-out;
|
transition: .15s ease-out;
|
||||||
margin-left: $spacer / 6;
|
margin-left: $spacer / 8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,7 @@ cta:
|
|||||||
title: Meet BigchainDB
|
title: Meet BigchainDB
|
||||||
description: The blockchain database
|
description: The blockchain database
|
||||||
button: Learn More
|
button: Learn More
|
||||||
|
button_link: "/"
|
||||||
---
|
---
|
||||||
|
|
||||||
<header role="banner" class="header header--usecase" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
<header role="banner" class="header header--usecase" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
||||||
@ -73,15 +74,15 @@ cta:
|
|||||||
|
|
||||||
<div class="grid grid--full grid-small--fit grid--top">
|
<div class="grid grid--full grid-small--fit grid--top">
|
||||||
|
|
||||||
|
<div class="grid__col">
|
||||||
|
<a class="link-back" href="/features/#usecases">< Back to use cases</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if page.pdf %}
|
{% if page.pdf %}
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<a href="../{{ page.pdf }}" download rel="external">Download case study (pdf)</a>
|
<a href="../{{ page.pdf }}" download rel="external">Download case study (pdf)</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="grid__col">
|
|
||||||
<a class="link-back" href="/usecases/">< Back to use cases</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
|
|
||||||
title: Features
|
title: Features & Use Cases
|
||||||
description: "Rather than trying to enhance blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets."
|
description: "Rather than trying to enhance blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets."
|
||||||
|
|
||||||
features:
|
features:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user