mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
20 lines
240 B
CSS
20 lines
240 B
CSS
#RulePage {
|
|
max-width: 45em;
|
|
margin: 0 auto
|
|
}
|
|
|
|
#toSimulation {
|
|
margin: .6em auto;
|
|
display: block;
|
|
color: white;
|
|
font-size: 180%;
|
|
text-align: center;
|
|
padding: .2em .6em;
|
|
border-radius: .2em;
|
|
}
|
|
|
|
#toSimulation i {
|
|
margin: 0 .6em
|
|
}
|
|
|
|
|