27 lines
No EOL
419 B
CSS
27 lines
No EOL
419 B
CSS
/*SettingSurvey.module.css*/
|
|
|
|
.settingSurvey{
|
|
width: 85%;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.startEndTime{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 14px;
|
|
}
|
|
|
|
.param{
|
|
border-radius: 4px;
|
|
background-color: #FFFFFF;
|
|
padding-top: 15px;
|
|
padding-bottom: 97px;
|
|
padding-left: 19px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.param h2{
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
border-radius: 4px;
|
|
} |