]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1@import '_variables';
2@import '_mixins';
3
4my-search-typeahead {
5 margin-right: 15px;
6}
7
8.upload-button {
9 @include peertube-button-link;
10 @include orange-button;
11 @include button-with-icon(22px, 3px, -1px);
12
13 color: var(--mainBackgroundColor) !important;
14 margin-right: 25px;
15
16 @media screen and (max-width: 600px) {
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 }
28}