forked from vuejs/v2.vuejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_ad.styl
67 lines (64 loc) · 1.29 KB
/
_ad.styl
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// main ad placement (bottom right)
#ad
width 125px
position fixed
z-index ($z-header - 1)
bottom 10px
right 10px
padding 10px
background-color #fff
border-radius 3px
font-size 13px
a
display inline-block
color $light
font-weight normal
span
color $light
display block
img
width 125px
.carbon-img, .carbon-text
display block
margin-bottom 4px
font-weight normal
color $medium
.carbon-poweredby
color #aaa
font-size 10px
letter-spacing .8px
text-transform uppercase
font-weight normal
// text ad (end of the documentation)
#bsa-native
.native-box
box-shadow inset 0 0 0 1px hsla(0, 0%, 0%, .075)
background-color #f8f8f8;
color $medium
display flex
border-radius 3px;
padding .65em 1em
align-items center
margin-bottom 1.2em
.native-link
text-decoration none
display flex
align-items center
padding 10px 14px
.native-sponsor
background-color #41b983
color #fff
font-size 12px
border-radius 2px
margin-right 1em
line-height 1
padding 6px 10px
font-weight 600
text-transform uppercase
.native-text
font-weight normal
line-height 1.35
text-align left
@media print
#ad
display none