mirror of
https://github.com/mertJF/tailblocks.git
synced 2025-12-09 01:13:24 +00:00
UI :: toolbar ui updates
This commit is contained in:
@@ -435,26 +435,7 @@ svg { width: 100%; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy-to-clipboard {
|
.copy-to-clipboard {
|
||||||
width: 200px;
|
width: auto;
|
||||||
}
|
|
||||||
|
|
||||||
.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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-the-block > svg {
|
.copy-the-block > svg {
|
||||||
@@ -463,6 +444,10 @@ svg { width: 100%; }
|
|||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.copy-to-clipboard > svg {
|
||||||
|
width: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.knyttneve {
|
.knyttneve {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user