diff options
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index ed8695eab..5f64ede98 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -6,6 +6,14 @@ | |||
6 | &::placeholder { | 6 | &::placeholder { |
7 | color: #000; | 7 | color: #000; |
8 | } | 8 | } |
9 | |||
10 | @media screen and (max-width: 800px) { | ||
11 | width: calc(100% - 150px); | ||
12 | } | ||
13 | |||
14 | @media screen and (max-width: 400px) { | ||
15 | width: calc(100% - 70px); | ||
16 | } | ||
9 | } | 17 | } |
10 | 18 | ||
11 | .icon.icon-search { | 19 | .icon.icon-search { |
@@ -34,4 +42,17 @@ | |||
34 | vertical-align: middle; | 42 | vertical-align: middle; |
35 | margin-right: 6px; | 43 | margin-right: 6px; |
36 | } | 44 | } |
45 | |||
46 | @media screen and (max-width: 400px) { | ||
47 | margin-right: 10px; | ||
48 | padding: 0 10px; | ||
49 | |||
50 | .icon.icon-upload { | ||
51 | margin-right: 0; | ||
52 | } | ||
53 | |||
54 | .upload-button-label { | ||
55 | display: none; | ||
56 | } | ||
57 | } | ||
37 | } | 58 | } |