]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Increase margin between upload and search inputs
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 3
f409f0c3 4my-search-typeahead {
b38fcaad
C
5 @include margin-right(80px);
6
7 @media screen and (max-width: $small-view) {
8 @include margin-right(15px);
9 }
f409f0c3
RK
10}
11
d4704414 12.publish-button {
c30745f3 13 @include peertube-button-link;
7b272fd7 14 @include orange-button;
457bb213 15 @include button-with-icon(22px, 3px, -1px);
27bc9586 16 @include margin-right(25px);
26c6ee80 17
b38fcaad 18 @media screen and (max-width: $mobile-view) {
27bc9586
C
19 @include margin-right(10px);
20
3daf4002
C
21 padding: 0 10px;
22
23 .icon.icon-upload {
27bc9586 24 @include margin-right(0);
3daf4002
C
25 }
26
d4704414 27 .publish-button-label {
3daf4002
C
28 display: none;
29 }
30 }
26c6ee80 31}