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 {