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; }