app-title.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .main-header .navbar-app-title, .main-header .current-rpc {
  2. display: none;
  3. }
  4. .custom-app-title .main-header .logo {
  5. height: 74px;
  6. }
  7. .custom-app-title .main-header .logo .logo-lg i.fa-caret-right {
  8. display: none;
  9. }
  10. .custom-app-title .main-header .current-rpc {
  11. font-size: 14px;
  12. line-height: 2px;
  13. color: #efefef;
  14. display: block;
  15. }
  16. .custom-app-title .main-header .current-rpc .dropdown .dropdown-menu {
  17. margin-top: 6px;
  18. }
  19. .custom-app-title .main-header .navbar {
  20. min-height: 74px;
  21. }
  22. .custom-app-title .main-sidebar, .custom-app-title.fixed .content-wrapper, .custom-app-title.fixed .right-side {
  23. padding-top: 74px;
  24. }
  25. .custom-app-title .main-header {
  26. -webkit-app-region: drag;
  27. }
  28. .custom-app-title.modal-open .main-header,
  29. .custom-app-title.stop-scrolling .main-header {
  30. -webkit-app-region: no-drag !important;
  31. }
  32. .custom-app-title .main-header .current-rpc span, .custom-app-title .main-header .navbar-nav {
  33. -webkit-app-region: no-drag;
  34. }
  35. .custom-app-title .main-header .navbar-app-title {
  36. height: 24px;
  37. display: inline-block;
  38. }
  39. .custom-app-title .main-header .navbar-toolbar {
  40. margin-top: 24px;
  41. }