]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Fix search after first type on input
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
f409f0c3
RK
4my-search-typeahead {
5 margin-right: 15px;
6}
7
26c6ee80 8.upload-button {
c30745f3 9 @include peertube-button-link;
7b272fd7 10 @include orange-button;
457bb213 11 @include button-with-icon(22px, 3px, -1px);
26c6ee80 12
000eb0e4 13 color: var(--mainBackgroundColor) !important;
c30745f3 14 margin-right: 25px;
26c6ee80 15
07fa4c97 16 @media screen and (max-width: 600px) {
3daf4002
C
17 margin-right: 10px;
18 padding: 0 10px;
19
20 .icon.icon-upload {
21 margin-right: 0;
22 }
23
24 .upload-button-label {
25 display: none;
26 }
27 }
26c6ee80 28}