This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/settings/_measurements.scss

17 lines
332 B
SCSS

// =========================================================
// Page layout
// =========================================================
// width of main container
$container-page-width: 1200px !default;
// width of gutter between grid columns
$gutter: 30px;
$gutter-half: $gutter / 2;
// Border radius
$border-radius: 5px;