mon-entreprise/source/components/RulePage.css

26 lines
405 B
CSS
Raw Normal View History

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
}
.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;
}
#toSimulation {
margin: 0.6em 0;
text-decoration: none !important;
display: block;
color: white;
font-size: 150%;
text-align: center;
padding: 0.6em 0.6em;
border-radius: 0.2em;
}
#toSimulation i {
margin: 0 0.6em;
}