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
2015-06-21 22:32:12 +02:00

22 lines
272 B
SCSS

.container-chat {
float: right;
width: 29%;
a {
font-size: 14px;
padding: 18px;
}
}
.chat {
float: left;
width: 100%;
padding: 20px;
height: calc(100vh - 300px);
min-height: 400px;
clear: both;
color: #fff;
@include contentGradient();
}