mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 23:25:02 +00:00
20 lines
323 B
CSS
20 lines
323 B
CSS
#RulePage {
|
|
margin-top: 2rem;
|
|
}
|
|
.rule-page__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 1rem;
|
|
text-decoration: none;
|
|
}
|
|
.rule-page__search {
|
|
align-self: flex-end;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#situationBranch {
|
|
color: white;
|
|
background: #333;
|
|
border-radius: 0.3em;
|
|
padding: 0.2em 0.6em;
|
|
}
|