[Fix #1012] Send dossier to other accompagnateur
This commit is contained in:
parent
9576a82d2b
commit
d919d62cf7
9 changed files with 71 additions and 1 deletions
|
@ -20,4 +20,8 @@
|
|||
&.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&.justify-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
|
5
app/assets/stylesheets/new_design/gaps.scss
Normal file
5
app/assets/stylesheets/new_design/gaps.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
@import "constants";
|
||||
|
||||
.gap-left {
|
||||
margin-left: $default-spacer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue