| 1234567891011121314151617181920212223242526272829303132333435363738 |
- 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;
- }
- .v-application a{
- color: var(--v-ot_green-base, white)
- }
- .header_menu{
- max-height: 300px;
- min-width: 300px;
- overflow-y: scroll
- }
- .v-menu__content{
- z-index: 400 !important;
- }
- .toolbarForm .v-toolbar__content{
- padding-left: 0 !important;
- }
- .toolbarForm .v-toolbar__title .v-icon{
- height: 46px;
- width: 46px;
- }
|