mon-entreprise/source/components/Targets.css

24 lines
314 B
CSS
Raw Normal View History

#targets {
2018-11-17 13:02:24 +00: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 20:17:41 +00:00
font-size: 180%;
}
#targets .unit {
}
#targets .explanation {
2018-11-20 20:17:41 +00:00
font-size: 150%;
text-decoration: none;
2018-11-20 20:17:41 +00:00
line-height: 0;
}