global.scss 277 B

123456789101112131415161718
  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;
  12. }
  13. .margin-bottom-20{
  14. margin-bottom: 20px;
  15. }