-
Notifications
You must be signed in to change notification settings - Fork 18
/
style.css
66 lines (54 loc) · 844 Bytes
/
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
.back-top{
background-color: #009688;
height: 15vh;
}
.back-main{
background-color: #D9DBD5;
height: 85vh;
}
.back-container{
position: relative;
}
.front-container{
position: absolute;
top:0;
left:0;
right: 0;
}
.front-container1{
position: absolute;
top:20px;
left:0;
right: 0;
}
.chat-top{
background-color: #EDEDED;
min-height: 50px;
}
.profile-image{
margin-top: 7px;
height: 30px;
width: 30px;
}
.contacts{
background-color: #ffffff;
min-height: 600px;
}
.contact-table-scroll{
overflow-y: scroll;
height: 600px;
}
.message-area{
background-color: #e4e1de;
min-height: 600px;
}
.message-table-scroll{
overflow-y: scroll;
height: 550px;
}
.message-box{
background-color: #F0F0F0;
}
.row {
background-color: rgb(245, 236, 223);
}