File "ModelsPage.module.scss"
Full Path: /var/www/html/gitep_front/src/pages/ModelsPage/ModelsPage.module.scss
File size: 955 bytes
MIME-type: text/plain
Charset: utf-8
.wrapper {
border-radius: 8px !important;
margin: 16px 16px 16px 0;
padding: 20px 0;
height: 96vh;
box-sizing: border-box;
display: flex;
flex-direction: column;
position: relative;
// max-width: 1704px;
background: #ffffff;
}
.title {
font-size: 30px;
font-weight: 600;
padding: 0 24px;
line-height: 38px;
letter-spacing: 1px;
color: #101828;
}
.modelsDescription {
color: #98A2B3;
margin-left: 24px;
}
.headerInfo {
color: #98A2B3;
margin: 12px 0 20px 24px;
}
.bordered {
border-bottom: 1px solid #EAECF0;
}
.filter {
width: fit-content;
font-size: 14px;
margin: 16px 0 8px 0px;
}
.payments_button {
background-color: #f9f0ff;
color: #722ed1;
border: none;
margin: 16px 0px 8px 0px;
}
.payments_button:hover {
background-color: #EFDBFF!important;
}
.payments_button:active {
background-color: #D3ADF7!important;
color: #ffffff!important;
}