-
Notifications
You must be signed in to change notification settings - Fork 65
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 #469 from Sitecore/feature/search-improvements
Search improvements
- Loading branch information
Showing
5 changed files
with
121 additions
and
79 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
23 changes: 23 additions & 0 deletions
23
apps/devportal/src/components/integrations/sitecore-search/Search.styles.css
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,23 @@ | ||
/* | ||
Search results page | ||
*/ | ||
|
||
.result-type-base { | ||
@apply text-white; | ||
} | ||
|
||
.result-type-article { | ||
@apply bg-primary-500 dark:bg-primary-900 result-type-base; | ||
} | ||
.result-type-forum { | ||
@apply result-type-base bg-teal-500 dark:bg-teal-500; | ||
} | ||
.result-type-repository { | ||
@apply result-type-base bg-gray-500; | ||
} | ||
.result-type-video { | ||
@apply result-type-base bg-red-500; | ||
} | ||
.result-type-changelog { | ||
@apply result-type-base bg-orange-500; | ||
} |
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
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
51a84b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
developer-portal – ./
jq3mfe3v3kjjmuxwk3v6vnugfqfgzp7jfk3zdjhgjwybvijnaq2acgyrvw7agef.vercel.app
sitecore-developer-portal-changelog.vercel.app
scdp-preview.vercel.app
developers.sitecore.com
developer.sitecore.com
developer-portal-sitecoretechnicalmarketing.vercel.app
developer-portal-git-main-sitecoretechnicalmarketing.vercel.app
developers.sitecore.net
developer.sitecore.net