mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* mention compute restrictions in publish forms * copy * results storage info
9 lines
172 B
CSS
9 lines
172 B
CSS
.results {
|
|
composes: asset from './Details.module.css';
|
|
border-bottom-left-radius: var(--border-radius) !important;
|
|
}
|
|
|
|
.help {
|
|
margin-top: calc(var(--spacer) / 3);
|
|
}
|