portfolios_lea-jean/assets/sass/bootstrap_variables.scss
2022-02-02 16:09:48 +01:00

14 lines
237 B
SCSS

/* Set Bootstrap variables */
// Set colors.
$primary: $sta-primary;
$text-muted: rgba(0,0,0,0.54);
// Container widths - override XL default of `1140px`.
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1200px
);