liebling/src/sass/common/_variables.scss
2019-06-01 17:10:42 +02:00

15 lines
247 B
SCSS

/** Colors */
$white: #fff;
$black: #000;
$main-color: #04aeee;
$titles: #333;
$body: #4a4a4a;
$light-blue: #f4f8fd;
$dark-blue: #293951;
$gray: #9b9b9b;
/** Box Model */
$mobile-space: 20px;
$mobile-bar-height: 50px;
$desktop-bar-height: 64px;