Built files from Bizgaze WebServer
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.

style.left_layout.css 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @media(min-width:1200px) {
  2. .biz-wrapper.biz__icon__menu .biz-pg-wrapper.biz-secondary-color {
  3. margin-right: 50px;
  4. }
  5. .biz-wrapper .biz-right-side-menu {
  6. position: fixed;
  7. top: 0;
  8. right: 0;
  9. height: 100%;
  10. width: 50px;
  11. }
  12. .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav > li.nav-item > .nav-link {
  13. position: relative;
  14. display: -webkit-box;
  15. display: -ms-flexbox;
  16. display: flex;
  17. -webkit-box-align: center;
  18. -ms-flex-align: center;
  19. align-items: center;
  20. justify-content: center;
  21. -webkit-justify-content: center;
  22. text-align: center;
  23. padding: .75rem .5rem;
  24. }
  25. .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav > li.nav-item > .nav-link .nav-icon-wrap {
  26. height: 35px;
  27. width: 35px;
  28. display: flex;
  29. color: #fff;
  30. border-radius: 50%;
  31. -webkit-box-align: center;
  32. -ms-flex-align: center;
  33. align-items: center;
  34. justify-content: center;
  35. -webkit-justify-content: center;
  36. }
  37. .biz-wrapper .biz-right-side-menu .right-side-menu-content-wrap .navbar-nav .dropdown-menu-float-right-side {
  38. position: fixed !important;
  39. top: 0 !important;
  40. right: 60px !important;
  41. height: 100%;
  42. width: 350px !important;
  43. max-width: 350px !important;
  44. z-index: 100000;
  45. left: unset !important;
  46. transform: none !important;
  47. }
  48. .biz-wrapper.biz__icon__menu .biz-main-menu {
  49. padding-top: 0;
  50. }
  51. }
  52. @media(max-width:1199px) {
  53. .biz-right-side-menu {
  54. display: none;
  55. }
  56. }
  57. a.createform {
  58. right: 2px;
  59. position: relative;
  60. top: 0px;
  61. z-index: 5;
  62. }
  63. /*nav bar*/
  64. .dropdown-menu.userdetails.show {
  65. border-radius: 0px !important;
  66. transform: translate3d(-235px, 0px, 0px) !important;
  67. width: 230px;
  68. top: 12px !important;
  69. padding: 10px;
  70. border-radius: 4px !important;
  71. }
  72. #biz-layout-1-nav .dropdown-menu.userdetails.show {
  73. transform: none !important;
  74. top: 30px !important;
  75. right: 15px;
  76. }
  77. .branchshotcode {
  78. margin-left: 5px;
  79. font-size: 10px !important;
  80. font-weight: 400 !important;
  81. letter-spacing: 1px !important;
  82. }
  83. .nav-link.lnk_nav_changebranch {
  84. display: block !important;
  85. }
  86. @media(max-width:576px) {
  87. .biz-detail-avatar {
  88. position: relative;
  89. width: 30px !important;
  90. height: 30px !important;
  91. border-radius: 50%;
  92. display: flex !important;
  93. justify-content: center;
  94. align-items: center;
  95. margin-right: 5px;
  96. }
  97. #biz-banner-carousel .owl-stage-outer {
  98. height: 160px !important;
  99. }
  100. }
  101. .biz-submenu .navbar-nav.collapse-level-1 .nav-item .nav-link {
  102. font-size: 14px !important;
  103. padding: 5px 15px 5px 15px !important;
  104. }
  105. .biz-main-menu-hidden .biz-submenu .nav-options-container .nav-group-collapse-link {
  106. width: 240px !important;
  107. }
  108. .biz-submenu .nav-options-container .nav-group-collapse-link {
  109. width: 210px;
  110. }
  111. .biz-wrapper.biz__icon__menu .biz-submenu .navbar-nav.collapse-level-1 .nav-item .collapse-level-1 .nav-item .nav-link {
  112. padding-left: 25px !important;
  113. }