components
This commit is contained in:
commit
009a214b40
40 changed files with 966 additions and 0 deletions
|
|
@ -0,0 +1,73 @@
|
|||
/*SurveyInfo.module.css*/
|
||||
|
||||
.blockInfo{
|
||||
background-color: #ffffff;
|
||||
/*margin: 0;*/
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
margin-top: 34px;
|
||||
margin-bottom: 49px;
|
||||
border-radius: 14px;
|
||||
height: 191px;
|
||||
}
|
||||
|
||||
.info{
|
||||
display: block;
|
||||
padding: 35px 0;
|
||||
}
|
||||
|
||||
.titleSurvey{
|
||||
resize: none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0 20px;
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.textareaTitle{
|
||||
resize: none;
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
.description{
|
||||
resize: none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0 20px;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.textareaDescrip{
|
||||
resize: none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.descripButton{
|
||||
border: none;
|
||||
background-color: #ffffff;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.descButtonImg{
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.textButton{
|
||||
vertical-align: center;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
color: #7D7983;
|
||||
padding: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue