🎨 rend le lien covid19 sur la landing plus visible
parent
c3d2e89b7f
commit
9fa07ed388
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue