-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathModule.css
52 lines (42 loc) · 805 Bytes
/
Module.css
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
/*Twitter module styling*/
.tweet-list .card {
background-color: transparent;
padding: 0;
}
.tweet-list .card .card-header {
background-color: transparent;
border-bottom: none;
padding: 0;
}
.tweet-list .card .card-header img {
height: 250px;
object-fit: contain;
}
.tweet-list .card .card-footer {
background-color: transparent;
border-top: none;
}
.tweet-list .tweet_body {
padding-left: 0.5em;
padding-right: 0.5em;
margin-left: 50px;
}
.tweet-list .tweet-avatar img {
vertical-align: middle;
}
.timestamp-color {
color: #30322f;
}
.tweet-avatar-pic {
border-radius: 50%;
}
.tweet-avatar-pic:hover {
opacity: .8;
}
.tweet-tick {
width: 15px;
height: 15px !important;
}
.tweet-list .twitter-item.pinned {
order: -1;
}