From 7f41a894043eb02d8e51280e687d07ddf071baf7 Mon Sep 17 00:00:00 2001 From: Ambar Mutha Date: Tue, 3 Aug 2021 00:56:31 +0530 Subject: [PATCH] Add search icon --- src/routes/boilerplates/index.svelte | 2 +- src/routes/components/index.svelte | 2 +- static/images/search-icon.svg | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 static/images/search-icon.svg diff --git a/src/routes/boilerplates/index.svelte b/src/routes/boilerplates/index.svelte index c0632ca..51fafbc 100644 --- a/src/routes/boilerplates/index.svelte +++ b/src/routes/boilerplates/index.svelte @@ -71,7 +71,7 @@ width: 35%; font-family: Overpass; border-width: 0; - background: #f3f6f9 url(/search-icon.svg) 98% no-repeat; + background: #f3f6f9 url(/images/search-icon.svg) 98% no-repeat; margin: 0; padding: 10px 15px; } diff --git a/src/routes/components/index.svelte b/src/routes/components/index.svelte index 1d443dd..611652c 100644 --- a/src/routes/components/index.svelte +++ b/src/routes/components/index.svelte @@ -71,7 +71,7 @@ width: 35%; font-family: Overpass; border-width: 0; - background: #f3f6f9 url(/search-icon.svg) 98% no-repeat; + background: #f3f6f9 url(/images/search-icon.svg) 98% no-repeat; margin: 0; padding: 10px 15px; } diff --git a/static/images/search-icon.svg b/static/images/search-icon.svg new file mode 100644 index 0000000..d5e6374 --- /dev/null +++ b/static/images/search-icon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file