File: //proc/self/cwd/wp-content/plugins/addons-for-elementor/assets/css/_grid-settings.scss
$lae-default-gutter: 20px;
$neat-grid: (
columns: 12,
gutter: $lae-default-gutter,
direction: ltr,
);
$lae-tablet-grid: (
media: 480px,
);
$lae-desktop-grid: (
media: 801px,
);
$lae-gapless-grid: (
gutter: 0px,
);
$lae-five-col-grid: (
columns: 5,
);
$lae-gapless-five-col-grid: (
columns: 5,
gutter: 0px,
);
$lae-mobile-only-grid: (
media: "(max-width: 479px)",
);
$lae-tablet-only-grid: (
media: "(min-width:480px) and (max-width: 800px)",
);
$lae-rtl-grid: (
direction: rtl,
);
$lae-rtl-five-col-grid: (
columns: 5,
direction: rtl,
);