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.scss22
1 files changed, 3 insertions, 19 deletions
diff --git a/client/src/app/shared/search/search.component.scss b/client/src/app/shared/search/search.component.scss
index ffd891904..191d3d597 100644
--- a/client/src/app/shared/search/search.component.scss
+++ b/client/src/app/shared/search/search.component.scss
@@ -1,13 +1,7 @@
1#search-video { 1#search-video {
2 display: inline-block; 2 @include peertube-input-text($search-input-width);
3 height: $button-height;
4 width: $search-input-width;
5 margin-right: 15px; 3 margin-right: 15px;
6 padding-right: 25px; // For the search icon 4 padding-right: 25px; // For the search icon
7 background: #fff;
8 border: 1px solid #C6C6C6;
9 border-radius: 3px;
10 padding-left: 15px;
11 5
12 &::placeholder { 6 &::placeholder {
13 color: #000; 7 color: #000;
@@ -29,19 +23,9 @@
29} 23}
30 24
31.upload-button { 25.upload-button {
32 display: inline-block; 26 @include peertube-button-link;
33 color: #fff;
34 font-weight: $font-semibold;
35 font-size: 15px;
36 height: $button-height;
37 line-height: $button-height;
38 border-radius: 3px;
39 text-align: center;
40 margin-right: 25px;
41 background-color: $orange-color;
42 padding: 0 17px 0 13px;
43 27
44 @include disable-default-a-behaviour; 28 margin-right: 25px;
45 29
46 .icon.icon-upload { 30 .icon.icon-upload {
47 display: inline-block; 31 display: inline-block;