summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/content-src/components/DiscoveryStreamComponents/HorizontalRule/_HorizontalRule.scss
blob: aa5d6ff9f36902a69562f236158799bdc748b06e (plain)
1
2
3
4
5
6
7
.ds-hr {
  @include ds-border-top {
    border: 0;
  };

  height: 0;
}