You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Variables
|
|
|
|
// Bootstrap breakpoints
|
|
|
|
$xs: 0;
|
|
$sm: 576px;
|
|
$md: 768px;
|
|
$lg: 992px;
|
|
$xl: 1200px;
|
|
$xxl: 1300px;
|
|
|
|
// Colours
|
|
|
|
$lightgrey: #f9f9f9;
|
|
$white: #ffffff; |