]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/header/header.component.scss
Rename upload button to publish
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 my-search-typeahead {
5 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
13 margin-right: 25px;
14
15 @media screen and (max-width: 600px) {
16 margin-right: 10px;
17 padding: 0 10px;
18
19 .icon.icon-upload {
20 margin-right: 0;
21 }
22
23 .publish-button-label {
24 display: none;
25 }
26 }
27 }