diff --git a/website/client/src/components/shops/quests/buyQuestModal.vue b/website/client/src/components/shops/quests/buyQuestModal.vue
index ad19f1d787..7a1ac45ea3 100644
--- a/website/client/src/components/shops/quests/buyQuestModal.vue
+++ b/website/client/src/components/shops/quests/buyQuestModal.vue
@@ -158,28 +158,6 @@
vertical-align: middle;
}
- .value {
- width: 28px;
- height: 32px;
- font-family: Roboto;
- font-size: 24px;
- font-weight: bold;
- line-height: 1.33;
- vertical-align: middle;
-
- &.gems {
- color: $green-10;
- }
-
- &.gold {
- color: $yellow-10;
- }
-
- &.hourglasses {
- color: $hourglass-color;
- }
- }
-
button.btn.btn-primary {
margin-top: 24px;
margin-bottom: 24px;
@@ -257,6 +235,32 @@
}
+
+