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

_ads.scss « _sass « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e084e20d7d9c7028291f2e1dd1b8d6121a56ae7f (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
40
41
42
43
#carbonads {
  overflow: auto;
  padding: .75rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: .25rem;
}

.carbon-img {
  float: left;
  margin-right: .75rem;

  @media (min-width: 768px) {
    margin-bottom: .5rem;
  }

  @media (min-width: 992px) {
    margin-bottom: 0;
  }
}

.carbon-text,
.carbon-poweredby {
  display: block;
  color: #6c757d;

  &:hover,
  &:focus {
    color: #343a40;
    text-decoration: none;
  }
}

.carbon-text {
  margin-bottom: .5rem;

  @media (min-width: 768px) {
    font-size: .875rem;
  }
}

.carbon-poweredby {
  font-size: .875rem;
}