Add class to download button

This commit is contained in:
TheThomaas 2024-02-07 20:29:26 +01:00
parent 569261e347
commit 84040bc111
2 changed files with 6 additions and 7 deletions

View file

@ -8,5 +8,5 @@ classes: 'download-section'
<div class="flex-container justify-center">
<p>You want to print this document ?</p>
<i>--></i>
<button type="button" onclick="window.print()" class="btn icon--right icon-download">Download as PDF</button>
<button type="button" onclick="window.print()" class="btn btn-download icon--right icon-download">Download as PDF</button>
</div>

View file

@ -338,16 +338,15 @@ i {
gap: .8rem;
}
.btn {
color: rgb(var(--forest-200));
/* color: var(--secondary-light); */
}
p {
font-size: 1.4rem;
font-size: 1.4rem;
}
}
.btn-download {
color: rgb(var(--forest-200));
}
.competences-section {
margin-left: 4vw;