1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 19:55:00 +00:00
mon-entreprise/source/components/RulePage.css
2018-04-23 15:45:55 +02:00

20 lines
237 B
CSS

#RulePage {
max-width: 45em;
margin: 0 auto
}
#toSimulation {
background: #333350;
margin: 0 auto;
display: block;
color: white;
font-size: 180%;
text-align: center;
padding: .2em .6em;
}
#toSimulation i {
margin: 0 .6em
}