-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #465 from nishant0708/search-card
[Feature Request]: Want to Fix Card Design when we search products And ITS WORKING AS WELL #448
- Loading branch information
Showing
3 changed files
with
26 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,3 +151,4 @@ | |
background: #06824d !important; | ||
color: #fff !important; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.searchbox{ | ||
background-color: #f0fffae8; | ||
display: flex; | ||
padding: 30px 0px; | ||
margin: 24px; | ||
gap: 20px; | ||
justify-content: center; | ||
flex-wrap: wrap; | ||
} | ||
.searchbox .item{ | ||
width: 20%; | ||
max-width: 25%; | ||
} | ||
.searchbox_conatiner{ | ||
max-width: none !important; | ||
} |