From 9a317bbd70911aba2f9cf98a29b2cb3ca6b58bdc Mon Sep 17 00:00:00 2001 From: Suvadip-sana Date: Sun, 10 Nov 2024 18:18:24 +0530 Subject: [PATCH] Apply same styling as index page card style --- views/search.ejs | 16 ++- views/top_listing_page.ejs | 251 ++++++++++++++++++------------------- 2 files changed, 131 insertions(+), 136 deletions(-) diff --git a/views/search.ejs b/views/search.ejs index 53d0a2dc..041611d3 100644 --- a/views/search.ejs +++ b/views/search.ejs @@ -23,7 +23,7 @@ } .card-body { - padding-bottom: 0.2 !important; + padding-bottom: 0 !important; height: fit-content !important; /* max-height: auto; */ } @@ -56,6 +56,9 @@ margin-top: 4rem; margin-bottom: 2.5rem; } + .card-title{ + color: #ff385c; + }
@@ -73,7 +76,7 @@ <% for (listing of results) { %> <% } %>
diff --git a/views/top_listing_page.ejs b/views/top_listing_page.ejs index d8d3c0f7..64623f0f 100644 --- a/views/top_listing_page.ejs +++ b/views/top_listing_page.ejs @@ -1,150 +1,141 @@ -<% layout("/layouts/boilerplate") %> - - -
-

Top Properties

-
- + + .red-text { + color: rgba(255, 0, 0, 0.607); + } + .tax-container{ + margin-top: 2rem; + margin-bottom: 2.5rem; + } + .card-title{ + color: #ff385c; + } + .dark-mode{ + .head-top{ + color: #fff; + } + } + +

Top Properties

+
+ +
+
+
+ + +
+
-
+
+ + + + \ No newline at end of file