1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/RulePage.css

25 lines
363 B
CSS
Raw Normal View History

2018-03-19 19:18:58 +01:00
#RulePage {
margin-top: 2rem;
2018-03-19 19:18:58 +01:00
}
.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;
}
#situationBranch {
color: white;
background: #333;
border-radius: 0.3em;
padding: 0.2em 0.6em;
}