1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/source/components/Targets.css
Mael 0237e1c84a 🎨 Design de la conversation générique
Prochainement :

- l'objectif de calcul dans l'URL
- faire marcher toutes les règles de co2.yaml
- rendre l'exploration correcte (ex. formatter correctemnt les nombres,
bien afficher les 'une possibilité')
- faire marcher publi.codes/App.js plutôt que d'écraser /embauche
2019-01-07 11:35:10 +01:00

33 lines
533 B
CSS

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