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

26 lines
405 B
CSS
Raw Normal View History

2018-03-19 19:18:58 +01:00
#RulePage {
2018-07-23 18:07:07 +02:00
margin-top: 1rem;
2018-03-19 19:18:58 +01:00
}
.rule-page__header {
display: flex;
flex-direction: column;
}
.rule-page__search {
align-self: flex-end;
2018-07-23 18:07:07 +02:00
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;
}