dossier: allow inviting users on the dossier page

This commit is contained in:
Pierre de La Morinerie 2018-09-20 14:05:18 +02:00
parent 0995c8e5ad
commit 01599ac1e1
4 changed files with 16 additions and 2 deletions

View file

@ -11,7 +11,7 @@
}
.title-container {
margin-bottom: $default-padding * 2;
margin-bottom: $default-spacer;
padding-left: 32px;
.icon.folder {
@ -31,6 +31,11 @@
color: $grey;
font-weight: bold;
}
.header-actions {
margin-bottom: $default-spacer;
text-align: right;
}
}
.button.edit-form {