2015-06-21 19:20:17 +00:00
|
|
|
.container-chat {
|
|
|
|
float: right;
|
|
|
|
width: 29%;
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 14px;
|
2015-06-21 20:32:12 +00:00
|
|
|
padding: 18px;
|
2015-06-21 19:20:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chat {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
padding: 20px;
|
2015-06-22 14:03:40 +00:00
|
|
|
height: calc(100vh - 200px);
|
2015-06-21 19:20:17 +00:00
|
|
|
min-height: 400px;
|
|
|
|
clear: both;
|
2015-06-22 14:03:40 +00:00
|
|
|
position: relative;
|
2015-06-21 19:20:17 +00:00
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
2015-06-22 14:03:40 +00:00
|
|
|
@include contentGradient();
|
|
|
|
}
|
|
|
|
|
|
|
|
.chats {
|
|
|
|
float: left;
|
2015-06-22 15:27:53 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
height: calc(100% - 80px);
|
2015-06-22 14:03:40 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chatbox {
|
2015-06-22 15:27:53 +00:00
|
|
|
height: 80px;
|
2015-06-22 14:03:40 +00:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
resize: none;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 20px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 300;
|
|
|
|
color: #8798ac;
|
|
|
|
|
2015-06-21 19:20:17 +00:00
|
|
|
@include contentGradient();
|
|
|
|
}
|