roadmap tweaks

This commit is contained in:
Matthias Kretschmann 2017-08-29 14:34:52 +02:00
parent b85482e1e6
commit 710c731292
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 12 additions and 8 deletions

View File

@ -84,28 +84,29 @@
color: transparent;
text-align: center;
font-size: $font-size-mini;
line-height: 1.8;
width: 1.5rem;
height: 1.5rem;
line-height: 2;
width: 1.75rem;
height: 1.75rem;
border-radius: 50%;
display: inline-block;
background: $brand-05;
border: .15rem solid $brand-02;
border: .2rem solid #fff;
position: absolute;
left: -2.85rem;
left: -2.95rem;
top: 0;
@media ($screen-md) {
position: relative;
left: auto;
top: auto;
bottom: -.85rem;
bottom: -.95rem;
}
}
&.is-complete {
&:after {
color: #fff;
content: '\2714';
color: $brand-03;
background: adjust-hue($brand-01, 170%);
}
}

View File

@ -79,7 +79,10 @@ css: page-front
<p class="section__description">{{ content.foundation.description }}</p>
</div>
<div class="grid__col grid__col--2">
<svg width="559" height="253" aria-labelledby="title">
<title>IPDB Governance</title>
<use xlink:href="/assets/img/sprite.svg#governance"></use>
</svg>
</div>
</div>
</header>