1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00
market/src/components/Asset/AssetActions/Download.module.css
claudiaHash 5f174bca88
Remove collect tokens button (#1235)
Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
2022-03-23 13:30:03 +00:00

19 lines
193 B
CSS

.consume {
display: flex;
flex-wrap: wrap;
}
.info {
display: flex;
width: auto;
}
.filewrapper {
flex-shrink: 0;
}
.feedback {
width: 100%;
margin-top: calc(var(--spacer));
}