diff --git a/README.md b/README.md index 342bd9d6f..5dd7cf88f 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ to the ever demanding online world. Your business whether small or huge it suits **We are also having a forum for any type of your concern, feature request discussions. Please visit: [Bagisto Forums](https://forums.bagisto.com/)** +# Visit our live [Demo](https://demo.bagisto.com) + It packs in lots of demanding features that allows your business to scale in no time: * Multiple Channels, Locale, Currencies. diff --git a/config/product_types.php b/config/product_types.php new file mode 100644 index 000000000..86897f513 --- /dev/null +++ b/config/product_types.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/packages/Webkul/Admin/src/Resources/assets/sass/app.scss b/packages/Webkul/Admin/src/Resources/assets/sass/app.scss index ae9d0ef91..928aae61d 100755 --- a/packages/Webkul/Admin/src/Resources/assets/sass/app.scss +++ b/packages/Webkul/Admin/src/Resources/assets/sass/app.scss @@ -93,8 +93,42 @@ body { } } +.open-nav-aside { + display: none; + width: 100%; + height: 8%; + margin-top: 2%; + padding: 5px; + text-align: center; + border: 1px solid $border-color; + cursor: pointer; +} + +.close-nav-aside { + display: block; + width: 100%; + height: 8%; + margin-top: 3%; + padding: 10px; + text-align: center; + border: 1px solid $border-color; + cursor: pointer; +} + +.close-nav-aside:hover, .open-nav-aside:hover { + background: $brand-color; +} + +.open-nav-aside, .close-nav-aside { + .icon { + height: 28px; + width: 28px; + } +} + .navbar-left { - position: absolute; + display: block; + position: fixed; top: 60px; bottom: 0; width: 90px; diff --git a/packages/Webkul/Admin/src/Resources/views/catalog/products/create.blade.php b/packages/Webkul/Admin/src/Resources/views/catalog/products/create.blade.php index 3eb371183..6ff023a32 100755 --- a/packages/Webkul/Admin/src/Resources/views/catalog/products/create.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/catalog/products/create.blade.php @@ -27,7 +27,7 @@