mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
24 lines
642 B
SCSS
24 lines
642 B
SCSS
/*
|
|
* Your custom variables
|
|
*/
|
|
|
|
$grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1390px, xxxl: 1590px);
|
|
$container-max-widths: (sm: 540px, md: 720px, lg: 960px, xl: 1140px, xxl: 1330px, xxxl: 1560px);
|
|
|
|
$font-family-base: "Lato", sans-serif;
|
|
|
|
$grid-gutter-width: 2rem;
|
|
$grid-gutter-height: 2rem;
|
|
|
|
@import "~@a2nt/ss-bootstrap-ui-webpack-boilerplate/src/scss/_variables";
|
|
@import "~bootstrap/scss/functions";
|
|
@import "~bootstrap/scss/variables";
|
|
@import "~bootstrap/scss/mixins";
|
|
|
|
// Add your site-wide + content editor typography styling
|
|
|
|
h1, h2, h3, h4, h5, h6,
|
|
.h1, .h2, .h3, .h4, .h5, .h6 {
|
|
color: $dark;
|
|
}
|