Removed copyBtn styles

pull/1/head
Антон Аксенов 2022-02-09 15:48:09 +08:00
parent 4d39d06150
commit e1e0376125
No known key found for this signature in database
GPG Key ID: 2B5A252645C3E670
1 changed files with 1 additions and 28 deletions

View File

@ -80,34 +80,7 @@ button {
color: #fff;
text-align: center;
line-height: 65px;
}
.result #copy-btn {
position: absolute;
top: var(--y);
left: var(--x);
width: 38px;
height: 38px;
background: #fff;
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
z-index: 2;
}
.result #copy-btn:active {
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
}
.result:hover #copy-btn {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1.35);
transform: translate(-50%, -50%) scale(1.35);
font-family:monospace;
}
.field-title {