mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
22 lines
277 B
SCSS
22 lines
277 B
SCSS
.container-chat {
|
|
float: right;
|
|
width: 29%;
|
|
|
|
a {
|
|
font-size: 14px;
|
|
padding: 15px 15px;
|
|
}
|
|
}
|
|
|
|
.chat {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 20px;
|
|
height: calc(100vh - 300px);
|
|
min-height: 400px;
|
|
clear: both;
|
|
|
|
color: #fff;
|
|
|
|
@include contentGradient();
|
|
} |