up similar cases documents
This commit is contained in:
parent
bf399c488f
commit
63f98a48ed
17 changed files with 142 additions and 76 deletions
|
@ -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>-->
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue