]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
Support ICU in TS components
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-toggle-hidden.component.scss
index e20f69b868ca5fd91ccf8bdb62240e04b09e4b62..b5a71eddd2efbfb315a74f128e0e9958efef3e3c 100644 (file)
@@ -1,11 +1,15 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 input {
   @include peertube-input-text(auto);
+  @include padding-left(15px !important);
+  @include padding-right(15px !important);
 
-  // set again properties of peertube-input-text that are overriden by .input-group
+  // set again properties of peertube-input-text that are overridden by .input-group
   font-size: 15px !important;
-  padding-left: 15px !important;
-  padding-right: 15px !important;
+}
+
+.eye-button {
+  line-height: 1 !important;
 }