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 {
|
||||
float: left;
|
||||
overflow-y: scroll;
|
||||
height: calc(100% - 100px);
|
||||
overflow-y: auto;
|
||||
height: calc(100% - 80px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chatbox {
|
||||
height: 100px;
|
||||
height: 80px;
|
||||
float: left;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
|
@ -24,7 +24,8 @@
|
||||
&.active {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
transition: all .3s ease-in-out 0s;
|
||||
|
||||
@include transition();
|
||||
}
|
||||
}
|
||||
|
||||
@ -34,8 +35,14 @@
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
padding: 50px 0;
|
||||
margin: 25vh 0 0 0;
|
||||
margin: 24vh 0 0 0;
|
||||
float: left;
|
||||
|
||||
.active & {
|
||||
@include transition();
|
||||
|
||||
margin: 25vh 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-content-load {
|
||||
|
Loading…
Reference in New Issue
Block a user