mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
rewrite structure and bit chat styling
This commit is contained in:
22
site/client/assets/sass/_chat.scss
Normal file
22
site/client/assets/sass/_chat.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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();
|
||||
}
|
@@ -14,7 +14,13 @@ body.inner {
|
||||
|
||||
main {
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.container-content {
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
height: calc(100vh - 300px);
|
||||
min-height: 400px;
|
||||
|
@@ -21,6 +21,7 @@ nav {
|
||||
padding: 12px 25px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
height: 55px;
|
||||
|
||||
@include transition(color);
|
||||
|
||||
|
@@ -10,4 +10,5 @@
|
||||
'form',
|
||||
'landing',
|
||||
'inner',
|
||||
'nav';
|
||||
'nav',
|
||||
'chat';
|
Reference in New Issue
Block a user