Removed !default
parent
86e0df10d8
commit
e36c63fed6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,22 +4,20 @@ $theme-colors: (
|
||||||
"danger": #AC1F2D,
|
"danger": #AC1F2D,
|
||||||
"warning": #E67600);
|
"warning": #E67600);
|
||||||
|
|
||||||
// xl higher
|
|
||||||
$grid-breakpoints: (
|
$grid-breakpoints: (
|
||||||
xs: 0,
|
xs: 0,
|
||||||
sm: 576px,
|
sm: 576px,
|
||||||
md: 768px,
|
md: 768px,
|
||||||
lg: 992px,
|
lg: 992px,
|
||||||
xl: 2000px
|
xl: 1200px
|
||||||
) !default;
|
);
|
||||||
|
|
||||||
//xl higher
|
|
||||||
$container-max-widths: (
|
$container-max-widths: (
|
||||||
sm: 540px,
|
sm: 540px,
|
||||||
md: 720px,
|
md: 720px,
|
||||||
lg: 960px,
|
lg: 960px,
|
||||||
xl: 1840px
|
xl: 1840px
|
||||||
) !default;
|
);
|
||||||
|
|
||||||
@import "../plugin/bootstrap/scss/_functions";
|
@import "../plugin/bootstrap/scss/_functions";
|
||||||
@import "../plugin/bootstrap/scss/functions";
|
@import "../plugin/bootstrap/scss/functions";
|
||||||
|
|
Loading…
Reference in New Issue