-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (51 loc) · 811 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
.back-top{
background-color: rgb(65, 150, 150);
height: 15vh;
}
.back-bottom{
background-color: rgb(143, 151, 151);
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: 9px;
height: 30px;
width: 30px;
}
.contacts{
background-color: white;
height: 550px;
}
.contact-table-scroll{
overflow-y: scroll;
height: 550px;
}
.message-area{
background-color: #e4e1de;
height: 550px;
}
.message-table-scroll{
overflow-y: scroll;
height: 480px;
}
.message-box{
background-color: #f0f0f0;
}