1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 22:15:02 +00:00
mon-entreprise/source/components/RulePage.css

21 lines
237 B
CSS
Raw Normal View History

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