From 77629048ff61feedeac9a336acb60f5387c8bc6a Mon Sep 17 00:00:00 2001 From: mertJF Date: Mon, 18 May 2020 23:37:11 +0300 Subject: [PATCH] UI :: toolbar ui updates --- src/index.css | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/src/index.css b/src/index.css index e3410b9..1dd1d7d 100644 --- a/src/index.css +++ b/src/index.css @@ -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;