From c67fc8a8145ac51130d6bfa31638940c97deadcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 15 May 2021 20:36:56 +0200 Subject: [PATCH] Remove unused CSS for verified organizations It isn't used since commit f17d0a663. --- app/assets/stylesheets/admin.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index ba749904e..27328ff92 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -478,16 +478,6 @@ code { font-size: $base-font-size; } -.verified { - color: $check; - - a { - border-bottom: 1px dotted $check; - color: $check; - font-size: rem-calc(12); - } -} - .archived { color: $text-medium; font-size: rem-calc(12);