mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
bit styling
This commit is contained in:
parent
1efe47d5a1
commit
da6f8749db
@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
.chats {
|
.chats {
|
||||||
float: left;
|
float: left;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
height: calc(100% - 100px);
|
height: calc(100% - 80px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatbox {
|
.chatbox {
|
||||||
height: 100px;
|
height: 80px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
&.active {
|
&.active {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all .3s ease-in-out 0s;
|
|
||||||
|
@include transition();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,8 +35,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
margin: 25vh 0 0 0;
|
margin: 24vh 0 0 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
.active & {
|
||||||
|
@include transition();
|
||||||
|
|
||||||
|
margin: 25vh 0 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-content-load {
|
.icon-content-load {
|
||||||
|
Loading…
Reference in New Issue
Block a user