page settings

This commit is contained in:
Tatiana Nikolaeva 2025-04-16 00:03:09 +05:00
parent ae51520966
commit e9bfc9e554
6 changed files with 89 additions and 4 deletions

View file

@ -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;
}