mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
update download buttons style
This commit is contained in:
parent
16eaff62d9
commit
bc6af3a839
@ -33,8 +33,8 @@ function Asset({
|
|||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p className={styles.assetMeta}>
|
<p className={styles.assetMeta}>
|
||||||
<span> {`${symbol} | `}</span>
|
<span className={styles.assetMeta}> {`${symbol} | `}</span>
|
||||||
<code>{did}</code>
|
<code className={styles.assetMeta}>{did}</code>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
border-bottom-left-radius: var(--border-radius) !important;
|
border-bottom-left-radius: var(--border-radius) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.results li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
.help {
|
.help {
|
||||||
margin-top: calc(var(--spacer) / 3);
|
margin-top: calc(var(--spacer) / 3);
|
||||||
}
|
}
|
||||||
|
@ -56,7 +56,7 @@ export default function Results({
|
|||||||
onClick={() => downloadResults(i)}
|
onClick={() => downloadResults(i)}
|
||||||
disabled={isLoading || !isFinished}
|
disabled={isLoading || !isFinished}
|
||||||
>
|
>
|
||||||
{jobResult.filename}
|
{`Download ${jobResult.filename}`}
|
||||||
</Button>
|
</Button>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
) : (
|
) : (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user