-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path_ads.scss
54 lines (48 loc) · 888 Bytes
/
_ads.scss
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
44
45
46
47
48
49
50
51
52
53
#carbonads {
display: block;
overflow: hidden;
padding: 1em;
font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
}
#carbonads span {
display: flex;
flex-wrap:wrap;
overflow: hidden;
padding:$unit;
position: relative;
&.carbon-wrap{
max-width:480px;
min-width: 100%;
border: 1px solid rgba(whitesmoke, 0.3);
}
}
.carbon-text {
//display: block;
margin-bottom: 1em;
text-align: left;
font-size:1rem;
flex:1;
padding:$unit;
display: flex;
align-items: center;
padding-bottom:$unit*2;
}
.carbon-img {
max-width:130px;
flex: 1 1 130px;
display: block;
//margin: 0 auto 1em;
text-align: center;
display: flex;
align-items: center;
}
.carbon-poweredby {
display: block;
text-align: right;
font-size: .8rem;
width: 100%;
position: absolute;
bottom: $unit*2.5;
right:$unit*1.5;
}