1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/Targets.css
Maxime Quandalle e5b42e2321
🔥 Supprime le HOC withColours
Renomme colour en color, pour-être cohérent avec le CSS
2019-12-18 23:06:46 +01:00

23 lines
314 B
CSS

#targets {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#targets > .icon {
margin: 0 0.6em;
font-size: 200%;
color: var(--color);
}
#targets .value {
font-size: 180%;
}
#targets .unit {
}
#targets .explanation {
font-size: 150%;
text-decoration: none;
line-height: 0;
}