From e1e0376125fc7956106f72f82737d5638c88f407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=90=D0=BA=D1=81=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Wed, 9 Feb 2022 15:48:09 +0800 Subject: [PATCH] Removed copyBtn styles --- css/style.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/css/style.css b/css/style.css index 18c0778..eef31c2 100644 --- a/css/style.css +++ b/css/style.css @@ -80,34 +80,7 @@ button { color: #fff; text-align: center; line-height: 65px; -} - -.result #copy-btn { - position: absolute; - top: var(--y); - left: var(--x); - width: 38px; - height: 38px; - background: #fff; - border-radius: 50%; - opacity: 0; - -webkit-transform: translate(-50%, -50%) scale(0); - transform: translate(-50%, -50%) scale(0); - -webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275); - cursor: pointer; - z-index: 2; -} - -.result #copy-btn:active { - -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08); - box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08); -} - -.result:hover #copy-btn { - opacity: 1; - -webkit-transform: translate(-50%, -50%) scale(1.35); - transform: translate(-50%, -50%) scale(1.35); + font-family:monospace; } .field-title {