global.scss 372 B

123456789101112131415161718192021222324252627
  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. }
  16. .form_main_title{
  17. width: 100%;
  18. .editBtn{
  19. float: right;
  20. margin-right: 20px;
  21. }
  22. }