PeerTube/client/src/sass/include/_variables.scss

30 lines
553 B
SCSS
Raw Normal View History

2017-12-01 09:20:19 +01:00
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;
2017-12-07 10:02:01 +01:00
$grey-color: #E5E5E5;
$grey-hoover-color: #EFEFEF;;
2017-12-01 09:20:19 +01:00
$orange-color: #F1680D;
2017-12-06 15:07:17 +01:00
$orange-hoover-color: #F97D46;
2017-04-21 16:40:45 +02:00
2017-12-01 09:20:19 +01:00
$black-background: #000;
2017-04-21 11:06:33 +02:00
$grey-background: #f6f2f2;
2017-12-06 09:19:25 +01:00
$red-error: #FF0000;
2017-04-21 11:06:33 +02:00
2017-12-01 17:38:26 +01:00
$expanded-horizontal-margins: 150px;
$not-expanded-horizontal-margins: 30px;
2017-12-01 17:38:26 +01:00
2017-12-01 09:20:19 +01:00
$button-height: 30px;
$header-height: 50px;
2017-04-21 11:06:33 +02:00
$header-border-color: #e9eff6;
2017-12-01 13:08:46 +01:00
$search-input-width: 375px;
$menu-color: #fff;
$menu-width: 240px;
2017-04-23 22:13:58 +02:00
$footer-height: 30px;
$footer-margin: 30px;
2017-04-21 18:26:09 +02:00
$footer-border-color: $header-border-color;