mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 22:45:01 +00:00
17 lines
261 B
CSS
17 lines
261 B
CSS
#RulePage {
|
|
margin-top: 1rem;
|
|
}
|
|
.rule-page__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 1.3em;
|
|
text-decoration: none;
|
|
}
|
|
.rule-page__search {
|
|
align-self: flex-end;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#toSimulation i {
|
|
margin: 0 0.4em;
|
|
}
|