X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=45cef7b9aa36cfc51e0cd866ada7107bafda71c3;hb=e2e0b645cdac3c705b1988fbb0eff723ad5e885d;hp=1e4ce2c56ebcb27efbe96258cff5f0d57ec11f01;hpb=b66c5e58f13c790a8933117b0f8ba73ed37c1855;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 1e4ce2c56..45cef7b9a 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -2,25 +2,25 @@ @import '_mixins'; my-search-typeahead { - margin-right: 15px; + @include margin-right(15px); } -.upload-button { +.publish-button { @include peertube-button-link; @include orange-button; @include button-with-icon(22px, 3px, -1px); - - margin-right: 25px; + @include margin-right(25px); @media screen and (max-width: 600px) { - margin-right: 10px; + @include margin-right(10px); + padding: 0 10px; .icon.icon-upload { - margin-right: 0; + @include margin-right(0); } - .upload-button-label { + .publish-button-label { display: none; } }