From 34a93d6fa8faf898e2bd3c253af220e468bdd495 Mon Sep 17 00:00:00 2001 From: HabacucMX Date: Thu, 23 Mar 2023 00:00:53 -0600 Subject: [PATCH 1/6] Styles for video report --- assets/tailwind.css | 14 ++-- components/AaveModal.vue | 2 +- components/BuyModal.vue | 2 +- components/Carousel.vue | 65 +++++++++++++++ components/ItemModal.vue | 2 +- components/MintModal.vue | 2 +- components/OverlayLoader.vue | 2 +- components/VoteModal.vue | 2 +- components/WithdrawModal.vue | 2 +- layouts/default.vue | 4 +- pages/index.vue | 151 +++-------------------------------- pages/vaults/index.vue | 16 ++-- static/deco logo.svg | 46 +++-------- static/deco_logo.svg | 57 +++++-------- store/index.js | 22 +++-- tailwind.config.js | 4 +- 16 files changed, 148 insertions(+), 245 deletions(-) create mode 100644 components/Carousel.vue diff --git a/assets/tailwind.css b/assets/tailwind.css index 45cc92a..46c65d0 100644 --- a/assets/tailwind.css +++ b/assets/tailwind.css @@ -21,14 +21,14 @@ Input { .inMatic { @apply - absolute top-0 font-exo text-2xl + absolute top-0 font-lex text-2xl } .top-hud { @apply fixed grid items-center top-0 left-1/2 -translate-x-1/2 rounded-b-tf - font-exo + font-lex text-white text-sm md:text-xl lg:text-2xl xl:text-2xl @@ -37,7 +37,7 @@ Input { .bottom-l-hud { @apply - grid grid-cols-4 font-exo + grid grid-cols-4 font-lex bg-glass-200 items-center xl:rounded-r-tf fixed bottom-0 xl:grid-cols-1 xl:left-0 align-middle w-full xl:w-20 xl:h-[85%] xl:grid-rows-4 @@ -238,7 +238,7 @@ Input { .wButton { @apply - hover:bg-glass-800 rounded-tf text-center font-exo text-xl pb-5 + hover:bg-glass-800 rounded-tf text-center font-lex text-xl pb-5 cursor-pointer } @@ -259,7 +259,7 @@ Input { @apply grid grid-cols-1 xl:grid-rows-4 xl:grid-cols-12 gap-5 xl:p-0 w-full xl:h-[54rem] qhd:h-[75rem] flex - font-exo + font-lex text-2xl } @@ -267,7 +267,7 @@ Input { @apply grid grid-cols-1 3xl:grid-rows-6 2xl:grid-cols-12 gap-5 p-5 xl:p-0 pb-24 w-full xl:h-[54rem] qhd:h-[75rem] flex - font-exo + font-lex text-2xl } @@ -275,7 +275,7 @@ Input { @apply grid grid-cols-1 grid-rows-6 fhd:grid-cols-12 gap-5 p-5 xl:p-0 w-full fhd:h-[54rem] qhd:h-[75rem] flex - font-exo + font-lex text-2xl } diff --git a/components/AaveModal.vue b/components/AaveModal.vue index 929abac..d2b4270 100644 --- a/components/AaveModal.vue +++ b/components/AaveModal.vue @@ -1,5 +1,5 @@