page settings
This commit is contained in:
parent
ae51520966
commit
e9bfc9e554
6 changed files with 89 additions and 4 deletions
|
|
@ -3,4 +3,23 @@
|
|||
.settingSurvey{
|
||||
width: 65%;
|
||||
margin-left: 8.9%;
|
||||
}
|
||||
|
||||
.startEndTime{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.param{
|
||||
background-color: #FFFFFF;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 97px;
|
||||
padding-left: 19px;
|
||||
}
|
||||
|
||||
.param h2{
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue