Add a separator between the explanation and form

This commit is contained in:
gregoirenovel 2018-09-23 21:47:54 +02:00
parent 086bf8e203
commit ded9c0eaf6
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
@import "colors";
@import "constants";
.demande {
@ -15,4 +16,12 @@
b {
font-weight: bold;
}
hr {
border: none;
height: 1px;
background-color: $grey;
margin-top: 2 * $default-padding;
margin-bottom: 2 * $default-padding;
}
}