UI :: toolbar ui updates

This commit is contained in:
mertJF
2020-05-18 23:37:11 +03:00
parent f37dcd5f0d
commit 77629048ff

View File

@@ -435,26 +435,7 @@ svg { width: 100%; }
}
.copy-to-clipboard {
width: 200px;
}
.copy-the-block:hover {
background-color: rgba(255, 255, 255, .12);
}
.copy-the-block.is-copied {
background-color: #fff;
color: #333;
animation-name: pulse;
animation-duration: .16s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes pulse{
100% {
box-shadow: 0 0 0 10px rgba(255, 255, 255, .1);
}
width: auto;
}
.copy-the-block > svg {
@@ -463,6 +444,10 @@ svg { width: 100%; }
margin-right: 6px;
}
.copy-to-clipboard > svg {
width: 13px;
}
.knyttneve {
position: fixed;
bottom: 20px;