lastCommit

This commit is contained in:
2023-12-22 22:39:40 +03:00
parent ed3bfab8ab
commit 41a8372b96
6 changed files with 64 additions and 7 deletions

View File

@@ -0,0 +1,52 @@
.meets {
width: 100%;
display: flex;
justify-content: space-between;
&__img {
width: 40%;
height: 400px;
background-color: gray;
}
&__mainInfo {
&_container {
width: 50%;
display: flex;
flex-direction: column;
align-content: start;
}
&_descr {
color: #000;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: left;
}
&_type {
display: flex;
margin-top: 25px;
border-radius: 10px;
border: 1px solid var(--gray_text, #888);
width: 110px;
height: 35px;
justify-content: center;
align-items: center;
}
&_status {
margin-top: 40px;
display: flex;
}
&_time {
margin-top: 40px;
display: flex;
}
&_status_img {
margin-right: 12px;
}
}
}