Skip to content

Commit

Permalink
chore(linting): fix navbar linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Jan 12, 2017
1 parent 66a49d5 commit 587ee30
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scss/_o-navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,11 @@

.navbar-toggler {
position: absolute;
right: .625rem;
padding: .625rem .75rem;
top: .265625rem;
right: .625rem;
font-size: 1.25rem;
z-index: 1000;
padding: .625rem .75rem;
font-size: 1.25rem;
color: $navbar-inverse-color;
background-color: transparent;
background-image: none;
Expand All @@ -263,18 +262,18 @@
}

.navbar-brand {
font-size: $font-size-sm;
align-self: flex-start;
margin-left: .625rem;
font-size: $font-size-sm;

img {
height: 1.875rem;
}
}

.navbar-collapse {
margin-top: .625rem;
width: 100%;
margin-top: .625rem;

.navbar-nav {
align-items: stretch;
Expand All @@ -283,9 +282,9 @@

&.navbar-toggleable > .container {
display: block;
width: 100%;
padding-top: .625rem;
margin: 0;
width: 100%;
}

&.navbar-toggleable {
Expand Down

0 comments on commit 587ee30

Please sign in to comment.