lastCommit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user