File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/sass/1-Settings/_settings.config.scss
/* ==========================================================================
Config settings
========================================================================== */
// ---------------------------------------------------------
// The default border-radius values used in the border mixin
$border-radius: (
xs: 4px,
s: 16px,
m: 24px,
l: 40px,
xl: 80px,
xxl: 200px,
);
// --------------------------------------------------------
// Column settings
$site-columns: 14;
$site-column-size: 96; // 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)
// --------------------------------------------------------
// Other settings
$site-max-gutter-width: calc((100% - #{$site-max-width}px) / 2); // offset width from edge to first column
$site-cookieBar-height: 64px; // Fixed size so we can offset padding-bottom on the body