Remove settings cog from within admin scroll tabs; keep links centered
This commit is contained in:
parent
ad69a89f04
commit
87346bfe6d
2 changed files with 1 additions and 2 deletions
|
@ -297,7 +297,6 @@
|
|||
|
||||
.nav-control {
|
||||
@media (max-width: $screen-sm-max) {
|
||||
text-align: left;
|
||||
margin-right: 75px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue