mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
* refactor preview * make preview render * more preview elements, proper debug output * make more elements work * cleanup and fixes * make asset actions preview work, kinda * more fixes * reorg * make preview price display work * fix timeout * layout tweaks * fixes * another fix * make file info preview work * empty render fix
22 lines
449 B
CSS
22 lines
449 B
CSS
.grid {
|
|
composes: grid from '../../AssetContent/index.module.css';
|
|
margin-top: var(--spacer);
|
|
}
|
|
|
|
.description {
|
|
font-size: var(--font-size-large);
|
|
margin-top: -1.5rem;
|
|
max-width: 50rem;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-size-large);
|
|
border-bottom: 1px solid var(--border-color);
|
|
padding-bottom: calc(var(--spacer) / 2);
|
|
margin-top: -1rem;
|
|
margin-left: -2rem;
|
|
margin-right: -2rem;
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
}
|