forked from vuejs/v2.vuejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_partners.styl
77 lines (77 loc) · 1.63 KB
/
_partners.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
68
69
70
71
72
73
74
75
76
77
@import "_settings"
#partners
.partner
display: flex
padding: 25px 0
border-bottom: 1px dotted #ddd
&:first-of-type
margin-top: 15px
&:last-of-type
border-bottom: none
.logo
flex: 0 0 125px
.profile
padding: 0 26px
flex: 1
h3
margin: 0
font-size: 1.3em
p
margin-top: 0
dl
margin: .6em 0 0
dt, dd, ul, li
display: inline
padding: 0
margin: 0
line-height: 1.3
dt
text-transform: uppercase
font-size: .84em
font-weight: 600
&::after
content: ""
margin-right: 7px
i
width: 14px
text-align: center
&.fa-map-marker
font-size: 1.15em
&.fa-globe
font-size: 1.2em
&.fa-link
font-size: 1.05em
dd
font-weight: 600
&::after
display: block
content: ""
margin-top: .6em
li
display: inline-block
&::after
display: inline-block
content: "·"
margin: 0 8px
&:last-child::after
content: ""
.social
a
color: #000
display: inline-block
line-height: 1
vertical-align: middle
margin-right: 4px
&.github
color: #000
&.twitter
color: #1da1f3
&.linkedin
color: #0077B5
&.instagram
color: #C13584
&.youtube
color: #f00
i
vertical-align: text-bottom
font-size: 1.3em