From 4b9cb8bc09db2b17bb0223d92e5a50043e718d54 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Mon, 19 Sep 2022 17:51:24 -0700 Subject: [PATCH] Cleanup --- src/components/gear/DailyDropGear.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/gear/DailyDropGear.vue b/src/components/gear/DailyDropGear.vue index 9602a66..6389216 100644 --- a/src/components/gear/DailyDropGear.vue +++ b/src/components/gear/DailyDropGear.vue @@ -21,9 +21,6 @@ - -
-
@@ -61,11 +58,4 @@ const gears = computed(() => gearStore.dailyDropGear); linear-gradient(180deg, rgba(2, 0, 36, 0.10) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 100%); background-size: contain; } - -.bg-daily-drop { - background-image: url('@/assets/img/gesotown-daily-drop-bg.png'); - background-repeat: no-repeat; - background-size: 420px 73px; - background-position: center; -}