-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathtimeline.component.less
More file actions
67 lines (57 loc) · 893 Bytes
/
timeline.component.less
File metadata and controls
67 lines (57 loc) · 893 Bytes
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
.tweet-container {
margin-top: 10px;
margin-left: 10px;
}
.tweet-header {
color: #14171a;
.time {
white-space: nowrap;
}
}
.time {
color: #657786;
}
.time:before {
content: "\00b7";
margin: 5px;
}
.tweet-content {
margin: 0;
p {
white-space: pre-wrap;
}
}
.favorite {
margin-top: 5px;
color: #e0245e;
.button {
cursor: pointer;
}
span {
margin-left: 4px;
}
}
.create-tweet-container {
margin-top: 20px;
margin-left: 10px;
textarea {
background: #fff;
border: 1px solid #e6ecf0;
border-radius: 8px;
line-height: 20px;
}
.send-tweet-button {
background-color: #32ADAD;
border-color: transparent;
border-radius: 100px;
color: white;
font-size: 10px;
line-height: 8px;
padding: 6px 16px;
margin-left: 310px;
cursor: pointer;
}
}
.favorite-count {
margin-left: 4px;
}