1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 00:27:49 +02:00
market/src/components/organisms/AssetActions/Consume.module.css

27 lines
291 B
CSS

.consume {
display: flex;
flex-wrap: wrap;
}
.info {
display: flex;
width: 100%;
}
.filewrapper {
flex-shrink: 0;
}
.actions {
width: 100%;
margin-top: calc(var(--spacer) / 2);
}
.hasTokens {
composes: hasTokens from './index.module.css';
}
.feedback {
width: 100%;
}