1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00
market/src/components/organisms/AssetActions/index.module.css

13 lines
239 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;
}
2020-10-20 21:16:04 +02:00
.hasTokens {
font-size: var(--font-size-mini);
color: var(--color-secondary);
margin-top: calc(var(--spacer) / 12);
}