global.scss 645 B

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