From 4c384bcb1bd558dc1df6cba390f1ea0f9086dc40 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Wed, 9 Mar 2022 13:11:31 -0600 Subject: [PATCH] =?UTF-8?q?limpieza=20del=20c=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/admin/ticket.vue | 45 ------------------------------------- 1 file changed, 45 deletions(-) diff --git a/components/admin/ticket.vue b/components/admin/ticket.vue index 700bb5f..589b365 100644 --- a/components/admin/ticket.vue +++ b/components/admin/ticket.vue @@ -6,23 +6,9 @@ - - -
@@ -153,37 +139,6 @@ export default { padding-bottom: 470px; } -.overlay { - position: absolute; - top: 4%; - bottom: 0; - left: 0; - right: 40%; - height: 470px; - width: 350px; - opacity: 0; - transition: 0.5s ease; - background-color: white; -} - -/* When you mouse over the container, fade in the overlay icon*/ -.containerImg:hover .overlay { - opacity: 0.3; -} - -/* The icon inside the overlay is positioned in the middle vertically and horizontally */ -.icon { - color: black; - font-size: 100px; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - text-align: center; - z-index: 2; -} - .zoom { transition: transform 0.2s; }