Change colors and layout.

This commit is contained in:
Julia Radzhabova 2018-02-27 16:17:15 +03:00
parent 6fe96a17b2
commit 35542d4ee5
6 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@
} }
> .layout-resizer { > .layout-resizer {
width: 4px; width: 2px;
cursor: col-resize; cursor: col-resize;
&.move { &.move {

View file

@ -39,7 +39,7 @@ label {
top:0; top:0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #f4f4f4; background-color: @gray-light;
overflow: hidden; overflow: hidden;
} }

View file

@ -1,5 +1,5 @@
@tabs-bg-color: #4f6279; @tabs-bg-color: #446995;
.toolbar { .toolbar {
&:not(.cover) { &:not(.cover) {

View file

@ -50,7 +50,7 @@ label {
top:0; top:0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #f4f4f4; background-color: @gray-light;
overflow: hidden; overflow: hidden;
} }

View file

@ -33,7 +33,7 @@ label {
top:0; top:0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #f4f4f4; background-color: @gray-light;
overflow: hidden; overflow: hidden;
} }

View file

@ -1,4 +1,4 @@
@tabs-bg-color: #48795c; @tabs-bg-color: #40865c;
.toolbar { .toolbar {
&:not(.cover) { &:not(.cover) {