mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 20:03:07 +00:00
10 lines
172 B
SCSS
10 lines
172 B
SCSS
.CopyButtonContainer {
|
|
button:before {
|
|
content: 'Copied';
|
|
font-size: 12px;
|
|
position: absolute;
|
|
left: -53px;
|
|
padding: 2px 6px;
|
|
height: 30px;
|
|
}
|
|
}
|