Remove console warning from foundation
This commit is contained in:
parent
7b4b5d31d9
commit
e37c04a81f
1 changed files with 8 additions and 2 deletions
|
@ -455,8 +455,14 @@ $meter-fill-bad: $alert-color;
|
|||
// 24. Off-canvas
|
||||
// --------------
|
||||
|
||||
$offcanvas-size: 250px;
|
||||
$offcanvas-vertical-size: 250px;
|
||||
$offcanvas-sizes: (
|
||||
small: 250px,
|
||||
medium: 350px,
|
||||
);
|
||||
$offcanvas-vertical-sizes: (
|
||||
small: 250px,
|
||||
medium: 350px,
|
||||
);
|
||||
$offcanvas-background: $light-gray;
|
||||
$offcanvas-shadow: 0 0 10px rgba($black, 0.7);
|
||||
$offcanvas-push-zindex: 1;
|
||||
|
|
Loading…
Reference in a new issue