mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 00:35:00 +00:00
fc1cf480d1
L'important est de mettre en valeur la règle, pas le bouton de retour à la simulation !
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;
|
|
}
|