Remove settings cog from within admin scroll tabs; keep links centered

This commit is contained in:
Annabel Dunstone Gray 2017-01-31 10:04:29 -06:00
parent ad69a89f04
commit 87346bfe6d
2 changed files with 1 additions and 2 deletions

View file

@ -297,7 +297,6 @@
.nav-control {
@media (max-width: $screen-sm-max) {
text-align: left;
margin-right: 75px;
}
}

View file

@ -1,5 +1,5 @@
= render 'layouts/nav/admin_settings'
.scrolling-tabs-container{ class: nav_control_class }
= render 'layouts/nav/admin_settings'
.fade-left
= icon('angle-left')
.fade-right