global.scss 600 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. header .v-toolbar__content{
  2. padding-right: 0px;
  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: var(--v-ot_green-base, white)
  16. }
  17. .header_menu{
  18. max-height: 300px;
  19. min-width: 300px;
  20. overflow-y: scroll
  21. }
  22. .v-menu__content{
  23. z-index: 400 !important;
  24. }
  25. .toolbarForm .v-toolbar__content{
  26. padding-left: 0 !important;
  27. }
  28. .toolbarForm .v-toolbar__title .v-icon{
  29. height: 46px;
  30. width: 46px;
  31. }