aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/header.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r--client/src/app/header/header.component.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss
index 7ba8ef26c..e7761a9df 100644
--- a/client/src/app/header/header.component.scss
+++ b/client/src/app/header/header.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/images/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;
@@ -24,12 +24,13 @@
24 24
25.upload-button { 25.upload-button {
26 @include peertube-button-link; 26 @include peertube-button-link;
27 @include orange-button;
27 28
28 margin-right: 25px; 29 margin-right: 25px;
29 30
30 .icon.icon-upload { 31 .icon.icon-upload {
31 display: inline-block; 32 display: inline-block;
32 background: url('../../../assets/images/header/upload.svg') no-repeat; 33 background: url('../../assets/images/header/upload.svg') no-repeat;
33 background-size: contain; 34 background-size: contain;
34 width: 22px; 35 width: 22px;
35 height: 24px; 36 height: 24px;