X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=de483086bf599f7d6721a8876db3ca088378102c;hb=2accfdd8ecd092de7e8c71fbd1235e139ad29832;hp=91b39077367ba2b638ea0c2de687a21a824afdff;hpb=9b8a7aa8ea128f7e197ff38ca9f86ffa53bbe110;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 91b390773..de483086b 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -1,27 +1,26 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; 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); - - color: var(--mainBackgroundColor) !important; - 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; } }