hubl/src/scss/_variables.scss

29 lines
611 B
SCSS
Raw Normal View History

2018-09-09 11:51:56 +00:00
// palette
$pal-white: #fff;
$pal-light-grey: #EFEFEF;
$pal-dark-grey: #4a4a4a;
$pal-yellow: #fdc815;
// color
$col-main-fg: $pal-dark-grey;
$col-main-bg: $pal-white;
$col-alt-fg: $pal-dark-grey;
$col-alt-bg: $pal-light-grey;
$col-dark-fg: $pal-white;
$col-dark-bg: $pal-dark-grey;
$col-highlight-fg: $pal-yellow;
$col-highlight-bg: $pal-white;
// other color
2018-04-19 16:24:42 +00:00
$hd-color: rgb(253, 200, 21);
2018-04-26 06:20:33 +00:00
$hd-color-faded: rgba(253, 200, 21, 0.8);
2018-05-14 19:16:04 +00:00
$twitter-color: grey;
2018-04-19 16:24:42 +00:00
2018-05-15 01:54:34 +00:00
$menu-height: 43px;
$menu-font-size: 16px;
2018-04-20 06:58:30 +00:00
$vertical-menu-width: 50px;
$sm-with: 576px;
2018-09-09 11:51:56 +00:00
$md-with: 768px;