You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
257B

  1. nav.main-header {
  2. ul.navbar-nav {
  3. li.nav-item-user-menu {
  4. .dropdown-menu {
  5. position: absolute ;
  6. z-index: 1000 ;
  7. }
  8. }
  9. li.nav-item {
  10. margin-left: 10px;
  11. .btn {
  12. margin-top: 7px;
  13. }
  14. }
  15. }
  16. }