+
-
+ Search Fields
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Credit Report Needed
+
+
+
+
+
+
+ Pets allowed
+
+
-
-
+ type="checkbox"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
- Credit Report Needed
-
-
-
-
-
+
-
-
+
-
-
+
-
-
+
-
+
+
+
+
+
+
+
+
+ Add Property
+
diff --git a/frontend/src/images/bootstrap-search.js b/frontend/src/images/bootstrap-search.js
index 1e509b8a7..c4c0af513 100644
--- a/frontend/src/images/bootstrap-search.js
+++ b/frontend/src/images/bootstrap-search.js
@@ -11,11 +11,11 @@ const bootstrapSearch = () => {
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/frontend/src/style/App.css b/frontend/src/style/App.css
index 182f94024..117365779 100644
--- a/frontend/src/style/App.css
+++ b/frontend/src/style/App.css
@@ -106,7 +106,7 @@ body {
}
}
-/* Close Button style */
+/* Modal Close Button style */
.close {
color: #f8f9fa;
opacity: 1;
diff --git a/frontend/src/style/SearchTool.css b/frontend/src/style/SearchTool.css
deleted file mode 100644
index 8eb264588..000000000
--- a/frontend/src/style/SearchTool.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.size {
- height: 100%;
- width: 251px;
-}
-.center {
- margin: 0;
- position: absolute;
- top: 50%;
- left: 50%;
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-
-.borderLine {
- border-left: 1px solid grey;
- border-right: 1px solid grey;
- height: 920px;
-}