1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/variables.scss

20 lines
429 B
SCSS
Raw Normal View History

2016-05-17 13:46:23 +01:00
$brand-orange: #F05F40;
2016-05-15 17:42:35 +01:00
$brand-orange-dark: darken($brand-orange, 10%);
$brand-grey-dark: #333;
2016-05-21 20:35:59 +01:00
/* @group General Colours */
2016-05-17 13:46:23 +01:00
$white: #FFF;
2016-05-15 17:42:35 +01:00
2016-05-21 20:35:59 +01:00
/* @end General Colours */
2016-05-17 13:46:23 +01:00
2016-05-21 20:35:59 +01:00
$footer-height: 250px;
2016-05-17 13:46:23 +01:00
$font-family-heading: "Open Sans", "Helvetica Neue", Arial, sans-serif;
2016-05-15 17:42:35 +01:00
/* @group Bootstrap Overrides */
2016-05-17 13:46:23 +01:00
$font-family-base: "Roboto", "Helvetica Neue", Arial, sans-serif;
2016-05-15 17:42:35 +01:00
$brand-primary: $brand-orange;
/* @end Bootstrap Overrides */