Add link to download summary in XLSX format again

It was removed in commit 128a8164 alongside everything related to the
legislation process summary.

Co-Authored-By: taitus <sebastia.roig@gmail.com>
This commit is contained in:
Javi Martín
2020-08-25 16:38:30 +02:00
parent 14df74fed7
commit b2b64ca8a0
10 changed files with 100 additions and 0 deletions

View File

@@ -1086,4 +1086,11 @@
padding: rem-calc(12);
}
}
.download-button {
margin-bottom: 0;
margin-left: 50%;
margin-top: $line-height;
transform: translateX(-50%);
}
}