| 12345678910111213141516171819202122232425262728293031 |
- 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 !important;
- color: inherit !important;
- }
- .margin-bottom-20{
- margin-bottom: 20px;
- }
- .v-application a{
- color: var(--v-ot_green-base, white)
- }
- .header_menu{
- max-height: 300px;
- min-width: 300px;
- overflow-y: scroll
- }
|