File "TotalBlock.module.scss"

Full Path: /var/www/html/gitep_front/src/pages/ProjectPage/TotalBlock/TotalBlock.module.scss
File size: 1.33 KB
MIME-type: text/plain
Charset: utf-8

.total {
position: relative;
    background-color: #1d2939;
    width: calc(100% - 32px);
    padding: 23px;
    border-radius: 10px;
    z-index: 999;
    width: calc(100% - 32px);
    margin-bottom: 16px;
    margin: auto auto 16px;
  
    &-count {
      color: #b37feb;
      position: relative;
  
      &::after {
        content: "";
        position: absolute;
        right: -24px;
        top: 50%;
        transform: translate(0, -50%);
        height: 48px;
        width: 1px;
        background-color: #722ed1;
      }
    }
    &-selected {
      color: #eaecf0;
      margin-left: 8px;
    }
    &-sum {
      color: #52C41A;
      margin-left: 48px;
    }
    &-cons {
      margin-left: 48px;
    }
  }
  
  .cancel {
    :global {
      .ant-btn {
        background-color: #1d2939 !important;
        color: white !important;
        border: 1px solid white !important;
      }
      .ant-dropdown-trigger {
        background-color: #531dab !important;
      }
    }
  }
  .approve {
    :global {
      .ant-btn {
        background-color: #722ed1 !important;
        border: none !important;
      }
    }
  }
  
  .button {
    margin-left: 24px;
    width: max-content;
  
    :global {
      .ant-btn {
        color: white !important;
      }
    }
  }
  
.excel{
    margin-left: auto;
    background: none;
    color: #ffffff;
}