]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.scss
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
index 45cef7b9aa36cfc51e0cd866ada7107bafda71c3..cf6e96d07389c0289353a481777cf7d3351e5a9b 100644 (file)
@@ -1,9 +1,5 @@
-@import '_variables';
-@import '_mixins';
-
-my-search-typeahead {
-  @include margin-right(15px);
-}
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .publish-button {
   @include peertube-button-link;
@@ -11,7 +7,7 @@ my-search-typeahead {
   @include button-with-icon(22px, 3px, -1px);
   @include margin-right(25px);
 
-  @media screen and (max-width: 600px) {
+  @media screen and (max-width: $mobile-view) {
     @include margin-right(10px);
 
     padding: 0 10px;