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