forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsimilar-posts-module.scss
55 lines (49 loc) · 983 Bytes
/
similar-posts-module.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
.similar-posts-module {
background: $light_grey;
p.blog-date {
font-size: rem(18px);
color: $very_dark_grey;
letter-spacing: 0;
line-height: rem(24px);
}
h4 {
a {
font-family: FreightSans;
font-size: rem(24px);
color: $black;
letter-spacing: 0;
line-height: rem(32px);
font-weight: 400;
}
}
.module-content {
.navbar-nav {
margin-top: rem(60px);
}
.module-heading {
text-transform: uppercase;
color: $black;
font-size: rem(24px);
letter-spacing: rem(1.33px);
line-height: rem(32px);
font-weight: 400;
}
.nav-item:last-of-type {
@include desktop {
position: absolute;
right: 0;
a {
margin-right: 0;
}
}
}
margin-bottom: rem(35px);
}
.see-more-posts {
color: $black;
font-size: rem(18px);
letter-spacing: -0.25px;
line-height: rem(30px);
top: rem(2px);
}
}