global.scss 737 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. header .v-toolbar__content {
  2. padding-right: 0;
  3. }
  4. .e-grid .e-gridheader {
  5. position: -webkit-sticky;
  6. position: sticky;
  7. top: 58px; /* The height of top nav menu. */
  8. z-index: 1;
  9. }
  10. .no-decoration {
  11. text-decoration: none !important;
  12. color: inherit !important;
  13. }
  14. .v-application a {
  15. color: rgb(var(--v-theme-ot-green))
  16. }
  17. .v-menu__content {
  18. z-index: 400 !important;
  19. }
  20. .toolbarForm .v-toolbar__content {
  21. padding-left: 0 !important;
  22. }
  23. .toolbarForm .v-toolbar__title .v-icon {
  24. height: 46px;
  25. width: 46px;
  26. }
  27. .header-menu {
  28. max-height: 300px;
  29. min-width: 300px;
  30. overflow-y: auto;
  31. .v-list{
  32. .v-list-item{
  33. border-bottom: 1px solid;
  34. border-bottom-color: rgb(var(--v-theme-ot-border-menu));
  35. }
  36. }
  37. }