up similar cases documents

This commit is contained in:
Tykayn 2025-09-23 18:30:15 +02:00 committed by tykayn
parent bf399c488f
commit 63f98a48ed
17 changed files with 142 additions and 76 deletions

View file

@ -1,5 +1,5 @@
<button (click)="copy()" class="button copy">
<i class="ri-file-copy-2-fill"></i>
<i class="ri-file-copy-2-line"></i>
<!-- <span class="label">-->
<!-- Copy-->
<!-- </span>-->

View file

@ -0,0 +1,13 @@
@use '../../src/styles/variables';
:host {
cursor: pointer;
button {
border-radius: 4px;
border-width: 0;
padding: 4px;
color: #333;
background: variables.$csc-copy-color
}
}