oceanprotocol/market

View on GitHub
src/components/Publish/Title/index.module.css

Summary

Maintainability
Test Coverage
.network {
  color: var(--font-color-heading);
  margin-left: calc(var(--spacer) / 3);
}
.network svg {
  width: 1em;
  height: 1em;
  margin-top: -0.25em;
  fill: currentColor;
}
.tooltip {
  width: 0.5em;
  height: 0.5em;
  fill: var(--color-secondary);
}
.error {
  fill: var(--brand-alert-red);
  color: var(--brand-alert-red);
}
.infoIcon {
  composes: infoIcon from '../Actions/index.module.css';
}