This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS Adjustments for Drupal Bootstrap Theme's Navbar Fixed Top When Used with Ember/Navbar Admin Theme. */ | |
/* Place this in header.less and recompile */ | |
.navbar-vertical .navbar-fixed-top, | |
.navbar-horizontal .navbar-fixed-top { | |
top: 40px !important; | |
} | |
.navbar-vertical.navbar-tray-open .navbar-fixed-top { | |
left: 150px !important; |