X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=1e4ce2c56ebcb27efbe96258cff5f0d57ec11f01;hb=3b0bd70aa05ab82fa30fe67ed4899d44652c703a;hp=2f0a407fc9cd022440a363d78a8c0d9a559c18c6;hpb=52cc0d54850e0acf069d2f95d063826f16ff5238;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 2f0a407fc..1e4ce2c56 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -5,36 +5,11 @@ my-search-typeahead { margin-right: 15px; } -#search-video { - @include peertube-input-text($search-input-width); - padding-left: 10px; - padding-right: 40px; // For the search icon - font-size: 14px; - - &::placeholder { - color: var(--inputPlaceholderColor); - } -} - -.icon.icon-search { - @include icon(25px); - height: 21px; - - background-color: var(--mainForegroundColor); - mask: url('../../assets/images/header/search.svg') no-repeat 50% 50%; - - // yolo - position: absolute; - margin-left: -35px; - margin-top: 5px; -} - .upload-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) {