]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/_variables.scss
Fix player height on chrome
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
index 5c06fae9d1b952a5340bd9fb64e114906141c558..0d310409bbfdc676829278d1af98b18750b0bd5e 100644 (file)
@@ -1,20 +1,29 @@
-$grey-color: #555;
+$font-regular: 400;
+$font-semibold: 600;
+$font-bold: 700;
 
-$black-background: #1d2125;
+$grey-color: #E5E5E5;
+$grey-hoover-color: #EFEFEF;;
+$orange-color: #F1680D;
+$orange-hoover-color: #F97D46;
+
+$black-background: #000;
 $grey-background: #f6f2f2;
+$red-error: #FF0000;
+
+$expanded-horizontal-margins: 150px;
+$not-expanded-horizontal-margins: 30px;
 
-$menu-color-link: #9cabb8;
-$menu-color-block: #686f77;
+$button-height: 30px;
 
-$header-height: 65px;
+$header-height: 50px;
 $header-border-color: #e9eff6;
+$search-input-width: 375px;
 
-$footer-border-color: $header-border-color;
+$menu-color: #fff;
+$menu-width: 240px;
 
-$video-miniature-other-infos: #686767;
+$footer-height: 30px;
+$footer-margin: 30px;
 
-$video-watch-border-color: #eceef4;
-$video-watch-title-height: 90px;
-$video-watch-info-color: #9da0ae;
-$video-watch-info-height: 120px;
-$video-watch-info-padding-left: 40px;
+$footer-border-color: $header-border-color;