PDF Download

This commit is contained in:
Bastian Wagner
2026-03-13 21:19:52 +01:00
parent 7973d4563e
commit 8a9295c309
17 changed files with 182 additions and 423 deletions

View File

@@ -62,6 +62,19 @@ html, body {
}
.download-pdf {
background-image: url("./assets/img/pdf.png");
background-size: 22px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
transition: background-color 0.2s ease-in-out;
// background-color: red;
&:hover {
background-color: #ccc;
}
}
.icon-btn-xs {
width: 28px;
height: 28px;