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

24 lines
314 B
CSS
Raw Normal View History

#targets {
2018-11-17 14:02:24 +01:00
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#targets > .icon {
margin: 0 0.6em;
font-size: 200%;
color: var(--color);
}
#targets .value {
2018-11-20 21:17:41 +01:00
font-size: 180%;
}
#targets .unit {
}
#targets .explanation {
2018-11-20 21:17:41 +01:00
font-size: 150%;
text-decoration: none;
2018-11-20 21:17:41 +01:00
line-height: 0;
}