1
0
mirror of https://github.com/oceanprotocol/ipfs synced 2024-06-28 00:27:47 +02:00
ipfs/src/components/Info.module.css

12 lines
189 B
CSS
Raw Normal View History

2019-10-18 13:10:43 +02:00
@import '../styles/_variables.css';
.info {
font-size: var(--font-size-small);
text-align: left;
}
.info h2 {
font-size: var(--font-size-large);
color: var(--brand-grey-light);
}