always operate in xl breakpoint
This commit is contained in:
parent
b8da4cf6fc
commit
716619e7f1
|
@ -62,6 +62,14 @@ $table-hover-bg: rgba(#000000, .03);
|
||||||
$modal-backdrop-opacity: 0.3;
|
$modal-backdrop-opacity: 0.3;
|
||||||
$btn-font-weight: 600;
|
$btn-font-weight: 600;
|
||||||
|
|
||||||
|
$grid-breakpoints: (
|
||||||
|
xs: 0,
|
||||||
|
sm: 1px,
|
||||||
|
md: 2px,
|
||||||
|
lg: 3px,
|
||||||
|
xl: 4px
|
||||||
|
);
|
||||||
|
|
||||||
@import "~bootstrap/scss/bootstrap";
|
@import "~bootstrap/scss/bootstrap";
|
||||||
@import "./plugins";
|
@import "./plugins";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue