| 123456789101112131415161718 |
- header .v-toolbar__content{
- padding-right: 0px;
- }
- .e-grid .e-gridheader {
- position: -webkit-sticky;
- position: sticky;
- top: 58px; /* The height of top nav menu. */
- z-index: 1;
- }
- .no-decoration{
- text-decoration: none;
- }
- .margin-bottom-20{
- margin-bottom: 20px;
- }
|