2018-03-19 19:18:58 +01:00
|
|
|
#RulePage {
|
2018-09-21 17:28:28 +02:00
|
|
|
margin-top: 2rem;
|
2018-03-19 19:18:58 +01:00
|
|
|
}
|
2018-06-19 13:51:00 +02:00
|
|
|
.rule-page__header {
|
|
|
|
display: flex;
|
2018-08-07 15:57:42 +02:00
|
|
|
justify-content: space-between;
|
2019-01-13 21:19:00 +01:00
|
|
|
margin-bottom: 1rem;
|
2018-08-07 15:57:42 +02:00
|
|
|
text-decoration: none;
|
2018-06-19 13:51:00 +02:00
|
|
|
}
|
|
|
|
.rule-page__search {
|
|
|
|
align-self: flex-end;
|
2018-08-07 15:57:42 +02:00
|
|
|
text-decoration: none;
|
2017-12-07 20:00:36 +01:00
|
|
|
}
|
|
|
|
|
2018-12-17 17:18:49 +01:00
|
|
|
#situationBranch {
|
|
|
|
color: white;
|
|
|
|
background: #333;
|
|
|
|
border-radius: 0.3em;
|
|
|
|
padding: 0.2em 0.6em;
|
|
|
|
}
|