]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Translated using Weblate (Serbian (cyrillic))
[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
3daf4002
C
13 padding: 0 10px;
14
15 .icon.icon-upload {
27bc9586 16 @include margin-right(0);
3daf4002
C
17 }
18
d4704414 19 .publish-button-label {
3daf4002
C
20 display: none;
21 }
22 }
26c6ee80 23}