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

25 lines
405 B
CSS

#RulePage {
margin-top: 1rem;
}
.rule-page__header {
display: flex;
flex-direction: column;
}
.rule-page__search {
align-self: flex-end;
text-decoration: none !important;
}
#toSimulation {
margin: 0.6em 0;
text-decoration: none !important;
display: block;
color: white;
font-size: 150%;
text-align: center;
padding: 0.6em 0.6em;
border-radius: 0.2em;
}
#toSimulation i {
margin: 0 0.6em;
}