1
0
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:
devfake 2015-06-22 17:27:53 +02:00
parent 1efe47d5a1
commit da6f8749db
2 changed files with 15 additions and 8 deletions

View File

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

View File

@ -16,7 +16,7 @@
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(14,27,43,.5); background: rgba(14, 27, 43, .5);
z-index: 10; z-index: 10;
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
@ -24,18 +24,25 @@
&.active { &.active {
visibility: visible; visibility: visible;
opacity: 1; opacity: 1;
transition: all .3s ease-in-out 0s;
@include transition();
} }
} }
.modal-banner { .modal-banner {
z-index: 20; z-index: 20;
background: rgba(6,13,22,.95); background: rgba(6, 13, 22, .95);
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 {