custom-laravel.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*=========================================================================================
  2. File Name: laravel-menu.scss
  3. Description: laravel Specific menu styles
  4. ----------------------------------------------------------------------------------------
  5. Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  6. Author: PIXINVENT
  7. Author URL: http://www.themeforest.net/user/pixinvent
  8. ==========================================================================================*/
  9. /*========================================================
  10. DARK LAYOUT
  11. =========================================================*/
  12. body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  13. display: none;
  14. }
  15. .horizontal-menu > .main-menu {
  16. display: none;
  17. }
  18. .horizontal-menu .fixed-top {
  19. left: 0;
  20. }
  21. html body.navbar-static .app-content .header-navbar {
  22. background: transparent;
  23. box-shadow: none !important;
  24. }
  25. @media (max-width: 575.98px) {
  26. body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
  27. margin-left: 1.2rem;
  28. margin-right: 1.2rem;
  29. }
  30. }