-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
119 lines (96 loc) · 1.64 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
p {
margin: 0;
padding: 0;
}
body {
background-color: #142027;
}
.row>* {
margin: 0;
padding: 0;
}
.contatos {
border-right: 1px solid #8696a059;;
}
.contatos header {
background-color: #202c33;
color: #fff;
height: 59px;
}
.contatos span {
padding: 8px;
cursor: pointer;
}
.pesquisa {
border-bottom: 1px solid #8696a059;
}
.icon-pesquisa {
background-color: #202c33;
border-radius: 8px;
}
.icon-pesquisa input {
background-color: transparent;
border: 0px;
width: 100%;
color:#fff;
}
.contatos .header-grupo {
background-color: transparent;
color: #fff;
height: 70px;
}
.contatos .img-grupo {
width: 49px;
margin: 0px 15px;
border-radius: 50%;
}
.contatos .info-grupo p {
padding-bottom:12px;
margin-right: 10px;
border-bottom: 1px solid #8696a02d;
}
.chat main{
background-image: url(assets/background.webp);
opacity: 0.4;
height: calc(100vh - 121px);
}
.img-grupo {
width: 40px;
margin: 0px 15px;
border-radius: 50%;
}
.header-grupo {
background-color: #202c33;
color: #fff;
height: 59px;
}
.header-grupo span {
margin: 0px 8px;
}
.header-grupo small {
font-size: 12px;
color:#8696A0;
}
.info-grupo p {
font-size: 13px;
color:#8696A0;
}
footer {
height: 62px;
background-color: #202c33;
}
footer input{
color:#fff;
background-color: #2a3942;
padding: 9px 12px 11px;
margin: 5px 10px;
border: 1px solid #2a3942;
border-radius: 8px;
width: 100%;
}
footer input::placeholder{
color:#8696A0;
}
footer span {
margin:0px 10px;
}