90 lines
No EOL
1.5 KiB
CSS
90 lines
No EOL
1.5 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;
|
|
line-height: 20px;
|
|
margin-bottom: 23px;
|
|
word-break: break-word;
|
|
padding: 0;
|
|
}
|
|
|
|
.textareaTitle{
|
|
margin-top: -17px;
|
|
width: 80%;
|
|
padding-top: 35px;
|
|
resize: none;
|
|
text-align: center;
|
|
font-size: 40px;
|
|
font-weight: 600;
|
|
border: none;
|
|
outline: none;
|
|
line-height: 30px;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.description{
|
|
border: none;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
background-color: white;
|
|
display: block;
|
|
margin: 0 auto;
|
|
word-break: break-word;
|
|
padding: 0;
|
|
}
|
|
|
|
.textareaDescrip{
|
|
width: 80%;
|
|
outline: none;
|
|
border: none;
|
|
resize: none;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 22px;
|
|
font-weight: 500;
|
|
word-break: break-word;
|
|
padding: 0;
|
|
}
|
|
|
|
.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;
|
|
} |