-
Reward:
-
-
{reward}
+
{/* getReward */}
diff --git a/styles/components/quests/card.module.css b/styles/components/quests/card.module.css
index 5cb7020e..ab750c0a 100644
--- a/styles/components/quests/card.module.css
+++ b/styles/components/quests/card.module.css
@@ -35,8 +35,12 @@
font-size: 1.3rem;
color: var(--secondary);
font-family: "Sora-Bold";
- margin: 0px;
+ margin: 0;
text-align: left;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ width: 240px;
}
.card[aria-disabled="true"] {
diff --git a/styles/questboost.module.css b/styles/questboost.module.css
index 733b69a9..11cfe955 100644
--- a/styles/questboost.module.css
+++ b/styles/questboost.module.css
@@ -52,16 +52,12 @@
font-size: 1.2rem;
color: var(--secondary);
font-family: "Sora-Bold";
- margin: 0px;
- text-align: left;
-}
-
-.card_title {
- font-size: 1.2rem;
- color: var(--secondary);
- font-family: "Sora-Bold";
- margin: 0px;
+ margin: 0;
text-align: left;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ width: 210px;
}
.issuer {
@@ -87,7 +83,7 @@
justify-content: space-between;
align-items: center;
border-radius: 0.5rem;
- background: #29282b;
+ background: var(--menu-background);
box-shadow: 0px 2px 30px 0px rgba(16, 16, 18, 0.06);
}
diff --git a/styles/quests.module.css b/styles/quests.module.css
index 75715ef8..9ed9beb4 100644
--- a/styles/quests.module.css
+++ b/styles/quests.module.css
@@ -70,8 +70,7 @@
max-width: 90%;
width: 728px;
- /* Background/600 */
- background: #29282b;
+ background-color: var(--menu-background);
border-radius: 8px;
cursor: url(../public/icons/pointer-cursor.png), pointer;
padding: 5px 24px;
@@ -170,8 +169,7 @@
max-width: 90%;
margin-top: 1.5rem;
- /* Background/600 */
- background: #29282b;
+ background-color: var(--menu-background);
/* Small Shadow */
box-shadow: 0px 2px 30px rgba(16, 16, 18, 0.06);
@@ -249,15 +247,12 @@
.issuer {
display: flex;
- margin-top: 0.5rem;
- margin-bottom: 0.25rem;
/* Auto layout */
flex-direction: row;
justify-content: center;
align-items: center;
- padding: 8px 24px;
+ padding: 4px 1rem;
gap: 10px;
- margin-top: 1rem;
height: 36px;
/* Background/600 */
background: var(--background600);