mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Add download button to flyer
This commit is contained in:
@@ -68,6 +68,20 @@
|
|||||||
background-color: #444;
|
background-color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download-button {
|
||||||
|
padding: 10px 20px;
|
||||||
|
font-size: 14px;
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download-button:hover {
|
||||||
|
background-color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
.left-tear-offs {
|
.left-tear-offs {
|
||||||
width: 3.75in;
|
width: 3.75in;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@@ -256,6 +270,10 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.download-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
@@ -425,6 +443,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="print-button" onclick="window.print()">Print this page</button>
|
<button class="print-button" onclick="window.print()">Print this page</button>
|
||||||
|
<a class="download-button" href="download/download.zip" download>Download</a>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Fetch the configuration JSON file
|
// Fetch the configuration JSON file
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user