hugo-theme-almeida/assets/sass/_abstract.scss

14 lines
275 B
SCSS
Raw Normal View History

2020-08-16 12:21:35 +00:00
// COLORS
$color-white: #fff;
$color-grey: #aaa;
$color-grey-2: #999;
2020-08-16 19:33:52 +00:00
$color-grey-light: #ddd;
2020-08-16 12:21:35 +00:00
$color-grey-dark: #666;
// WIDTHS
$width-left-col: 56rem; // 70%
$page-width: 80rem;
$width-right-col: $page-width - $width-left-col;
// ANIMATIONS
$cubic: .63, .21, .76, 1.58