2019-02-26 11:06:17 +01:00
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
// This file contains all application-wide Sass variables.
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
2019-03-03 09:49:11 +01:00
|
|
|
// Sizes
|
2019-02-26 11:06:17 +01:00
|
|
|
/// @type Length
|
2019-03-03 09:20:25 +01:00
|
|
|
$max-width: 1180px !default
|
2019-02-26 11:06:17 +01:00
|
|
|
/// Breakpoints map
|
2019-03-03 09:20:25 +01:00
|
|
|
$breakpoints: ("small": 320px, "medium": 768px, "large": 1024px) !default
|
2019-02-26 11:06:17 +01:00
|
|
|
|
2019-03-03 09:49:11 +01:00
|
|
|
// Colours
|
|
|
|
$color-black: #000
|
|
|
|
$color-white: #fff
|