forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_support.scss
48 lines (38 loc) · 894 Bytes
/
_support.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
#support {
.content {
}
.support-group {
margin-bottom: 45px;
h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
p {
color: #808080;
font-size: 18px;
margin-bottom: 15px;
a {
font-weight: 700;
color: $orange;
&:hover {
color: $red-orange;
}
}
}
.btn {
font-size: 14px;
height: 46px;
line-height: 44px;
padding: 0 35px;
border: 2px solid #000;
color: #000;
font-weight: 700;
@include border-radius(23px);
&:hover {
background-color: #000;
color: #fff;
}
}
}
}