Add a separator between the explanation and form
This commit is contained in:
parent
086bf8e203
commit
ded9c0eaf6
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue