]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Improve remote runner config UX
[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 {
30f939c4 5 @include button-with-icon(21px, 3px, -1px);
27bc9586 6 @include margin-right(25px);
26c6ee80 7
b38fcaad 8 @media screen and (max-width: $mobile-view) {
27bc9586
C
9 @include margin-right(10px);
10
420a6043
C
11 padding-right: 10px;
12 padding-left: 10px;
3daf4002
C
13
14 .icon.icon-upload {
27bc9586 15 @include margin-right(0);
3daf4002
C
16 }
17
d4704414 18 .publish-button-label {
3daf4002
C
19 display: none;
20 }
21 }
26c6ee80 22}