X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=7364ab50b9ac6a71570388c0c5b9c197ebf0772b;hb=c27463a603186b623500b03c6a56b330a6568350;hp=91b39077367ba2b638ea0c2de687a21a824afdff;hpb=2ad9dcda240ee843c5e4a5b98cc94f7b2aab2c89;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..7364ab50b 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -5,12 +5,11 @@ my-search-typeahead { 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; @media screen and (max-width: 600px) { @@ -21,7 +20,7 @@ my-search-typeahead { margin-right: 0; } - .upload-button-label { + .publish-button-label { display: none; } }