File "UsersPage.module.scss"

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

.wrapper {
    border-radius: 8px !important;
    margin: 16px 16px 16px 0;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    // max-width: 1400px;
    background: #ffffff;
    overflow: hidden;
}

.title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0%;
    border-bottom: 1px solid #EAECF0;
    padding: 0 24px 20px;
    color: #101828;
}

.footerCard {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}