styles for navigation and survey info
This commit is contained in:
parent
1bc96d830e
commit
2cbfb06b4a
30 changed files with 199 additions and 555 deletions
|
|
@ -7,49 +7,64 @@
|
|||
margin-top: 34px;
|
||||
margin-bottom: 49px;
|
||||
border-radius: 14px;
|
||||
height: 191px;
|
||||
min-height: 191px;
|
||||
}
|
||||
|
||||
.info{
|
||||
min-width: 373px;
|
||||
display: block;
|
||||
padding: 35px 0;
|
||||
padding: 35px; /*подумать нужно ли справа слева отступы*/
|
||||
}
|
||||
|
||||
.titleSurvey{
|
||||
resize: none;
|
||||
display: block;
|
||||
border: none;
|
||||
margin: 0 auto;
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0 20px;
|
||||
font-size: 40px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 23px;
|
||||
word-break: break-word;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.textareaTitle{
|
||||
width: 80%;
|
||||
padding-top: 35px;
|
||||
resize: none;
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
margin-bottom: 23px;
|
||||
outline: none;
|
||||
line-height: 30px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.description{
|
||||
resize: none;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0 20px;
|
||||
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;
|
||||
margin: 0 auto;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
word-break: break-word;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.descripButton{
|
||||
|
|
@ -60,11 +75,12 @@
|
|||
}
|
||||
|
||||
.descButtonImg{
|
||||
vertical-align: middle;
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.textButton{
|
||||
vertical-align: center;
|
||||
vertical-align: middle;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
color: #7D7983;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue