summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/content-src/components/DiscoveryStreamComponents/SectionTitle/_SectionTitle.scss
blob: 453001b1b7053c0a83cbddce6e17bd11f9b159c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.ds-section-title {
  text-align: center;
  margin-top: 24px;

  .title {
    color: var(--newtab-text-primary-color);
    line-height: 48px;
    font-size: 36px;
    font-weight: 300;
  }

  .subtitle {
    line-height: 24px;
    font-size: 14px;
    color: var(--newtab-text-secondary-color);
    margin-top: 4px;
  }
}