File: D:/HostingSpaces/SBogers10/veltech.komma.pro/resources/sass/site/1-Settings/_settings.config.scss
/* ========================================
Config settings
======================================== */
// ---------------------------------------------------------
// The default border-radius values used in the border mixin
$border-radius: (
s: 4px,
m: 8px,
l: 16px
);
// --------------------------------------------------------
// Some global settings
$site-columns-s: 4;
$site-columns-m: 8;
$site-columns-l: 12;
$site-column-size: 96; // Size of a single column when viewport is at its max width (used for calculating max-width).
$site-gutter-width: 6vw; // Used only for small screens. Must be [vw] or [px], NOT [%].
$site-cookieBar-height: 64px; // Fixed size so we can offset padding-bottom on the body
// ------------------------------------------------------------------------
// Calculations that are done with some of the given values above this line
$site-max-width: $site-column-size * $site-columns-l; // Main container max-width (without gutter)