mirror of https://github.com/Chocobozzz/PeerTube
30 lines
553 B
SCSS
30 lines
553 B
SCSS
|
$font-regular: 400;
|
||
|
$font-semibold: 600;
|
||
|
$font-bold: 700;
|
||
|
|
||
|
$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;
|
||
|
|
||
|
$button-height: 30px;
|
||
|
|
||
|
$header-height: 50px;
|
||
|
$header-border-color: #e9eff6;
|
||
|
$search-input-width: 375px;
|
||
|
|
||
|
$menu-color: #fff;
|
||
|
$menu-width: 240px;
|
||
|
|
||
|
$footer-height: 30px;
|
||
|
$footer-margin: 30px;
|
||
|
|
||
|
$footer-border-color: $header-border-color;
|