From 2e9a665dd77070ff3b81012ee2924ea15fa5358c Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Thu, 22 Jun 2023 17:38:14 -0300 Subject: [PATCH] Removed commented file. --- docs/src/css/custom.css | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index a9b6023fe..2f6f992f3 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -170,44 +170,6 @@ body { .resized-image { width: 400px; } - -/* .zoomable-image { -cursor: zoom-in; -} -.zoom-image { - transition: transform 0.2s ease-in-out; -} - -.zoom-image:hover { - transform: scale(1.2); -} -.zoom-image { - width: 100%; - transition: transform 0.2s ease-in-out; -} */ - -/* .zoomable-image { - cursor: pointer; - transition: transform 0.2s ease-in-out; -} */ - -/* .zoomable-image.fullscreen { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 9999; - background-color: rgba(0, 0, 0, 0.8); - display: flex; - align-items: center; - justify-content: center; -} - -.zoomable-image img { - max-width: 100%; - max-height: 100%; -} */ /* Reduce width on mobile for Mendable Search */ @media (max-width: 767px) {