Skip to content

Commit fa8e951

Browse files
Update src/app/shared/components/copy-button/copy-button.component.scss
1 parent b8f5b4a commit fa8e951

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/shared/components/copy-button/copy-button.component.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:host {
22
display: block;
33
position: relative;
4+
45
.clipboard {
56
color: #dfdfdf;
67
cursor: pointer;
@@ -12,7 +13,13 @@
1213
-webkit-box-sizing: border-box;
1314
position: absolute;
1415
right: 10px;
15-
top: 50px;
16+
top: 60px;
1617
z-index: 10;
18+
19+
& > * {
20+
width: 18px;
21+
height: 18px;
22+
font-size: 18px;
23+
}
1724
}
1825
}

0 commit comments

Comments
 (0)