]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/_variables.scss
Add hover effect to buttons
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
index f0ffb43ba9c461f09f8636bbadb580b0bdcf2b19..81dafdc196145f9bde514f55d1d01cbe7dee2e7f 100644 (file)
@@ -1,14 +1,27 @@
+$font-regular: 400;
+$font-semibold: 600;
+$font-bold: 700;
+
 $grey-color: #555;
+$orange-color: #F1680D;
 
-$black-background: #1d2125;
+$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;
+
+$menu-color: #fff;
+$menu-width: 240px;
+
 $footer-height: 30px;
 $footer-margin: 30px;