This commit is contained in:
Vsevo;od
2023-12-23 14:27:43 +03:00
parent 8f39b15ab4
commit cc43f228d5
5 changed files with 142 additions and 6 deletions

View File

@ -107,7 +107,7 @@
display: flex;
text-align: left;
color: rgba(0, 0, 0, 0.90);
font-family: Inter;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
@ -285,4 +285,87 @@
display: flex;
}
}
}
.expert {
display: flex;
flex-direction: column;
margin-top: 200px;
&__title {
display: flex;
color: #000;
font-family: Montserrat;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
&__img {
border-radius: 10000px;
}
}
.yellowSpan {
color: #FD0
}
.comments {
display: flex;
flex-direction: column;
margin-top: 200px;
&__title {
display: flex;
color: #000;
font-family: Montserrat;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
&__number {
margin-left: 3px;
}
&__input {
border-radius: 10px;
border: 1px solid var(--gray_stroke, #D0D2D8);
background: #FFF;
height: 200px;
width: 100%;
display: flex;
justify-content: start;
align-items: start;
padding-left: 20px;
text-align: start;
&_img {
height: 60px;
width: 60px;
}
&_container {
display: flex;
flex-direction: column;
}
&_img_container {
display: flex;
margin-top: 60px;
}
&_img {
margin-right: 50px;
}
}
.newInputContainer {
display: flex;
flex-direction: column;
}
&__number {
display: flex;
margin-top: 60px;
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
}