summaryrefslogtreecommitdiffstats
path: root/site/assets/scss/_ads.scss
blob: cc56340969765de499daa806514cbc3eed425369 (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
34
35
36
37
38
// stylelint-disable declaration-no-important, selector-max-id

//
// Carbon ads
//

#carbonads {
  position: static;
  display: block;
  max-width: 400px;
  padding: 15px 15px 15px 160px;
  margin: 2rem 0;
  overflow: hidden;
  @include font-size(.8125rem);
  line-height: 1.4;
  text-align: left;
  background-color: var(--bs-tertiary-bg);

  a {
    color: var(--bs-body-color);
    text-decoration: none;
  }

  @include media-breakpoint-up(sm) {
    @include border-radius(.5rem);
  }
}

.carbon-img {
  float: left;
  margin-left: -145px;
}

.carbon-poweredby {
  display: block;
  margin-top: .75rem;
  color: var(--bs-body-color) !important;
}