]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/header/header.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 my-search-typeahead {
5 @include margin-right(15px);
6 }
7
8 .publish-button {
9 @include peertube-button-link;
10 @include orange-button;
11 @include button-with-icon(22px, 3px, -1px);
12 @include margin-right(25px);
13
14 @media screen and (max-width: 600px) {
15 @include margin-right(10px);
16
17 padding: 0 10px;
18
19 .icon.icon-upload {
20 @include margin-right(0);
21 }
22
23 .publish-button-label {
24 display: none;
25 }
26 }
27 }