-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (72 loc) · 1.22 KB
/
style.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
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
.header-post {
display:flex;
align-items: center;
justify-content: space-between;
padding: 10px 15px;
}
.header-post .img-header-post {
width: 40px;
height: 40px;
border-radius: 50%;
}
.infos-post {
display:flex;
align-items: center;
gap: 16px;
}
.img-post img {
width: 100%;
height: 716px;
object-fit: cover;
}
.footer-post {
padding: 10px 15px;
}
.engagement-post {
display: flex;
justify-content:space-between ;
}
.engagement-post .icons-1 {
display: flex;
gap: 16px;
}
.icon {
cursor:pointer;
}
.like {
margin-top: 6px;
}
.like span {
font-size:15px;
font-weight: 500;
}
.legend {
margin:6px 0 3px;
}
.legend p strong {
font-weight: 500;
}
.time-post time {
font-size: 11px;
color: var(--secondary);
}
.coment {
border-top: 1px solid var(--border-secondary);
margin-top: 0px;
display:flex;
}
.fake-coment {
padding:15px 0;
display: flex;
align-items: center;
flex: 1;
gap: 16px;
}
.fake-coment input {
font-size: 16px;
}
.coment button {
color:var(--quartary) ;
cursor: pointer;
font-weight: 500;
}