mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 00:35:00 +00:00
14 lines
204 B
CSS
14 lines
204 B
CSS
#toSimulation {
|
|
background: #333350;
|
|
margin: 0 auto 1em;
|
|
display: block;
|
|
width: 20em;
|
|
color: white;
|
|
font-size: 180%;
|
|
text-align: center;
|
|
padding: .2em .6em;
|
|
}
|
|
|
|
#toSimulation i {
|
|
margin: 0 .6em
|
|
}
|