1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/source/components/RulePage.css
Johan Girod c6e7965988 🎨 répare les bugs d'affichage sur mobile
- overflow de la fiche de paie
- bouton rechercher
2018-06-19 13:51:00 +02:00

25 lines
366 B
CSS

#RulePage {
max-width: 47em;
padding: 1em;
margin: 0 auto;
}
.rule-page__header {
display: flex;
flex-direction: column;
}
.rule-page__search {
align-self: flex-end;
}
#toSimulation {
margin: 0.6em 0;
display: block;
color: white;
font-size: 180%;
text-align: center;
padding: 0.2em 0.6em;
border-radius: 0.2em;
}
#toSimulation i {
margin: 0 0.6em;
}