]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/_variables.scss
Upgrade sequelize
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
index be57db304ba8c8d7d473410ef7c41e892ebb03b3..f0ffb43ba9c461f09f8636bbadb580b0bdcf2b19 100644 (file)
@@ -1,8 +1,23 @@
+$grey-color: #555;
+
 $black-background: #1d2125;
 $grey-background: #f6f2f2;
 
-$header-height: 60px;
+$menu-color-link: #9cabb8;
+$menu-color-block: #686f77;
+
+$header-height: 65px;
 $header-border-color: #e9eff6;
 
-$video-miniature-title-color: #16a2b7;
+$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: #9da0ae;
+$video-watch-info-height: 120px;
+$video-watch-info-padding-left: 40px;