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