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