File: D:/HostingSpaces/SBogers10/analytics.komma.nl/resources/sass/1-Settings/_settings.config.scss
/* ========================================
Config settings
======================================== */
// --------------------------------------------------------
// Column settings
$site-columns: 14;
$site-column-size: 144; // Size of a single column when viewport is at its max width (used for calculating max-width).
// ------------------------------------------------------------------------
// Calculations that are done with some of the given values above this line
$site-max-width: $site-column-size * ($site-columns - 2); // Main container max-width (without gutter)
// Default breakpoints
$breakpoints: (
s: 384,
m: 840,
l: 1152,
);
//minimum container width
$min-grid-width: 1024px;
//width of the primary green sidebar
$sidebarWidth: 48px;
// Determine at which viewport size we can fit in a horizontal menu instead of the hamburger menu toggle
$bp-header-large: 1100;
// ------------------------------------------------------------------------
// Calculate viewport size when container can't grow anymore
$bp-max: $site-columns * $site-column-size;
$formElementShadow: 0 1px 0 0 rgba(46, 70, 94, 0.05);
$elementBackgroundGradient: linear-gradient(180deg, white 0%, palette('neutral', 100) 100%)