1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/src/components/atoms/Input/Help.module.css

6 lines
120 B
CSS

.help {
font-size: var(--font-size-small);
color: var(--brand-grey-light);
margin-top: calc(var(--spacer) / 6);
}