Add class to download button
This commit is contained in:
parent
569261e347
commit
84040bc111
|
|
@ -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>
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue