From ae218090f4a1eed6f851d61855d4da416b9b730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 9 Oct 2022 22:46:07 +0200 Subject: [PATCH] Remove obsolete CSS for questions geozones This code isn't used since commit ab63c18d0. --- app/assets/stylesheets/admin.scss | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 51dfe510c..b74d10f1b 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -654,24 +654,6 @@ code { } } -.admin { - - .geozone { - background: #ececec; - border-radius: rem-calc(6); - color: $text; - display: inline-block; - font-size: $small-font-size; - margin-bottom: $line-height / 3; - padding: $line-height / 4 $line-height / 3; - text-decoration: none; - - &:hover { - background: #e0e0e0; - } - } -} - .management-list { max-width: rem-calc(1200); }