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"> <div class="flex-container justify-center">
<p>You want to print this document ?</p> <p>You want to print this document ?</p>
<i>--></i> <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> </div>

View file

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