]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Fix dropdown menu in video watch
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
CommitLineData
26c6ee80 1#search-video {
c30745f3 2 @include peertube-input-text($search-input-width);
26c6ee80
C
3 margin-right: 15px;
4 padding-right: 25px; // For the search icon
26c6ee80
C
5
6 &::placeholder {
7 color: #000;
8 }
9}
10
11.icon.icon-search {
12 display: inline-block;
7b272fd7 13 background: url('../../assets/images/header/search.svg') no-repeat;
26c6ee80
C
14 background-size: contain;
15 width: 25px;
16 height: 21px;
17 vertical-align: middle;
18 cursor: pointer;
19 // yolo
20 position: absolute;
21 margin-left: -50px;
22 margin-top: 5px;
23}
24
25.upload-button {
c30745f3 26 @include peertube-button-link;
7b272fd7 27 @include orange-button;
26c6ee80 28
c30745f3 29 margin-right: 25px;
26c6ee80
C
30
31 .icon.icon-upload {
32 display: inline-block;
7b272fd7 33 background: url('../../assets/images/header/upload.svg') no-repeat;
26c6ee80
C
34 background-size: contain;
35 width: 22px;
36 height: 24px;
37 vertical-align: middle;
38 margin-right: 6px;
39 }
40}