aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/search/search.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/search/search.component.scss')
-rw-r--r--client/src/app/shared/search/search.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/search/search.component.scss b/client/src/app/shared/search/search.component.scss
index 191d3d597..7ba8ef26c 100644
--- a/client/src/app/shared/search/search.component.scss
+++ b/client/src/app/shared/search/search.component.scss
@@ -10,7 +10,7 @@
10 10
11.icon.icon-search { 11.icon.icon-search {
12 display: inline-block; 12 display: inline-block;
13 background: url('../../../assets/header/search.svg') no-repeat; 13 background: url('../../../assets/images/header/search.svg') no-repeat;
14 background-size: contain; 14 background-size: contain;
15 width: 25px; 15 width: 25px;
16 height: 21px; 16 height: 21px;
@@ -29,7 +29,7 @@
29 29
30 .icon.icon-upload { 30 .icon.icon-upload {
31 display: inline-block; 31 display: inline-block;
32 background: url('../../../assets/header/upload.svg') no-repeat; 32 background: url('../../../assets/images/header/upload.svg') no-repeat;
33 background-size: contain; 33 background-size: contain;
34 width: 22px; 34 width: 22px;
35 height: 24px; 35 height: 24px;