diff --git a/website/client/src/components/shops/buyModal.vue b/website/client/src/components/shops/buyModal.vue index 13e4b7ac05..e591f58fd4 100644 --- a/website/client/src/components/shops/buyModal.vue +++ b/website/client/src/components/shops/buyModal.vue @@ -318,27 +318,6 @@ opacity: 0.55; } - .limitedTime { - height: 32px; - background-color: $purple-300; - width: calc(100% + 30px); - margin: 0 -15px; // the modal content has its own padding - - font-size: 12px; - line-height: 1.33; - text-align: center; - color: $white; - - display: flex; - align-items: center; - justify-content: center; - - .limitedString { - height: 16px; - margin-left: 8px; - } - } - .attributesGrid { margin-top: 8px; border-radius: 2px; diff --git a/website/client/src/components/shops/countdownBanner.vue b/website/client/src/components/shops/countdownBanner.vue index 7bb29e7a92..dee2380f72 100644 --- a/website/client/src/components/shops/countdownBanner.vue +++ b/website/client/src/components/shops/countdownBanner.vue @@ -1,8 +1,11 @@