]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/misc/simple-search-input.component.scss
Add video-playlist-element.created hook (#4196)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / simple-search-input.component.scss
index 037937f800042c1b8693eb3df26b34421bcf43fd..be712979b2bbe204c15e6fc2b51c76d0b106d622 100644 (file)
@@ -6,9 +6,10 @@
 }
 
 my-global-icon {
-  height: 26px;
-  width: 26px;
-  margin-left: 10px;
+  @include margin-left(10px);
+
+  height: 28px;
+  width: 28px;
   cursor: pointer;
 
   &:hover {
@@ -16,7 +17,7 @@ my-global-icon {
   }
 
   &[iconName=search] {
-    color: pvar(--mainColor);
+    color: pvar(--mainForegroundColor);
   }
 
   &[iconName=cross] {