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>
|
||||
</h3>
|
||||
<p className={styles.assetMeta}>
|
||||
<span> {`${symbol} | `}</span>
|
||||
<code>{did}</code>
|
||||
<span className={styles.assetMeta}> {`${symbol} | `}</span>
|
||||
<code className={styles.assetMeta}>{did}</code>
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
@ -3,6 +3,10 @@
|
||||
border-bottom-left-radius: var(--border-radius) !important;
|
||||
}
|
||||
|
||||
.results li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.help {
|
||||
margin-top: calc(var(--spacer) / 3);
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ export default function Results({
|
||||
onClick={() => downloadResults(i)}
|
||||
disabled={isLoading || !isFinished}
|
||||
>
|
||||
{jobResult.filename}
|
||||
{`Download ${jobResult.filename}`}
|
||||
</Button>
|
||||
</ListItem>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user