Fix specs
This commit is contained in:
parent
ac4e3cfee3
commit
e0f6525efe
2 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: $header-height;
|
min-height: $header-height;
|
||||||
|
@ -143,6 +144,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-container {
|
.title-container {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-align-items: stretch;
|
-webkit-align-items: stretch;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
|
@ -58,6 +58,7 @@ header {
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
@media (max-width: $screen-xs-max) {
|
@media (max-width: $screen-xs-max) {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
@ -178,6 +179,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -214,6 +216,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
color: $gl-text-color;
|
color: $gl-text-color;
|
||||||
|
@ -293,6 +296,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs-extra {
|
.breadcrumbs-extra {
|
||||||
|
display: -webkit-flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
Loading…
Reference in a new issue