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