forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.scss
216 lines (182 loc) · 3.6 KB
/
footer.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
.site-footer {
padding: rem(40px) 0;
width: 100%;
background-image: url($baseurl + "/assets/images/home-footer-background.jpg");
background-size: 100%;
margin-left: 0;
margin-right: 0;
@include desktop {
padding: rem(80px) 0;
position: absolute;
left: 0;
bottom: 0;
height: $desktop_footer_height;
}
p {
color: $white;
}
ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}
ul li {
font-size: rem(18px);
line-height: rem(32px);
color: #A0A0A1;
padding-bottom: rem(6px);
&.list-title {
padding-bottom: rem(12px);
color: $white;
}
}
a:link,
a:visited {
color: inherit;
}
@include desktop {
a:hover {
color: $orange;
}
}
}
.docs-tutorials-resources {
background-color: $slate;
color: $white;
padding-top: rem(40px);
padding-bottom: rem(40px);
@include desktop {
padding-top: rem(66px);
padding-bottom: 4.09rem;
}
h2 {
font-size: rem(24px);
letter-spacing: -0.25px;
text-transform: none;
margin-bottom: 0.25rem;
@include desktop {
margin-bottom: rem(20px);
}
}
.col-md-4 {
margin-bottom: rem(32px);
@include desktop {
margin-bottom: 0;
}
}
.with-right-arrow {
margin-left: 12px;
background-position: top 3px right 11px;
@include desktop {
background-position: top 6px right 11px;
}
&:hover {
background-image: url($baseurl + "/assets/images/chevron-right-white.svg");
}
}
p {
font-size: rem(16px);
line-height: rem(24px);
letter-spacing: 0.22px;
color: #A0A0A1;
margin-bottom: rem(8px);
@include desktop {
margin-bottom: rem(20px);
}
}
a {
font-size: rem(18px);
color: $orange;
&:hover {
color: $white;
}
}
}
.footer-container {
position: relative;
}
.footer-logo-wrapper {
@include desktop {
position: absolute;
top: 0;
left: $site_horizontal_padding;
}
}
.footer-logo {
background-image: url($baseurl + "/assets/images/logo-icon.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 20px 24px;
display: block;
height: 24px;
margin-bottom: rem(45px);
width: 20px;
@include desktop {
background-size: 29px 36px;
height: 36px;
margin-bottom: 0;
margin-bottom: 0;
width: 29px;
}
}
.footer-links-wrapper {
display: flex;
flex-wrap: wrap;
@include desktop {
flex-wrap: initial;
justify-content: flex-end;
}
}
.footer-links-col {
margin-bottom: rem(60px);
width: 50%;
@include desktop {
margin-bottom: 0;
width: 14%;
margin-right: 23px;
&.follow-us-col {
width: 18%;
margin-right: 0;
}
}
@include small-desktop {
width: 18%;
margin-right: 30px;
}
}
.footer-social-icons {
margin: rem(137px) 0 rem(40px) 0;
a {
height: 32px;
width: 32px;
display: inline-block;
background-color: $very_dark_grey;
border-radius: 50%;
margin-right: 5px;
&.facebook {
background-image: url($baseurl + "/assets/images/logo-facebook-dark.svg");
background-position: center center;
background-size: 9px 18px;
background-repeat: no-repeat;
}
&.twitter {
background-image: url($baseurl + "/assets/images/logo-twitter-dark.svg");
background-position: center center;
background-size: 17px 17px;
background-repeat: no-repeat;
}
}
}
.site-footer {
.mc-field-group {
margin-top: -2px;
}
}
.site-footer {
.email-subscribe-form input[type="submit"]{
top: 9px;
@include desktop {
top: 13px;
}
}
}