Reduce the top margin of the dossiers table in the procedure page

This commit is contained in:
gregoirenovel 2017-10-17 17:54:32 +02:00
parent 1a4cef818d
commit b88490e559

View file

@ -15,7 +15,8 @@
}
.dossiers-table {
margin: (3 * $default-spacer) auto;
margin-top: $default-spacer;
margin-bottom: 3 * $default-spacer;
}
.procedure-actions {