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