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