mon-entreprise/source/components/Targets.css

33 lines
512 B
CSS
Raw Normal View History

#targets {
2018-11-17 13:02:24 +00:00
width: 100%;
margin: 5% auto;
display: flex;
justify-content: center;
align-items: center;
}
#targets > .content {
border-radius: 6px;
border: 3px solid var(--colour);
padding: 1em;
2018-11-17 13:02:24 +00:00
min-width: 16em;
display: flex;
justify-content: space-between;
align-items: center;
}
#targets > .icon {
margin: 0 0.6em;
font-size: 200%;
}
#targets .value {
font-weight: 600;
}
#targets .unit {
font-weight: normal;
color: #666;
}
#targets .explanation {
font-size: 140%;
text-decoration: none;
}