[Fix #1012] Send dossier to other accompagnateur

This commit is contained in:
Frederic Merizen 2018-01-30 19:11:07 +01:00
parent 9576a82d2b
commit d919d62cf7
9 changed files with 71 additions and 1 deletions

View file

@ -20,4 +20,8 @@
&.justify-center {
justify-content: center;
}
&.justify-start {
justify-content: flex-start;
}
}

View file

@ -0,0 +1,5 @@
@import "constants";
.gap-left {
margin-left: $default-spacer;
}