survey-webapp/SurveyFrontend/src/components/SurveyInfo/SurveyInfo.module.css
2025-05-14 17:59:36 +05:00

100 lines
No EOL
1.6 KiB
CSS

/*SurveyInfo.module.css*/
.blockInfo{
background-color: #ffffff;
padding: 0;
width: 100%;
margin-top: 34px;
margin-bottom: 49px;
border-radius: 14px;
min-height: 191px;
}
.info{
min-width: 373px;
display: block;
padding: 35px;
}
.titleSurvey{
display: block;
border: none;
margin: 0 auto;
background-color: white;
text-align: center;
font-size: 20px;
font-weight: 600;
margin-bottom: 23px;
word-break: break-word;
padding: 0;
}
.textareaTitle,
.textareaDescrip {
width: 100%;
resize: none;
border: none;
outline: none;
font-family: inherit;
padding: 0;
margin: 0;
background: transparent;
display: block;
overflow-y: hidden;
}
.textareaTitle {
font-size: 32px;
font-weight: 600;
text-align: center;
line-height: 1.2;
min-height: 40px;
}
.textareaDescrip {
font-size: 18px;
font-weight: 500;
text-align: center;
line-height: 1.4;
min-height: 24px;
}
.descriptionWrapper {
width: 80%;
margin: 0 auto;
padding: 5px 0;
}
.description {
border: none;
font-size: 18px;
font-weight: 500;
text-align: center;
background-color: white;
display: block;
margin: 0 auto;
padding: 5px 0;
width: 80%;
word-break: break-word;
}
.descripButton{
border: none;
background-color: #ffffff;
display: block;
margin: 0 auto;
}
.descButtonImg{
vertical-align: middle;
width: 28px;
}
.textButton{
vertical-align: middle;
font-size: 24px;
font-weight: 500;
color: #7D7983;
padding: 10px;
}