]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/header.component.scss
Add anchor links to about/instance
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
f409f0c3
RK
4my-search-typeahead {
5 margin-right: 15px;
6}
7
26c6ee80 8.upload-button {
c30745f3 9 @include peertube-button-link;
7b272fd7 10 @include orange-button;
457bb213 11 @include button-with-icon(22px, 3px, -1px);
26c6ee80 12
c30745f3 13 margin-right: 25px;
26c6ee80 14
07fa4c97 15 @media screen and (max-width: 600px) {
3daf4002
C
16 margin-right: 10px;
17 padding: 0 10px;
18
19 .icon.icon-upload {
20 margin-right: 0;
21 }
22
23 .upload-button-label {
24 display: none;
25 }
26 }
26c6ee80 27}