global.scss 379 B

12345678910111213141516171819202122232425
  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. }