• Memorydoc's avatar
    # · aab60a50
    Memorydoc authored
    aab60a50
tb-ebit-form.less 1.98 KB
@import "~/app-resources/less/theme.less";

@color-red:#e20;
@color-gray:#939598-#222;
.bar-export{
  span{
    cursor: pointer;
  }
}
.dxLeft{
  width: 40%;
}
.dateClass{
  position: relative;
  left: -190px;
}
.vat-report-view {
  height: calc(~"100% - 20px");
  min-height: 500px;
  margin-left: 0px;
  margin-top: 0px;
  .report-container {
    border: @thin-border solid @color-border;
    //height:  calc(~"100% - 36px");
    margin: 0;
    width: 100%;
    white-space: normal;
    display: inline-block;
    margin-top: -9px;
  }

  .row {
    margin-left: 0px;
    margin-bottom:10px;

    &>span {
      float: right;
      margin-right: 15px;
      cursor: pointer;
    }
  }

  #addCertificatePop {
    .modal-dialog {
      width: 700px;
      .add-certificate-pop-body {
        height: 240px;
        #add-certificate-grid {
          height: 210px;
        }
      }

      .modal-footer {
        .template-1-button {
          background-color: @color-red;
          color: white;
          margin-right:30px;
        }

        .template-2-button {
          background-color: @color-gray;
          color: white;
          margin-right: 30px;
        }
      }
    }
  }
}

.model-report-approve-popup {
  width: 400px;
  height:500px;
  position:fixed;
  top:25%;
  left:40%;

  .modal-dialog {
    width: 100%;
    height: 90%;
    margin: 20px auto;

    .modal-content {
      width: 100%;
      .modal-body {
        height: 90%;
      }
    }
  }
}


.model-report-remarks-popup {
  width: 400px;
  height:500px;
  position:fixed;
  top:25%;
  left:40%;

  .modal-dialog {
    width: 100%;
    height: 90%;
    margin: 20px auto;

    .modal-content {
      width: 100%;
      .modal-body {
        height: 90%;
      }
    }
  }
}

@media screen and (max-width:1400px) {
  .navRight{
    width: 33%!important;
  }
  .navLeft{
    width: 60%!important;
  }
  .datePull{
    right: 8.33333333%!important;
  }

}
@media screen and (min-width:1400px) {
  .navRight{
    right: -7%!important;
  }


}