1
0
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:
devfake
2015-06-21 21:20:17 +02:00
parent 22e65ccb96
commit 84b209da56
12 changed files with 96 additions and 38 deletions

View 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();
}

View File

@@ -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;

View File

@@ -21,6 +21,7 @@ nav {
padding: 12px 25px;
float: left;
cursor: pointer;
height: 55px;
@include transition(color);

View File

@@ -10,4 +10,5 @@
'form',
'landing',
'inner',
'nav';
'nav',
'chat';