1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-26 03:06:49 +02:00
market/src/components/Asset/AssetActions/index.module.css

7 lines
116 B
CSS

.actions {
composes: box from '@shared/atoms/Box.module.css';
max-width: 35rem;
margin: auto;
padding: 0;
}