global.scss 317 B

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