diff options
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index e7761a9df..d1c59e8d1 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -9,13 +9,11 @@ | |||
9 | } | 9 | } |
10 | 10 | ||
11 | .icon.icon-search { | 11 | .icon.icon-search { |
12 | display: inline-block; | 12 | @include icon(25px); |
13 | background: url('../../assets/images/header/search.svg') no-repeat; | ||
14 | background-size: contain; | ||
15 | width: 25px; | ||
16 | height: 21px; | 13 | height: 21px; |
17 | vertical-align: middle; | 14 | |
18 | cursor: pointer; | 15 | background-image: url('../../assets/images/header/search.svg'); |
16 | |||
19 | // yolo | 17 | // yolo |
20 | position: absolute; | 18 | position: absolute; |
21 | margin-left: -50px; | 19 | margin-left: -50px; |