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

31 lines
577 B
SCSS
Raw Normal View History

2017-12-01 08:20:19 +00:00
$font-regular: 400;
$font-semibold: 600;
$font-bold: 700;
2017-04-21 14:40:45 +00:00
$grey-color: #555;
2017-12-01 08:20:19 +00:00
$orange-color: #F1680D;
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-01 08:20:19 +00:00
$button-height: 30px;
$menu-color: #fff;
$menu-width: 240px;
2017-04-21 14:51:03 +00:00
2017-12-01 08:20:19 +00:00
$header-height: 50px;
2017-04-21 09:06:33 +00:00
$header-border-color: #e9eff6;
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;
2017-04-21 09:06:33 +00:00
$video-miniature-other-infos: #686767;
2017-04-21 14:40:45 +00:00
$video-watch-border-color: #eceef4;
$video-watch-title-height: 90px;
2017-04-23 19:57:08 +00:00
$video-watch-info-color: #9da0ae;
2017-04-21 15:12:28 +00:00
$video-watch-info-height: 120px;
2017-04-21 16:26:09 +00:00
$video-watch-info-padding-left: 40px;