diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 17:38:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 17:38:26 +0100 |
commit | c30745f342480b59fb0856a059c8c2fbffbcfc6a (patch) | |
tree | 06209d7831131120b097b538c0ed851f8e40a280 /client/src/app/shared | |
parent | 2bbb34127fccd187ed690949b6791e49fdd77194 (diff) | |
download | PeerTube-c30745f342480b59fb0856a059c8c2fbffbcfc6a.tar.gz PeerTube-c30745f342480b59fb0856a059c8c2fbffbcfc6a.tar.zst PeerTube-c30745f342480b59fb0856a059c8c2fbffbcfc6a.zip |
Add account settings new design
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/search/search.component.scss | 22 |
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; |