1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-25 18:56:50 +02:00
market/src/components/Asset/AssetActions/index.module.css

6 lines
102 B
CSS
Raw Normal View History

2020-07-08 17:57:53 +02:00
.actions {
2021-10-13 18:48:59 +02:00
composes: box from '@shared/atoms/Box.module.css';
2020-07-08 17:57:53 +02:00
max-width: 35rem;
margin: auto;
}