Reuse more popular colors

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-04-28 17:03:03 +02:00
parent 4a3f3bc702
commit 435b1c043e
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
2 changed files with 4 additions and 4 deletions

View file

@ -26,9 +26,9 @@ header {
z-index: 100;
margin-bottom: 0;
min-height: $header-height;
background-color: $gray-light;
background-color: $background-color;
border: none;
border-bottom: 1px solid #eee;
border-bottom: 1px solid $border-color;
.container-fluid {
width: 100% !important;
@ -47,7 +47,7 @@ header {
text-align: center;
&:hover, &:focus, &:active {
background-color: $gray-light;
background-color: $background-color;
}
}

View file

@ -187,7 +187,7 @@
}
.layout-nav {
background: $gray-light;
background: $background-color;
border-bottom: 1px solid $border-color;
.controls {