Merge pull request #279 from asaadmahmoodspin/master
Fixing LHS Header css
Этот коммит содержится в:
@@ -85,6 +85,7 @@
|
|||||||
.sidebar--left, .sidebar--menu {
|
.sidebar--left, .sidebar--menu {
|
||||||
.team__header {
|
.team__header {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 10px;
|
||||||
@include legacy-pie-clearfix;
|
@include legacy-pie-clearfix;
|
||||||
&:before {
|
&:before {
|
||||||
@include single-transition(all, 0.05s, linear);
|
@include single-transition(all, 0.05s, linear);
|
||||||
@@ -98,7 +99,7 @@
|
|||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
&:before {
|
&:before {
|
||||||
background: rgba(black, 0.05);
|
background: rgba(black, 0.1);
|
||||||
}
|
}
|
||||||
.user__name {
|
.user__name {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -145,7 +146,7 @@
|
|||||||
}
|
}
|
||||||
.header__info {
|
.header__info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 10px 10px 10px 14px;
|
padding-left: 4px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
.navbar-default {
|
.navbar-default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border: none;
|
border: none;
|
||||||
min-height: 50px;
|
min-height: 45px;
|
||||||
background: $primary-color;
|
background: $primary-color;
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
> li {
|
> li {
|
||||||
> a {
|
> a {
|
||||||
height: 50px;
|
height: 45px;
|
||||||
padding: 0 1.3em;
|
padding: 0 1.3em;
|
||||||
i {
|
i {
|
||||||
line-height: 50px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
line-height: 53px;
|
line-height: 48px;
|
||||||
height: 50px;
|
height: 44px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
.icon-bar {
|
.icon-bar {
|
||||||
@@ -38,8 +38,8 @@
|
|||||||
}
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
height: 50px;
|
height: 45px;
|
||||||
line-height: 50px;
|
line-height: 45px;
|
||||||
float: none;
|
float: none;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
.heading {
|
.heading {
|
||||||
|
|||||||
@@ -466,7 +466,7 @@
|
|||||||
}
|
}
|
||||||
.search__form {
|
.search__form {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 7px 20px 0 45px;
|
padding: 7px 20px 0 49px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@include single-transition(all, 0.2s, linear);
|
@include single-transition(all, 0.2s, linear);
|
||||||
|
|||||||
@@ -16,13 +16,13 @@
|
|||||||
fill: #FFF;
|
fill: #FFF;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
font-size: 33px;
|
font-size: 35px;
|
||||||
width: 45px;
|
width: 49px;
|
||||||
@include single-transition(all, 0.2s, linear);
|
@include single-transition(all, 0.2s, linear);
|
||||||
@include translateX(0px);
|
@include translateX(0px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-right: 2px;
|
padding-left: 1px;
|
||||||
line-height: 42px;
|
line-height: 40px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.sidebar__search-icon {
|
.sidebar__search-icon {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user