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