fixed some design issues

updated some spacing & colors
This commit is contained in:
Phil Hughes 2017-06-22 10:25:37 +01:00
parent 9e1951b067
commit 9f09767bce
2 changed files with 18 additions and 14 deletions

View file

@ -74,8 +74,8 @@ $red-700: #a62d19;
$red-800: #8b2615;
$red-900: #711e11;
$purple-700: #2d0573;
$purple-800: #451c7f;
$purple-700: #4A2192;
$purple-800: #2c0a5c;
$purple-900: #380d75;
$black: #000;

View file

@ -55,8 +55,10 @@ header.navbar-gitlab-new {
.container-fluid {
.navbar-toggle {
padding: 6px $gl-padding;
margin-right: -5px;
color: currentColor;
border-left: 1px solid currentColor;
border-left: 1px solid $white-light;
&:hover,
&:focus,
@ -68,8 +70,10 @@ header.navbar-gitlab-new {
.navbar-toggle-left {
right: 0;
margin-right: 0;
margin-left: -16px;
border-left: 0;
border-right: 1px solid currentColor;
border-right: 1px solid $white-light;
}
.navbar-nav {
@ -81,15 +85,15 @@ header.navbar-gitlab-new {
.nav > li > a {
opacity: .9;
will-change: opacity;
}
.nav > li > a:hover,
.nav > li > a:focus {
color: $white-light;
opacity: 1;
&:hover,
&:focus {
color: $white-light;
opacity: 1;
> svg {
fill: $white-light;
> svg {
fill: $white-light;
}
}
}
}
@ -127,13 +131,13 @@ header.navbar-gitlab-new {
}
.dropdown-chevron {
font-size: 12px;
font-size: 10px;
}
}
.search {
form {
border-color: $purple-700;
border-color: $purple-800;
&:hover {
border-color: rgba($white-light, .5);
@ -146,7 +150,7 @@ header.navbar-gitlab-new {
form,
.search-input {
background-color: $purple-800;
background-color: $purple-700;
}
.search-input {