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, 1 insertions, 9 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 2f9820665..cdc457b96 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -40,6 +40,7 @@ | |||
40 | .upload-button { | 40 | .upload-button { |
41 | @include peertube-button-link; | 41 | @include peertube-button-link; |
42 | @include orange-button; | 42 | @include orange-button; |
43 | @include button-with-icon(22px, 3px, -1px); | ||
43 | 44 | ||
44 | margin-right: 25px; | 45 | margin-right: 25px; |
45 | 46 | ||
@@ -47,15 +48,6 @@ | |||
47 | margin-right: 0; | 48 | margin-right: 0; |
48 | } | 49 | } |
49 | 50 | ||
50 | .icon.icon-upload { | ||
51 | @include icon(22px); | ||
52 | |||
53 | background-image: url('../../assets/images/header/upload-white.svg'); | ||
54 | height: 24px; | ||
55 | vertical-align: middle; | ||
56 | margin-right: 6px; | ||
57 | } | ||
58 | |||
59 | @media screen and (max-width: 600px) { | 51 | @media screen and (max-width: 600px) { |
60 | margin-right: 10px; | 52 | margin-right: 10px; |
61 | padding: 0 10px; | 53 | padding: 0 10px; |