summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/content-src/components/DiscoveryStreamComponents/FeatureHighlight/_SponsoredContentHighlight.scss
blob: 1dc024b7c07b766c0261b1c72c2c9ea3ad300d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.sponsored-content-highlight {
  float: inline-end;

  .sponsored-message-icon {
    background-image: url('chrome://activity-stream/content/data/content/assets/sponsor-message-icon.svg');
    background-size: 18px;
    height: 18px;
    width: 18px;
  }

  .icon-help {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-size: 20px;
    color: var(--icon-color);
    vertical-align: text-bottom;
  }

  .feature-highlight-modal {
    &.inset-inline-start {
      &::after {
        margin-inline-end: 11px;
      }
    }

    &.inset-inline-end {
      &::after {
        margin-inline-start: 9px;
      }
    }
  }
}