1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-28 16:47:52 +02:00
market/src/components/organisms/AssetActions/index.module.css

7 lines
114 B
CSS
Raw Normal View History

2020-07-08 17:57:53 +02:00
.actions {
composes: box from '../../atoms/Box.module.css';
max-width: 35rem;
margin: auto;
padding: 0;
}