Skip to content
Snippets Groups Projects
Verified Commit e887593c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

change class name

parent 5467b6a0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
</div>
</section>
<section class="pad-draw">
<signature-pad class="toto" [options]="signaturePadOptions" (onEndEvent)="drawComplete()"></signature-pad>
<signature-pad class="padContent" [options]="signaturePadOptions" (onEndEvent)="drawComplete()"></signature-pad>
</section>
<section class="pad-actions">
<button class="btn red" (click)="closePad()"><i class="fas fa-times-circle fa-2x"></i> Annuler</button>
......
......@@ -43,6 +43,6 @@
}
.toto {
.padContent {
border: 1px dashed rgba(151, 151, 151, 0.55);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment