]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/_variables.scss
Add account avatar
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
index d89fbb5e0c13bdb6a386630921b274bfe532eae7..d05452367754be9228503a089a14319e99ce6556 100644 (file)
@@ -1,18 +1,34 @@
+$font-regular: 400;
+$font-semibold: 600;
+$font-bold: 700;
+
 $grey-color: #555;
+$orange-color: #F1680D;
 
-$black-background: #1d2125;
+$black-background: #000;
 $grey-background: #f6f2f2;
 
-$menu-color-link: #9cabb8;
-$menu-color-block: #686f77;
+$expanded-horizontal-margins: 150px;
+
+$button-height: 30px;
 
-$header-height: 65px;
+$header-height: 50px;
 $header-border-color: #e9eff6;
 
-$video-miniature-title-color: #16a2b7;
+$search-input-width: 375px;
+
+$menu-color: #fff;
+$menu-width: 240px;
+
+$footer-height: 30px;
+$footer-margin: 30px;
+
+$footer-border-color: $header-border-color;
+
 $video-miniature-other-infos: #686767;
 
 $video-watch-border-color: #eceef4;
 $video-watch-title-height: 90px;
-$video-watch-info-color: #8e909b;
-$video-watch-info-height: 150px;
+$video-watch-info-color: #9da0ae;
+$video-watch-info-height: 120px;
+$video-watch-info-padding-left: 40px;