@import '~@angular/material/theming';
@import '../constants/variables';

@mixin prutech-ag-grid-theme($theme) {

  .ag-header {
    height: 50px;
    min-height: 50px;
  }

  // .example-container {
  //   height: 400px;
  //   overflow: auto;
  // }

  // table {
  //   width: 100%;
  //   .mat-row {
  //     &:hover {
  //       cursor: pointer;
  //     }
  //   }
  // }
  // .grid-header {
  //   text-align: end;
  //   margin: auto;
  //   background-color: $grid-header-color;
  //   border: 1px solid $grid-border-color;
  //   border-bottom: none;
  //   border-radius: 0;
  //   height: 50px;
  //   .warning-message {
  //     text-align: left;
  //     font-size: 0.85em;
  //     font-weight: 500;
  //     font-style: italic;
  //     padding-left: 15px;
  //     color: red;
  //   }
  //   .page-label {
  //     font-size: 12px;
  //     font-weight: 600;
  //     margin-right: 10px;
  //   }
  //   .page-size {
  //     padding: 10px 0px;
  //     height: 70px;
  //     margin-right: 10px;
  //     .page-field {
  //       width: 50px;
  //       font-size: 12px;
  //       text-align: center; 
  //     }
  //   }
  // }
  // .assesments-header {
  //   width: 98%;
  //   margin: auto;
  //   border-radius: 0;
  //   margin-top: 50px;
  //   margin-bottom: 20px;
  // }
  // .button-link {
  //   font-size: 17px;
  //   padding: 5px 20px!important;
  //   color: $button-background !important;
  //   cursor: pointer;
  //   border: none;
  //   background-color: $grid-header-color !important;
  //   display: inline-flex;
  //   font-weight: 600;
  //   font-family: 'Roboto';
  //   box-shadow: none !important;
  // }
  // .example-header {
  //   font-family: Verdana, Geneva, Tahoma, sans-serif;
  //   font-size: 13px;
  //   margin-bottom: 5px;
  // }
  // .page-list {
  //   font-family: Verdana, Geneva, Tahoma, sans-serif;
  //   font-size: 12px;
  //   margin-right: 20px;
  //   padding-top: 10px;
  // }
  // .page-control {
  //   width: auto;
  //   border: none;
  // }

  // .page-size-header {
  //   font-size: 13px;
  //   font-weight: 500;
  //   padding: 13px 0px 0px 0px;
  // }
  // .ag-header-cell {
  //   border-right: 1px solid $grid-border-color;
  // }
  // .ag-paging-panel {
  //   background-color: $grid-header-color;
  //   height: auto;
  //   padding: 5px;
  // }
  // .ag-root-wrapper {
  //   border-radius: 0px !important;
  // }
  // .ag-header-cell-text {
  //   opacity: 0.9;
  // }
  // .mat-menu-item {
  //   line-height: 30px !important;
  //   height: 30px !important;
  // }
  // // .mat-menu-panel {
  // //   margin-left: 45px !important;
  // //   margin-top: -75px !important;
  // // }
  // .grid-wrapper {
  //   flex: 1;
  // }
  // .mat-select-value {
  //  max-width: 30px !important;
  // }
}


    