🎨 rend le lien covid19 sur la landing plus visible

pull/937/head
Johan Girod 2020-03-23 17:34:20 +01:00
parent c3d2e89b7f
commit 9fa07ed388
3 changed files with 7 additions and 4 deletions

View File

@ -54,7 +54,9 @@
opacity: 0.7;
}
.ui__.label a,
.ui__.card.plain a,
.ui__.label .link-button,
.ui__.card.plain .link-button {
color: white !important;
}

View File

@ -127,7 +127,7 @@ span.ui__.enumeration:not(:last-of-type)::after {
font-size: 85%;
padding: 0.4rem 0.6rem;
font-weight: bold;
color: white;
color: white !important;
background: var(--darkColor);
border-radius: 0.3rem;
text-align: center;

View File

@ -38,12 +38,13 @@ export default function Landing() {
</header>
<img src={illustrationSvg} className="landing-title__img" />
</section>
<section className="ui__ full-width light-bg center-flex">
<div style={{ textAlign: 'center', width: '100%' }}>
{emoji('😷')}{' '}
<Link to={sitePaths.coronavirus}>
<Link to={sitePaths.coronavirus} className="ui__ plain small button">
{emoji('😷')}{' '}
<Trans>
Covid-19 : Découvrez les mesures de soutien aux entreprises
Covid-19 : Découvrir les mesures de soutien aux entreprises
</Trans>
</Link>
</div>