Skip to content

Commit 56b1ddf

Browse files
authored
Merge pull request #1348 from ShelterTechSF/1267-remove-feedback-feature
1267 remove feedback feature
2 parents f6db93a + df60455 commit 56b1ddf

12 files changed

+4
-606
lines changed

app/components/listing/ActionBar.scss

-33
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,6 @@
3737
}
3838
}
3939

40-
.feedback__Overlay {
41-
position: fixed;
42-
top: 0;
43-
left: 0;
44-
right: 0;
45-
bottom: 0;
46-
background-color: rgba(94, 94, 94, 0.6);
47-
overflow: auto;
48-
}
49-
50-
.feedback__Modal {
51-
position: absolute;
52-
margin: 0 auto;
53-
top: 20%;
54-
left: 0;
55-
right: 0;
56-
width: 570px;
57-
padding: 34px 46px;
58-
background-color: $color-white;
59-
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
60-
border-radius: 10px;
61-
@media screen and (max-width: 767px) {
62-
top: 5%;
63-
width: 100%;
64-
height: 95%;
65-
padding: 40px 25px;
66-
}
67-
}
68-
69-
.feedback-modal {
70-
display: none;
71-
}
72-
7340
.mobile-action-bar {
7441
display: none;
7542
@include r_max($break-tablet-s) {

app/components/listing/FeedbackModal.tsx

-28
This file was deleted.

app/components/listing/feedback/FeedbackForm.module.scss

-50
This file was deleted.

app/components/listing/feedback/FeedbackForm.tsx

-139
This file was deleted.

app/components/listing/feedback/FeedbackSteps.module.scss

-130
This file was deleted.

0 commit comments

Comments
 (0)