]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Remove empty sass files
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index 02fa7f1f0cfacd8cef5f5444a0473ec221544d52..1243854ec1c1be5d0c4681be3652402db9a27ce9 100644 (file)
@@ -1,6 +1,5 @@
 @use 'sass:math';
 @use 'sass:color';
-@use 'bootstrap/scss/functions' as *;
 
 $small-view: 800px;
 $mobile-view: 500px;
@@ -11,6 +10,9 @@ $font-semibold: 600;
 $font-bold: 700;
 $line-height-normal: 1.2;
 
+$font-size-rem-13px: 0.8125rem;
+$font-size-rem-14px: 0.875rem;
+
 $grey-background-color: #E5E5E5;
 $grey-background-hover-color: #EFEFEF;
 $grey-foreground-color: #585858;
@@ -40,7 +42,6 @@ $expanded-horizontal-margins: 150px;
 $not-expanded-horizontal-margins: 30px;
 
 $button-font-size: 15px;
-$button-height: 30px;
 
 $header-height: 50px;
 $header-border-color: #e9eff6;