]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Fix input group background color
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index add01fb71e81d064a806a50305300fd6db5c8720..f0ff8f2f49768bebae71ab6807de15fa8b019eae 100644 (file)
@@ -6,14 +6,15 @@
 
 @use '_fonts';
 
-@use './class-helpers';
 @use './custom-markup';
 @use './ng-select';
 
-@import './bootstrap';
-@import './primeng-custom';
+@use './bootstrap';
+@use './primeng-custom';
 
-@import './z-index';
+@use './z-index';
+
+@use './class-helpers/index.scss';
 
 body {
   /*** theme ***/
@@ -43,6 +44,7 @@ body {
   --inputForegroundColor: #{$input-foreground-color};
   --inputBackgroundColor: #{$input-background-color};
   --inputPlaceholderColor: #{$input-placeholder-color};
+  --inputBorderColor: #{$input-border-color};
 
   --textareaForegroundColor: #{$textarea-foreground-color};
   --textareaBackgroundColor: #{$textarea-background-color};