mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 19:55:00 +00:00
20 lines
237 B
CSS
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
|
|
}
|
|
|
|
|