diff --git a/app/assets/images/flag.svg b/app/assets/images/flag.svg deleted file mode 100644 index bac244c981..0000000000 --- a/app/assets/images/flag.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - diff --git a/app/assets/stylesheets/darkswarm/_shop-taxon-flag.scss b/app/assets/stylesheets/darkswarm/_shop-taxon-flag.scss deleted file mode 100644 index b6b237215e..0000000000 --- a/app/assets/stylesheets/darkswarm/_shop-taxon-flag.scss +++ /dev/null @@ -1,47 +0,0 @@ -@import "mixins"; - -.darkswarm { - products { - product { - .taxon-flag { - background: transparent image-url("flag.svg") top center no-repeat; - background-size: 34px 39px; - min-height: 40px; - width: 34px; - margin-top: -1.1rem; - padding-top: 0.25rem; - z-index: 999999; - - @include breakpoint(mobile) { - background-size: 28px 32px; - min-height: 32px; - width: 28px; - } - - render-svg { - svg { - width: 24px; - height: 24px; - - path { - fill: #999; - } - } - } - - @include breakpoint(tablet) { - margin-top: -0.85rem; - } - - @include breakpoint(mobile) { - render-svg { - svg { - width: 18px; - height: 18px; - } - } - } - } - } - } -} diff --git a/app/assets/stylesheets/darkswarm/shop.scss b/app/assets/stylesheets/darkswarm/shop.scss index 5919f2a2e9..47a6ad6872 100644 --- a/app/assets/stylesheets/darkswarm/shop.scss +++ b/app/assets/stylesheets/darkswarm/shop.scss @@ -8,7 +8,6 @@ @import "shop-inputs"; @import "shop-navigation"; @import "shop-product-rows"; -@import "shop-taxon-flag"; @import "shop-popovers"; .darkswarm {