Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_ads.scss « scss « assets « src - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b460acd95c265f883cd9cb1b18ac20fa8fb83bea (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
39
// 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 auto 0;
  overflow: hidden;
  font-size: .875rem;
  line-height: 1.4;
  text-align: left;
  background-color: rgba(0, 0, 0, .05);
  border-radius: .5rem;

  a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
  }
}

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

  > img {
    margin-bottom: 0;
  }
}

.carbon-poweredby {
  display: block;
  margin-top: .75rem;
  color: rgba(255, 255, 255, .5) !important;
}