1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00
market/src/components/Asset/AssetActions/Consume.module.css

19 lines
193 B
CSS
Raw Normal View History

2020-05-07 08:03:30 +02:00
.consume {
display: flex;
flex-wrap: wrap;
}
.info {
display: flex;
width: auto;
2020-05-07 08:03:30 +02:00
}
.filewrapper {
flex-shrink: 0;
}
2020-10-23 13:01:29 +02:00
.feedback {
width: 100%;
margin-top: calc(var(--spacer));
2020-10-23 13:01:29 +02:00
}