File "HeaderCash.module.scss"

Full Path: /var/www/html/gitep_front/src/pages/CashPage/HeaderCash/HeaderCash.module.scss
File size: 369 bytes
MIME-type: text/plain
Charset: utf-8

.top {
    background: #ffffff;
    padding: 20px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.filter {
    :global {
      .ant-segmented-item-label{
        font-size: 14px !important;
        display: flex;
        justify-content: center;
      }
    }
}