mirror of
https://github.com/anthonyaxenov/password-generator.git
synced 2024-11-22 05:14:43 +00:00
Removed copyBtn styles
This commit is contained in:
parent
4d39d06150
commit
e1e0376125
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user