old grid-breakpoints
This commit is contained in:
parent
f337c54ea8
commit
dd22463f54
1 changed files with 10 additions and 9 deletions
|
|
@ -173,6 +173,15 @@ $spacers: (
|
||||||
8: $spacer * 3,
|
8: $spacer * 3,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
//Grid breakpoints
|
||||||
|
$grid-breakpoints: (
|
||||||
|
xs: 0,
|
||||||
|
sm: 576px,
|
||||||
|
md: 838px,
|
||||||
|
lg: 1074px,
|
||||||
|
xl: 1416px,
|
||||||
|
);
|
||||||
|
|
||||||
//Shadow
|
//Shadow
|
||||||
$box-shadow: 0 0.5rem 1rem rgba($black, 0.15);
|
$box-shadow: 0 0.5rem 1rem rgba($black, 0.15);
|
||||||
$box-shadow-sm: 0 0.125rem 0.25rem rgba($black, 0.075);
|
$box-shadow-sm: 0 0.125rem 0.25rem rgba($black, 0.075);
|
||||||
|
|
@ -191,11 +200,3 @@ $modal-backdrop-opacity: 0;
|
||||||
|
|
||||||
//Disable default !important behavior
|
//Disable default !important behavior
|
||||||
$enable-important-utilities: false;
|
$enable-important-utilities: false;
|
||||||
|
|
||||||
//Bootstrap Grid Breakpoints - Use these breakpoints only
|
|
||||||
$grid-breakpoints: (
|
|
||||||
xs: 0,
|
|
||||||
md: 768px,
|
|
||||||
xl: 1200px,
|
|
||||||
xxl: 1440px,
|
|
||||||
);
|
|
||||||
Loading…
Reference in a new issue