1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-02-17 14:22:09 +00:00

47 lines
625 B
SCSS
Raw Normal View History

2015-06-21 21:20:17 +02:00
.container-chat {
float: right;
width: 29%;
a {
font-size: 14px;
2015-06-21 22:32:12 +02:00
padding: 18px;
2015-06-21 21:20:17 +02:00
}
}
.chat {
float: left;
width: 100%;
padding: 20px;
2015-06-22 16:03:40 +02:00
height: calc(100vh - 200px);
2015-06-21 21:20:17 +02:00
min-height: 400px;
clear: both;
2015-06-22 16:03:40 +02:00
position: relative;
2015-06-21 21:20:17 +02:00
color: #fff;
2015-06-22 16:03:40 +02:00
@include contentGradient();
}
.chats {
float: left;
2015-06-22 17:27:53 +02:00
overflow-y: auto;
height: calc(100% - 80px);
2015-06-22 16:03:40 +02:00
width: 100%;
}
.chatbox {
2015-06-22 17:27:53 +02:00
height: 80px;
2015-06-22 16:03:40 +02: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 21:20:17 +02:00
@include contentGradient();
}