2018-03-19 18:18:58 +00:00
|
|
|
#RulePage {
|
2018-07-23 16:07:07 +00:00
|
|
|
margin-top: 1rem;
|
2018-03-19 18:18:58 +00:00
|
|
|
}
|
2018-06-19 11:51:00 +00:00
|
|
|
.rule-page__header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.rule-page__search {
|
|
|
|
align-self: flex-end;
|
2018-07-23 16:07:07 +00:00
|
|
|
text-decoration: none !important;
|
2018-06-19 11:51:00 +00:00
|
|
|
}
|
2017-12-07 19:00:36 +00:00
|
|
|
#toSimulation {
|
2018-06-19 11:51:00 +00:00
|
|
|
margin: 0.6em 0;
|
2018-07-25 14:07:53 +00:00
|
|
|
text-decoration: none !important;
|
2017-12-07 19:00:36 +00:00
|
|
|
display: block;
|
|
|
|
color: white;
|
2018-07-25 14:07:53 +00:00
|
|
|
font-size: 150%;
|
2017-12-07 19:00:36 +00:00
|
|
|
text-align: center;
|
2018-07-25 14:07:53 +00:00
|
|
|
padding: 0.6em 0.6em;
|
2018-05-09 16:41:57 +00:00
|
|
|
border-radius: 0.2em;
|
2017-12-07 19:00:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#toSimulation i {
|
2018-05-09 16:41:57 +00:00
|
|
|
margin: 0 0.6em;
|
2017-12-07 19:00:36 +00:00
|
|
|
}
|