Compare commits
No commits in common. "f92bab1cf647fedcdc40f1d7016b0c40c27b1301" and "f3400413891cfe69d61294a858967838568ca24e" have entirely different histories.
f92bab1cf6
...
f340041389
|
@ -1,36 +0,0 @@
|
||||||
section.copyme-containter {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.copypopup {
|
|
||||||
position: absolute;
|
|
||||||
background-color: var(--success);
|
|
||||||
color: white;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
padding: 10px;
|
|
||||||
right: -20px;
|
|
||||||
top: -5px;
|
|
||||||
transform: rotate(12deg);
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
section.copyme-containter span.success {
|
|
||||||
animation: fade-in 2s forwards;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
scale: 0%;
|
|
||||||
}
|
|
||||||
10% {
|
|
||||||
opacity: 1;
|
|
||||||
scale: 100%;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +1,3 @@
|
||||||
@import url("./copyme.css");
|
|
||||||
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue