Commit 435b1c04 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Reuse more popular colors

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 4a3f3bc7
......@@ -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;
}
}
......
......@@ -187,7 +187,7 @@
}
.layout-nav {
background: $gray-light;
background: $background-color;
border-bottom: 1px solid $border-color;
.controls {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment