1
0
Fork 0
peertube/client/src/sass/include/_variables.scss

34 lines
661 B
SCSS
Raw Normal View History

2018-02-22 17:32:31 +00:00
$main-fonts: 'Source Sans Pro', sans-serif;
2017-12-01 08:20:19 +00:00
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;
2017-12-07 09:02:01 +00:00
$grey-color: #E5E5E5;
$grey-hoover-color: #EFEFEF;;
2017-12-01 08:20:19 +00:00
$orange-color: #F1680D;
2017-12-06 14:07:17 +00:00
$orange-hoover-color: #F97D46;
2017-04-21 14:40:45 +00:00
2017-12-01 08:20:19 +00:00
$black-background: #000;
2017-04-21 09:06:33 +00:00
$grey-background: #f6f2f2;
2017-12-06 08:19:25 +00:00
$red-error: #FF0000;
2017-04-21 09:06:33 +00:00
2017-12-01 16:38:26 +00:00
$expanded-horizontal-margins: 150px;
$not-expanded-horizontal-margins: 30px;
2017-12-01 16:38:26 +00:00
2017-12-01 08:20:19 +00:00
$button-height: 30px;
$header-height: 50px;
2017-04-21 09:06:33 +00:00
$header-border-color: #e9eff6;
2017-12-01 12:08:46 +00:00
$search-input-width: 375px;
$menu-color: #fff;
$menu-width: 240px;
2017-04-23 20:13:58 +00:00
$footer-height: 30px;
$footer-margin: 30px;
2017-04-21 16:26:09 +00:00
$footer-border-color: $header-border-color;
$video-thumbnail-height: 110px;
$video-thumbnail-width: 200px;