1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/site/client/assets/sass/_chat.scss

47 lines
629 B
SCSS
Raw Normal View History

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;
overflow-y: scroll;
height: calc(100% - 100px);
width: 100%;
}
.chatbox {
height: 100px;
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();
}