From c349de690815b018216352f2cfd96b0042ab356f Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 15 Feb 2023 12:54:26 -0500 Subject: [PATCH] finish up sellModal and questModal (also Time Travelers) --- .../components/shops/quests/buyQuestModal.vue | 37 ++++--------------- 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/website/client/src/components/shops/quests/buyQuestModal.vue b/website/client/src/components/shops/quests/buyQuestModal.vue index 0ba035164c..b9e97ecbd7 100644 --- a/website/client/src/components/shops/quests/buyQuestModal.vue +++ b/website/client/src/components/shops/quests/buyQuestModal.vue @@ -273,6 +273,7 @@ width: 37px; padding-right: 4px; } + } span.svg-icon.inline.icon-20 { height: 20px; @@ -295,30 +296,6 @@ vertical-align: middle; } - // .box { - // display: inline-block; - // width: 74px; - // height: 40px; - // border-radius: 2px; - // background-color: #ffffff; - // box-shadow: 0 2px 2px 0 rgba(26, 24, 29, 0.16), 0 1px 4px 0 rgba(26, 24, 29, 0.12); - // margin-right: 24px; - - // input { - // width: 100%; - // border: none; - // } - - // input::-webkit-contacts-auto-fill-button { - // visibility: hidden; - // display: none !important; - // pointer-events: none; - // position: absolute; - // right: 0; - // } - // } - } - @media only screen and (max-width: 1000px) { .modal-dialog { max-width: 80%; @@ -333,7 +310,7 @@ } - + -->