AugurProject/augur-ui

View on GitHub
src/modules/market/components/cutoff-flag/cutoff-flag.styles.less

Summary

Maintainability
Test Coverage
@import (reference) '~assets/styles/shared';

.CutoffFlag {
  > span > svg {
    > path {
      fill: @color-cuttoff-red;
    }
  }
}

.ReadMore {
  font-weight: bold;
  text-decoration: underline;
}