]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix glitch when updating player volume
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index e7bed418e4a6ef54c6074d7b5ab1cc1c0f033aa8..092f8ed2422f183e9e879f86da7225c91345fec9 100644 (file)
@@ -1,3 +1,4 @@
+$main-fonts: 'Source Sans Pro', sans-serif;
 $font-regular: 400;
 $font-semibold: 600;
 $font-bold: 700;
@@ -30,3 +31,5 @@ $footer-border-color: $header-border-color;
 
 $video-thumbnail-height: 110px;
 $video-thumbnail-width: 200px;
+
+$theater-bottom-space: 85px;