}
}
- &.navbar-right:last-child {
+ &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal;
}
}
padding-bottom: 0;
.box-shadow(none);
- // Outdent the form if last child to line up with content down the page
- &.navbar-right:last-child {
+ // Outdent the form if first child to line up with content down the page
+ &.navbar-right:first-child {
margin-right: -@navbar-padding-horizontal;
}
}
margin-left: @navbar-padding-horizontal;
margin-right: @navbar-padding-horizontal;
- // Outdent the form if last child to line up with content down the page
- &.navbar-right:last-child {
+ // Outdent the form if first child to line up with content down the page
+ &.navbar-right:first-child {
margin-right: 0;
}
}