mirror of
https://github.com/mertJF/tailblocks.git
synced 2025-12-08 17:03:24 +00:00
UI :: toolbar ui updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user