Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Elements/Address/Address.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.address_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.address_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/DatePicker/DatePicker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.date_picker_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.date_picker_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/Email/Email.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.email_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.email_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/FillBlank/FillBlank.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.fill_blank_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.fill_blank_title > span {
Expand Down
5 changes: 3 additions & 2 deletions components/Elements/FullName/FullName.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
&_title {
font-size: 20px;
text-align: center;
margin: 20px 0;
& > span {
font-size: 24px;
color: var(--color-danger);
Expand All @@ -24,15 +25,15 @@
}

&_description {
width: 80%;
width: 100%;
height: 30px;
margin: 5px 0;
font-size: 15px;
font-style: italic;
}

&_form {
width: 80%;
width: 100%;
margin: 20px 0 0;
display: flex;

Expand Down
2 changes: 1 addition & 1 deletion components/Elements/LongText/LongText.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.long_text_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.long_text_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/MultiChoice/MultiChoice.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.multi_choice_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.multi_choice_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/Phone/Phone.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.phone_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.phone_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/ShortText/ShortText.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.short_text_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.short_text_title > span {
Expand Down
2 changes: 1 addition & 1 deletion components/Elements/SingleChoice/SingleChoice.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.single_choice_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.single_choice_title > span {
Expand Down
24 changes: 14 additions & 10 deletions components/Elements/StarRating/StarRating.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,31 @@
flex: 1;
display: flex;
flex-direction: column;
padding: 20px 10%;
}

.star_rating_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
}

.star_rating_title > span {
font-size: 24px;
color: var(--color-danger);
margin-left: 5px;
}

.star_rating_description {
width: 80%;
width: 100%;
height: 30px;
margin: 5px 10%;
margin: 5px 0;
font-size: 15px;
font-style: italic;
}

.star_rating {
width: 80%;
margin: 20px 10%;
width: 100%;
margin: 20px 0;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -96,17 +102,15 @@
text-align: right;
}


.rating_choicerequire {
display: flex;
align-items: center;
color: var(--color-secondary);
margin: 10px 10% 0;
margin: 10px 0 0;
}


.text_error {
font-size: 15px;
color: var(--color-danger);
margin: 0 10% 40px;
}
margin: 0 0 40px;
}
2 changes: 1 addition & 1 deletion components/Elements/Time/Time.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.time_title {
font-size: 20px;
text-align: center;
margin-top: 20px;
margin: 20px 10%;
}

.time_title > span {
Expand Down
33 changes: 19 additions & 14 deletions pages/form/form-analysis/FormAnalysis.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
width: 100%;
display: flex;
flex-direction: column;
padding: 0 5%;
align-items: center;
}

Expand All @@ -11,7 +10,7 @@
min-width: 600px;
height: max-content;
display: flex;
padding: 50px 0 20px;
padding: 0 2%;
}

.modal_content {
Expand All @@ -20,10 +19,12 @@
}

.content_left {
width: 450px;
width: 350px;
height: max-content;
display: flex;
flex-direction: column;
padding: 20px 0;
margin-right: 10px;
}

.form_analysis_title {
Expand Down Expand Up @@ -103,7 +104,7 @@
}

.participant_area {
width: 50%;
width: 100%;
display: flex;
margin: 15px 0px;
align-items: center;
Expand Down Expand Up @@ -135,7 +136,7 @@
text-overflow: ellipsis;
}

.participant_area:hover>.participant_area_name {
.participant_area:hover > .participant_area_name {
text-decoration: underline;
}

Expand All @@ -156,7 +157,7 @@
width: 100%;
display: flex;
flex-direction: column;
padding: 20px;
padding: 20px 0;
}

.export {
Expand All @@ -180,19 +181,29 @@
}

.table {
width: calc(96vw - 350px);
height: calc(100vh - 240px);
display: flex;
flex-direction: column;
overflow: auto;
table-layout: fixed;
}

.table_title {
font-weight: 600 !important;
border-bottom: 1px solid var(--color-border) !important;
border: 1px solid var(--color-border) !important;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.cell {
border-bottom: 1px solid var(--color-border) !important;
border: 1px solid var(--color-border) !important;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.cell_action {
Expand All @@ -203,10 +214,4 @@
.cell_title {
@extend .cell;
font-size: 16px !important;
color: var(--color-link) !important;
cursor: pointer;
}

.cell_title:hover {
text-decoration: underline;
}
4 changes: 1 addition & 3 deletions pages/form/form-analysis/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@ const FormAnalysis = () => {
</div>
</div>
)} */}
<div class={styles.modal_content}>
<Analysis headers={headerTables} content={answerTables} />
</div>
<Analysis headers={headerTables} content={answerTables} />
{/* {cParticipant === '' && <div className={styles.participant_notify}>{notify}</div>} */}
</div>

Expand Down