Ajout Bouton Impression
This commit is contained in:
parent
bc70d12218
commit
4c6be81d19
@ -41,3 +41,7 @@
|
|||||||
.icon-file-pdf-o:before {
|
.icon-file-pdf-o:before {
|
||||||
content: "\e905";
|
content: "\e905";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-print:before {
|
||||||
|
content: "\e906";
|
||||||
|
}
|
@ -6992,6 +6992,9 @@ label.panel-block {
|
|||||||
.icon-file-pdf-o:before {
|
.icon-file-pdf-o:before {
|
||||||
content: "\e905"; }
|
content: "\e905"; }
|
||||||
|
|
||||||
|
.icon-print:before {
|
||||||
|
content: "\e906"; }
|
||||||
|
|
||||||
#idCard .hero-body {
|
#idCard .hero-body {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
padding-top: 2rem; }
|
padding-top: 2rem; }
|
||||||
|
@ -56,6 +56,11 @@
|
|||||||
<i class="fab icon-twit"></i>
|
<i class="fab icon-twit"></i>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
<a class="button" href="javascript:window.print()" target="_blank">
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fab icon-print"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user